summaryrefslogtreecommitdiff
path: root/bean
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-09-28 15:43:53 +0200
committerAndras Timar <atimar@suse.com>2012-10-01 13:54:39 +0200
commit78ea81418a7a24867a0651b7e096684ee57dd880 (patch)
treeba25377d1507ab3eee0fbe99a2e5b47d29833805 /bean
parent8831c592e80288be39a9e5f4d20e617b55682003 (diff)
bean: just use AWTLIB on all platfroms to simplify this
Change-Id: I6c8bc792a57750b7fd5f36e3eb97f76870a7a632
Diffstat (limited to 'bean')
-rw-r--r--bean/Library_officebean.mk16
1 files changed, 1 insertions, 15 deletions
diff --git a/bean/Library_officebean.mk b/bean/Library_officebean.mk
index 94f4a0451c1e..64caf3dea54f 100644
--- a/bean/Library_officebean.mk
+++ b/bean/Library_officebean.mk
@@ -44,29 +44,15 @@ $(eval $(call gb_Library_add_cobjects,officebean,\
))
endif
-ifeq ($(GUI),WNT)
-
$(eval $(call gb_Library_use_libraries,officebean,\
$(gb_UWINAPI) \
))
-$(eval $(call gb_Library_use_system_win32_libs,officebean,\
- jawt \
-))
-
-else
-
$(eval $(call gb_Library_add_libs,officebean,\
- $(AWTLIB) \
-))
-
-$(eval $(call gb_Library_add_ldflags,officebean,\
$(JAVALIB) \
+ $(AWTLIB) \
))
-
-endif
-
$(eval $(call gb_Library_add_standard_system_libs,officebean))
# vim: set noet sw=4 ts=4: