瀏覽代碼

add ss_lib_target

cxgeorge 24 年之前
父節點
當前提交
b6d06a224e
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      dtool/pptempl/Template.gmsvc.pp
  2. 2 2
      dtool/pptempl/Template.msvc.pp

+ 2 - 2
dtool/pptempl/Template.gmsvc.pp

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

+ 2 - 2
dtool/pptempl/Template.msvc.pp

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