From 9946ffe1ab982b16e42078e126e5d4cbe2d33438 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Fri, 29 Apr 2005 23:01:39 +0000 Subject: [PATCH] *** empty log message *** --- doc/makepanda/makepanda.py | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/doc/makepanda/makepanda.py b/doc/makepanda/makepanda.py index a91dd3322a..27a06d6f68 100755 --- a/doc/makepanda/makepanda.py +++ b/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.