Prechádzať zdrojové kódy

fix bug in prev chkin

cxgeorge 24 rokov pred
rodič
commit
a7804f6577
1 zmenil súbory, kde vykonal 4 pridanie a 3 odobranie
  1. 4 3
      dtool/pptempl/Global.pp

+ 4 - 3
dtool/pptempl/Global.pp

@@ -290,10 +290,11 @@
 
 // This variable returns the complete set of sources for the current
 // target.
+
 #defer get_sources \
   $[SOURCES] \
-  $[PRECOMPILED_HEADER] \  
-  $[if $[ne $[NO_COMBINED_SOURCES],] $[INCLUDED_SOURCES], $[COMBINED_SOURCES]] \  
+  $[PRECOMPILED_HEADER] \
+  $[if $[ne $[NO_COMBINED_SOURCES],], $[INCLUDED_SOURCES], $[COMBINED_SOURCES]] \  
   $[if $[HAVE_CRYPTO],$[IF_CRYPTO_SOURCES]] \
   $[if $[HAVE_JPEG],$[IF_JPEG_SOURCES]] \
   $[if $[HAVE_TIFF],$[IF_TIFF_SOURCES]] \
@@ -307,7 +308,7 @@
 #defer all_sources \
   $[SOURCES] \
   $[PRECOMPILED_HEADER] \
-  $[if $[ne $[NO_COMBINED_SOURCES],] $[INCLUDED_SOURCES], $[COMBINED_SOURCES]] \
+  $[if $[ne $[NO_COMBINED_SOURCES],], $[INCLUDED_SOURCES], $[COMBINED_SOURCES]] \
   $[IF_CRYPTO_SOURCES] \
   $[IF_JPEG_SOURCES] \
   $[IF_TIFF_SOURCES] \