From b6d06a224efba36816f2a62628f296e1258d474d Mon Sep 17 00:00:00 2001 From: cxgeorge <> Date: Sat, 9 Feb 2002 01:57:45 +0000 Subject: [PATCH] add ss_lib_target --- dtool/pptempl/Template.gmsvc.pp | 4 ++-- dtool/pptempl/Template.msvc.pp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dtool/pptempl/Template.gmsvc.pp b/dtool/pptempl/Template.gmsvc.pp index d4887c24de..e1e922bf46 100644 --- a/dtool/pptempl/Template.gmsvc.pp +++ b/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 diff --git a/dtool/pptempl/Template.msvc.pp b/dtool/pptempl/Template.msvc.pp index 6ca6e8a24a..5b0ed72cf5 100644 --- a/dtool/pptempl/Template.msvc.pp +++ b/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