mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
*** empty log message ***
This commit is contained in:
parent
4ef35cf5b1
commit
9946ffe1ab
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user