diff options
author | Michael Stahl <mst@openoffice.org> | 2011-04-13 16:11:41 +0000 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-17 14:24:10 +0200 |
commit | f79e31be8c0b96116c71362fcf804ae1a5ffd48d (patch) | |
tree | 561f012e1685b0af081bb5c6379b1dbf807272a0 /vbahelper | |
parent | 0b83137921ec8ad03e7e8bb34921510083e00dcc (diff) |
gnumake4: #i116959#: kill gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
Diffstat (limited to 'vbahelper')
-rwxr-xr-x | vbahelper/Library_vbahelper.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vbahelper/Library_vbahelper.mk b/vbahelper/Library_vbahelper.mk index af6b4089ada8..5475b211c210 100755 --- a/vbahelper/Library_vbahelper.mk +++ b/vbahelper/Library_vbahelper.mk @@ -42,8 +42,7 @@ $(eval $(call gb_Library_set_include,vbahelper,\ -I$(OUTDIR)/inc/offuh \ )) -$(eval $(call gb_Library_set_defs,vbahelper,\ - $$(DEFS) \ +$(eval $(call gb_Library_add_defs,vbahelper,\ -DVBAHELPER_DLLIMPLEMENTATION \ )) |