summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-01-26 16:15:19 +0100
committerMathias Bauer <mba@openoffice.org>2011-01-26 16:15:19 +0100
commit7c810cb4d733ccaa9e8f66415e252d1e0369fc5f (patch)
tree67b517dbacc9af3fe33401daf0843b605b56495a /comphelper
parentc4cf136270b00fb6f3188772feba3ccddea7391a (diff)
CWS gnumake3: fix component location for msforms; change library name for msforms; change file names for gengal
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/Library_comphelp.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/comphelper/Library_comphelp.mk b/comphelper/Library_comphelp.mk
index cab1474a769d..0d6c57bc741c 100644
--- a/comphelper/Library_comphelp.mk
+++ b/comphelper/Library_comphelp.mk
@@ -36,13 +36,15 @@ $(eval $(call gb_Library_set_componentfile,comphelper,comphelper/util/comphelp4)
$(eval $(call gb_Library_set_include,comphelper,\
-I$(SRCDIR)/comphelper/inc/pch \
-I$(SRCDIR)/comphelper/source/inc \
- -I$(SRCDIR)/comphelper/inc \
- -I$(WORKDIR)/inc/comphelper/ \
$$(INCLUDE) \
- -I$(OUTDIR)/inc/comphelper \
-I$(OUTDIR)/inc/offuh \
))
+$(eval $(call gb_Library_set_defs,comphelper,\
+ $$(DEFS) \
+ -DCOMPHELPER_DLLIMPLEMENTATION \
+))
+
$(eval $(call gb_Library_add_linked_libs,comphelper,\
sal \
cppuhelper \