mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
add ss_lib_target
This commit is contained in:
parent
ae0ff6a49c
commit
b6d06a224e
@ -173,7 +173,7 @@
|
|||||||
|
|
||||||
// for single-processor builds, write out *_composite.cxx files that include all composite
|
// for single-processor builds, write out *_composite.cxx files that include all composite
|
||||||
// files into 1 in order to speed the build of our heavily templated source
|
// files into 1 in order to speed the build of our heavily templated source
|
||||||
#forscopes lib_target bin_target static_lib_target
|
#forscopes lib_target bin_target static_lib_target ss_lib_target
|
||||||
#if $[and $[<= $[NUMBER_OF_PROCESSORS],2], $[eq $[NO_COMBINED_SOURCES],], $[ne $[COMBINED_SOURCES],]]
|
#if $[and $[<= $[NUMBER_OF_PROCESSORS],2], $[eq $[NO_COMBINED_SOURCES],], $[ne $[COMBINED_SOURCES],]]
|
||||||
#output $[TARGET]_composite.cxx notouch
|
#output $[TARGET]_composite.cxx notouch
|
||||||
#format collapse
|
#format collapse
|
||||||
@ -186,7 +186,7 @@
|
|||||||
|
|
||||||
#end $[TARGET]_composite.cxx
|
#end $[TARGET]_composite.cxx
|
||||||
#endif
|
#endif
|
||||||
#end lib_target bin_target static_lib_target
|
#end lib_target bin_target static_lib_target ss_lib_target
|
||||||
|
|
||||||
// Okay, we're ready. Start outputting the Makefile now.
|
// Okay, we're ready. Start outputting the Makefile now.
|
||||||
#output Makefile
|
#output Makefile
|
||||||
|
@ -179,7 +179,7 @@
|
|||||||
// for single-processor builds (all nmake msvc-type builds can use only a single-proc),
|
// for single-processor builds (all nmake msvc-type builds can use only a single-proc),
|
||||||
// write out *_composite.cxx files that include all composite
|
// write out *_composite.cxx files that include all composite
|
||||||
// files into 1 in order to speed the build of our heavily templated source
|
// files into 1 in order to speed the build of our heavily templated source
|
||||||
#forscopes lib_target bin_target static_lib_target
|
#forscopes lib_target bin_target static_lib_target ss_lib_target
|
||||||
#if $[and $[eq $[NO_COMBINED_SOURCES],], $[ne $[COMBINED_SOURCES],]]
|
#if $[and $[eq $[NO_COMBINED_SOURCES],], $[ne $[COMBINED_SOURCES],]]
|
||||||
#output $[TARGET]_composite.cxx notouch
|
#output $[TARGET]_composite.cxx notouch
|
||||||
#format collapse
|
#format collapse
|
||||||
@ -192,7 +192,7 @@
|
|||||||
|
|
||||||
#end $[TARGET]_composite.cxx
|
#end $[TARGET]_composite.cxx
|
||||||
#endif
|
#endif
|
||||||
#end lib_target bin_target static_lib_target
|
#end lib_target bin_target static_lib_target ss_lib_target
|
||||||
|
|
||||||
// Okay, we're ready. Start outputting the Makefile now.
|
// Okay, we're ready. Start outputting the Makefile now.
|
||||||
#output Makefile
|
#output Makefile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user