diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 12:26:12 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-27 12:26:12 -0600 |
commit | e4610ffd2d19b9750109cbaa6fd78c8ceed1aecd (patch) | |
tree | daa7a62e1c07662577512a55f3f11f0d355551ad /desktop | |
parent | 992757cc5ebfb1df42636b8d3269cdbc10fc4148 (diff) |
remove PCH support in dmake-module
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/qa/deployment_misc/makefile.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop/qa/deployment_misc/makefile.mk b/desktop/qa/deployment_misc/makefile.mk index 54341a3f75d4..bd2f191f3e2d 100644 --- a/desktop/qa/deployment_misc/makefile.mk +++ b/desktop/qa/deployment_misc/makefile.mk @@ -37,12 +37,6 @@ VISIBILITY_HIDDEN := 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) |