|
@@ -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
|