summaryrefslogtreecommitdiff
path: root/svx/Library_textconversiondlgs.mk
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-01-19 13:21:26 +0100
committerMathias Bauer <mba@openoffice.org>2011-01-19 13:21:26 +0100
commit9985d1767c30bb644f8832a7768e9973c127f941 (patch)
tree713339f6905e95d697c830b57fa5c5b12622b707 /svx/Library_textconversiondlgs.mk
parent0e9406ad207a9eaff584dd8adc5f10cab55b441c (diff)
CWS gnumake3: repair windows build; convert svx to gbuild
Diffstat (limited to 'svx/Library_textconversiondlgs.mk')
-rw-r--r--svx/Library_textconversiondlgs.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/Library_textconversiondlgs.mk b/svx/Library_textconversiondlgs.mk
index 8d34482e45c0..bcdfdfc7f9b5 100644
--- a/svx/Library_textconversiondlgs.mk
+++ b/svx/Library_textconversiondlgs.mk
@@ -36,7 +36,6 @@ $(eval $(call gb_Library_set_include,textconversiondlgs,\
$(eval $(call gb_Library_set_defs,textconversiondlgs,\
$$(DEFS) \
- -DACCESSIBLE_LAYOUT \
))
$(eval $(call gb_Library_add_linked_libs,textconversiondlgs,\
@@ -61,7 +60,7 @@ $(eval $(call gb_Library_add_exception_objects,textconversiondlgs,\
))
ifeq ($(OS),LINUX)
-$(eval $(call gb_Library_add_linked_libs,svxcore,\
+$(eval $(call gb_Library_add_linked_libs,textconversiondlgs,\
dl \
m \
pthread \
@@ -70,7 +69,7 @@ $(eval $(call gb_Library_add_linked_libs,svxcore,\
endif
ifeq ($(OS),WNT)
-$(eval $(call gb_Library_add_linked_libs,svxcore,\
+$(eval $(call gb_Library_add_linked_libs,textconversiondlgs,\
advapi32 \
kernel32 \
msvcrt \