diff --git a/data/templates/BApplication with window/Makefile b/data/templates/BApplication with window/Makefile index 5e4a87f0..5642b188 100644 --- a/data/templates/BApplication with window/Makefile +++ b/data/templates/BApplication with window/Makefile @@ -56,7 +56,7 @@ RSRCS = # - if your library does not follow the standard library naming scheme, # you need to specify the path to the library and it's name. # (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a") -LIBS = /boot/system/develop/lib/libbe.so +LIBS = be # Specify additional paths to directories following the standard libXXX.so # or libXXX.a naming scheme. You can specify full paths or paths relative diff --git a/data/templates/BApplication with windows and menu/Makefile b/data/templates/BApplication with windows and menu/Makefile index a25c30b8..86dd8dea 100755 --- a/data/templates/BApplication with windows and menu/Makefile +++ b/data/templates/BApplication with windows and menu/Makefile @@ -56,7 +56,7 @@ RSRCS = Resources.rsrc # - if your library does not follow the standard library naming scheme, # you need to specify the path to the library and it's name. # (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a") -LIBS = /boot/system/develop/lib/libbe.so +LIBS = be # Specify additional paths to directories following the standard libXXX.so # or libXXX.a naming scheme. You can specify full paths or paths relative diff --git a/data/templates/Console application/Makefile b/data/templates/Console application/Makefile index 38667baa..01b2127d 100644 --- a/data/templates/Console application/Makefile +++ b/data/templates/Console application/Makefile @@ -55,7 +55,7 @@ RSRCS = # - if your library does not follow the standard library naming scheme, # you need to specify the path to the library and it's name. # (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a") -LIBS = /boot/system/develop/lib/libbe.so $(STDCPPLIBS) +LIBS = be $(STDCPPLIBS) # Specify additional paths to directories following the standard libXXX.so # or libXXX.a naming scheme. You can specify full paths or paths relative