瀏覽代碼

*** empty log message ***

Josh Yelon 20 年之前
父節點
當前提交
9946ffe1ab
共有 1 個文件被更改,包括 5 次插入11 次删除
  1. 5 11
      doc/makepanda/makepanda.py

+ 5 - 11
doc/makepanda/makepanda.py

@@ -751,6 +751,11 @@ if (os.path.isdir(os.path.join(THIRDPARTY, "win-libs-vc7", "miles"))==0):
 #
 ##########################################################################################
 
+for x in PACKAGES:
+    if (OMIT.count(x)==0):
+        if (DTOOLCONFIG.has_key("HAVE_"+x)):
+            DTOOLCONFIG["HAVE_"+x] = '1'
+
 DTOOLCONFIG["HAVE_NET"] = DTOOLCONFIG["HAVE_NSPR"]
 
 if (OMIT.count("NVIDIACG")==0):
@@ -776,17 +781,6 @@ if (OPTIMIZE <= 3):
 if (OPTIMIZE <= 3):
     DTOOLCONFIG["NOTIFY_DEBUG"] = '1'
 
-##########################################################################################
-#
-# Add the package selections to DTOOLCONFIG
-#
-##########################################################################################
-
-for x in PACKAGES:
-    if (OMIT.count(x)==0):
-        if (DTOOLCONFIG.has_key("HAVE_"+x)):
-            DTOOLCONFIG["HAVE_"+x] = '1'
-
 ##########################################################################################
 #
 # Verify that LD_LIBRARY_PATH contains the PREFIX/lib directory.