Browse Source

small change to combined srcs

cxgeorge 24 years ago
parent
commit
05f8542674
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dtool/pptempl/Global.pp

+ 2 - 0
dtool/pptempl/Global.pp

@@ -293,6 +293,7 @@
 #defer get_sources \
 #defer get_sources \
   $[SOURCES] \
   $[SOURCES] \
   $[PRECOMPILED_HEADER] \  
   $[PRECOMPILED_HEADER] \  
+  $[if $[ne $[NO_COMBINED_SOURCES],] $[INCLUDED_SOURCES], $[COMBINED_SOURCES]] \  
   $[if $[HAVE_CRYPTO],$[IF_CRYPTO_SOURCES]] \
   $[if $[HAVE_CRYPTO],$[IF_CRYPTO_SOURCES]] \
   $[if $[HAVE_JPEG],$[IF_JPEG_SOURCES]] \
   $[if $[HAVE_JPEG],$[IF_JPEG_SOURCES]] \
   $[if $[HAVE_TIFF],$[IF_TIFF_SOURCES]] \
   $[if $[HAVE_TIFF],$[IF_TIFF_SOURCES]] \
@@ -306,6 +307,7 @@
 #defer all_sources \
 #defer all_sources \
   $[SOURCES] \
   $[SOURCES] \
   $[PRECOMPILED_HEADER] \
   $[PRECOMPILED_HEADER] \
+  $[if $[ne $[NO_COMBINED_SOURCES],] $[INCLUDED_SOURCES], $[COMBINED_SOURCES]] \
   $[IF_CRYPTO_SOURCES] \
   $[IF_CRYPTO_SOURCES] \
   $[IF_JPEG_SOURCES] \
   $[IF_JPEG_SOURCES] \
   $[IF_TIFF_SOURCES] \
   $[IF_TIFF_SOURCES] \