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