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 ########################### */