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 /sal/rtl | |
parent | 992757cc5ebfb1df42636b8d3269cdbc10fc4148 (diff) |
remove PCH support in dmake-module
Diffstat (limited to 'sal/rtl')
-rw-r--r-- | sal/rtl/source/makefile.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sal/rtl/source/makefile.mk b/sal/rtl/source/makefile.mk index 60953f84b919..83cb0ed23df2 100644 --- a/sal/rtl/source/makefile.mk +++ b/sal/rtl/source/makefile.mk @@ -32,10 +32,6 @@ TARGET=cpprtl ENABLE_EXCEPTIONS=TRUE USE_LDUMP2=TRUE -PROJECTPCH4DLL=TRUE -PROJECTPCH=cont_pch -PROJECTPCHSOURCE=cont_pch - TARGETTYPE=CUI # --- Settings ----------------------------------------------------- |