summaryrefslogtreecommitdiff
path: root/desktop/qa
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-07-16 10:49:53 +0200
committersb <sb@openoffice.org>2010-07-16 10:49:53 +0200
commit2c2757665c4ab0aa78c80aa7d1e35e62dba64ee8 (patch)
tree55ff37ff850d88ef7058c747276d265eb883be02 /desktop/qa
parent5b90980d4320b522c826a222230695f626e22ec4 (diff)
sb123: #i111602# hack for Windows PCH problem
Diffstat (limited to 'desktop/qa')
-rw-r--r--desktop/qa/deployment_misc/makefile.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/qa/deployment_misc/makefile.mk b/desktop/qa/deployment_misc/makefile.mk
index b237a006783c..16223914e740 100644
--- a/desktop/qa/deployment_misc/makefile.mk
+++ b/desktop/qa/deployment_misc/makefile.mk
@@ -36,6 +36,12 @@ ENABLE_EXCEPTIONS := TRUE
CFLAGSCXX += $(CPPUNIT_CFLAGS)
+# TODO: On Windows, test_dp_version.cxx fails due to BOOL redefinition between
+# windef.h and tools/solar.h caused by including "precompiled_desktop.hxx"; this
+# hack to temporarily disable PCH will become unnecessary with the fix for issue
+# 112600:
+CFLAGSCXX += -DDISABLE_PCH_HACK
+
SHL1TARGET = $(TARGET)
SHL1OBJS = $(SLO)$/test_dp_version.obj
SHL1STDLIBS = $(CPPUNITLIB) $(DEPLOYMENTMISCLIB) $(SALLIB)