From da15f3076a82ea25f9dd7d5e7206233584e1cd15 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 7 Sep 2001 23:55:35 +0000 Subject: [PATCH] don't touch *_composite.cxx each time ppremake is run --- dtool/pptempl/Template.gmsvc.pp | 2 +- dtool/pptempl/Template.msvc.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dtool/pptempl/Template.gmsvc.pp b/dtool/pptempl/Template.gmsvc.pp index f2c6e6cd9c..eb10a93215 100644 --- a/dtool/pptempl/Template.gmsvc.pp +++ b/dtool/pptempl/Template.gmsvc.pp @@ -174,7 +174,7 @@ // files into 1 in order to speed the build of our heavily templated source #forscopes lib_target bin_target static_lib_target #if $[and $[eq $[NUMBER_OF_PROCESSORS],1], $[eq $[NO_COMBINED_SOURCES],], $[ne $[COMBINED_SOURCES],]] -#output $[TARGET]_composite.cxx +#output $[TARGET]_composite.cxx notouch #format collapse /* Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE]. */ /* ################################# DO NOT EDIT ########################### */ diff --git a/dtool/pptempl/Template.msvc.pp b/dtool/pptempl/Template.msvc.pp index 923cfcfaf4..e86db8af67 100644 --- a/dtool/pptempl/Template.msvc.pp +++ b/dtool/pptempl/Template.msvc.pp @@ -181,7 +181,7 @@ // files into 1 in order to speed the build of our heavily templated source #forscopes lib_target bin_target static_lib_target #if $[and $[eq $[NO_COMBINED_SOURCES],], $[ne $[COMBINED_SOURCES],]] -#output $[TARGET]_composite.cxx +#output $[TARGET]_composite.cxx notouch #format collapse /* Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE]. */ /* ################################# DO NOT EDIT ########################### */