add ss_lib_target

This commit is contained in:
cxgeorge 2002-02-09 01:57:45 +00:00
parent ae0ff6a49c
commit b6d06a224e
2 changed files with 4 additions and 4 deletions

View File

@ -173,7 +173,7 @@
// 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
#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],]]
#output $[TARGET]_composite.cxx notouch
#format collapse
@ -186,7 +186,7 @@
#end $[TARGET]_composite.cxx
#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.
#output Makefile

View File

@ -179,7 +179,7 @@
// for single-processor builds (all nmake msvc-type builds can use only a single-proc),
// write out *_composite.cxx files that include all composite
// 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],]]
#output $[TARGET]_composite.cxx notouch
#format collapse
@ -192,7 +192,7 @@
#end $[TARGET]_composite.cxx
#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.
#output Makefile