Explorar o código

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

David Rose %!s(int64=24) %!d(string=hai) anos
pai
achega
da15f3076a
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      dtool/pptempl/Template.gmsvc.pp
  2. 1 1
      dtool/pptempl/Template.msvc.pp

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

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