diff options
Diffstat (limited to 'stoc/Library_javavm.mk')
-rw-r--r-- | stoc/Library_javavm.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/stoc/Library_javavm.mk b/stoc/Library_javavm.mk index c28e10de8ea9..2095def49dda 100644 --- a/stoc/Library_javavm.mk +++ b/stoc/Library_javavm.mk @@ -48,16 +48,9 @@ $(eval $(call gb_Library_add_linked_libs,javavm,\ jvmfwk \ sal \ salhelper \ + $(gb_STDLIBS) \ )) -ifeq ($(GUI),WNT) - -$(eval $(call gb_Library_add_linked_libs,javavm,\ - advapi32 \ -)) - -endif - $(eval $(call gb_Library_set_componentfile,javavm,stoc/source/javavm/javavm)) $(eval $(call gb_Library_add_exception_objects,javavm,\ |