Link the executables with gb_STDLIBS

This commit is contained in:
Tor Lillqvist
2012-04-11 20:20:08 +03:00
parent 63c95085db
commit 3bc628b9c9
3 changed files with 3 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ $(eval $(call gb_Executable_use_libraries,regcomp,\
cppu \ cppu \
cppuhelper \ cppuhelper \
sal \ sal \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Executable_add_exception_objects,regcomp,\ $(eval $(call gb_Executable_add_exception_objects,regcomp,\

View File

@@ -34,6 +34,7 @@ $(eval $(call gb_Executable_use_libraries,regsingleton,\
cppu \ cppu \
cppuhelper \ cppuhelper \
sal \ sal \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Executable_add_exception_objects,regsingleton,\ $(eval $(call gb_Executable_add_exception_objects,regsingleton,\

View File

@@ -35,6 +35,7 @@ $(eval $(call gb_Executable_use_libraries,uno,\
cppuhelper \ cppuhelper \
sal \ sal \
salhelper \ salhelper \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Executable_use_externals,uno,\ $(eval $(call gb_Executable_use_externals,uno,\