mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
don't touch *_composite.cxx each time ppremake is run
This commit is contained in:
parent
ac7279f393
commit
da15f3076a
@ -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 ########################### */
|
||||
|
@ -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 ########################### */
|
||||
|
Loading…
x
Reference in New Issue
Block a user