Kaydet (Commit) 3bc628b9 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Link the executables with gb_STDLIBS

üst 63c95085
...@@ -34,6 +34,7 @@ $(eval $(call gb_Executable_use_libraries,regcomp,\ ...@@ -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,\
......
...@@ -34,6 +34,7 @@ $(eval $(call gb_Executable_use_libraries,regsingleton,\ ...@@ -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,\
......
...@@ -35,6 +35,7 @@ $(eval $(call gb_Executable_use_libraries,uno,\ ...@@ -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,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment