Kaydet (Commit) 33b6af02 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

We want gb_STDLIBS here surely?

üst 18f4ff23
...@@ -45,14 +45,9 @@ $(eval $(call gb_Library_add_linked_libs,jvmaccess,\ ...@@ -45,14 +45,9 @@ $(eval $(call gb_Library_add_linked_libs,jvmaccess,\
cppu \ cppu \
sal \ sal \
salhelper \ salhelper \
$(gb_STDLIBS) \
)) ))
ifeq ($(OS),WNT)
$(eval $(call gb_Library_add_linked_libs,jvmaccess,\
advapi32 \
))
endif
$(eval $(call gb_Library_add_exception_objects,jvmaccess,\ $(eval $(call gb_Library_add_exception_objects,jvmaccess,\
jvmaccess/source/classpath \ jvmaccess/source/classpath \
jvmaccess/source/unovirtualmachine \ jvmaccess/source/unovirtualmachine \
......
...@@ -44,6 +44,7 @@ $(eval $(call gb_Library_add_api,jvmfwk,\ ...@@ -44,6 +44,7 @@ $(eval $(call gb_Library_add_api,jvmfwk,\
$(eval $(call gb_Library_add_linked_libs,jvmfwk,\ $(eval $(call gb_Library_add_linked_libs,jvmfwk,\
cppuhelper \ cppuhelper \
sal \ sal \
$(gb_STDLIBS) \
)) ))
ifeq ($(OS),WNT) ifeq ($(OS),WNT)
......
...@@ -46,6 +46,7 @@ $(eval $(call gb_Library_add_linked_libs,sunjavaplugin,\ ...@@ -46,6 +46,7 @@ $(eval $(call gb_Library_add_linked_libs,sunjavaplugin,\
cppuhelper \ cppuhelper \
sal \ sal \
salhelper \ salhelper \
$(gb_STDLIBS) \
)) ))
ifeq ($(OS),ANDROID) ifeq ($(OS),ANDROID)
......
...@@ -38,6 +38,7 @@ $(eval $(call gb_Library_add_linked_libs,unoexceptionprotector,\ ...@@ -38,6 +38,7 @@ $(eval $(call gb_Library_add_linked_libs,unoexceptionprotector,\
cppu \ cppu \
cppuhelper \ cppuhelper \
sal \ sal \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_use_externals,unoexceptionprotector,\ $(eval $(call gb_Library_use_externals,unoexceptionprotector,\
......
...@@ -43,6 +43,7 @@ $(eval $(call gb_Library_add_linked_libs,unotest,\ ...@@ -43,6 +43,7 @@ $(eval $(call gb_Library_add_linked_libs,unotest,\
cppu \ cppu \
cppuhelper \ cppuhelper \
sal \ sal \
$(gb_STDLIBS) \
)) ))
$(eval $(call gb_Library_use_externals,unotest,\ $(eval $(call gb_Library_use_externals,unotest,\
......
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