don't touch *_composite.cxx each time ppremake is run

This commit is contained in:
David Rose 2001-09-07 23:55:35 +00:00
parent ac7279f393
commit da15f3076a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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