diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-21 19:29:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-22 11:05:01 +0200 |
commit | de48c99f7eefbf8910ca4835a6980f4ba532b2c0 (patch) | |
tree | 197f5881f6eae73a5519c4f4a14538b279c0c326 /setup_native | |
parent | c18ce7120e23924abf09e08d4c4092895c6ac232 (diff) |
Remove some PCH traces
Is testhxx still useful?!
Change-Id: Ic7761214df4e3056c95f1b5dd8f1e3a2ce357d84
Diffstat (limited to 'setup_native')
3 files changed, 0 insertions, 9 deletions
diff --git a/setup_native/source/win32/customactions/languagepacks/makefile.mk b/setup_native/source/win32/customactions/languagepacks/makefile.mk index f30ec08c0f6b..921ca9baa9c7 100644 --- a/setup_native/source/win32/customactions/languagepacks/makefile.mk +++ b/setup_native/source/win32/customactions/languagepacks/makefile.mk @@ -39,9 +39,6 @@ USE_DEFFILE=TRUE .INCLUDE : settings.mk -#Disable precompiled header -CDEFS+=-Dnot_used_define_to_disable_pch - # --- Files -------------------------------------------------------- .IF "$(GUI)"=="WNT" && "$(WINDOWS_SDK_HOME)"!="" diff --git a/setup_native/source/win32/customactions/patch/makefile.mk b/setup_native/source/win32/customactions/patch/makefile.mk index 641f48ab6e27..6b05b3df89b9 100644 --- a/setup_native/source/win32/customactions/patch/makefile.mk +++ b/setup_native/source/win32/customactions/patch/makefile.mk @@ -38,9 +38,6 @@ USE_DEFFILE=TRUE .INCLUDE : settings.mk -#Disable precompiled header -CDEFS+=-Dnot_used_define_to_disable_pch - # --- Files -------------------------------------------------------- .IF "$(GUI)"=="WNT" && "$(WINDOWS_SDK_HOME)"!="" diff --git a/setup_native/source/win32/customactions/shellextensions/makefile.mk b/setup_native/source/win32/customactions/shellextensions/makefile.mk index fbebd6e1bb87..c7e619e517e3 100644 --- a/setup_native/source/win32/customactions/shellextensions/makefile.mk +++ b/setup_native/source/win32/customactions/shellextensions/makefile.mk @@ -38,9 +38,6 @@ USE_DEFFILE=TRUE .INCLUDE : settings.mk -#Disable precompiled header -CDEFS+=-Dnot_used_define_to_disable_pch - # --- Files -------------------------------------------------------- .IF "$(GUI)"=="WNT" && "$(WINDOWS_SDK_HOME)"!="" |