mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Correction to search-path order
This commit is contained in:
parent
5981967334
commit
79f6271796
@ -1173,8 +1173,8 @@ def CompileIgate(ipath,opts,outd,obj,src,module,library,files):
|
||||
if (optlevel==4): cmd = cmd + ' -DNDEBUG -DFORCE_INLINING'
|
||||
cmd = cmd + ' -oc ' + woutc + ' -od ' + woutd
|
||||
cmd = cmd + ' -fnames -string -refcount -assert -python-native'
|
||||
for x in xipath: cmd = cmd + ' -I' + x
|
||||
cmd = cmd + ' -Sbuilt/include/parser-inc'
|
||||
for x in xipath: cmd = cmd + ' -I' + x
|
||||
cmd = cmd + ' -Sthirdparty/win-python/include'
|
||||
for ver in DXVERSIONS:
|
||||
if ((COMPILER=="MSVC") and PkgSelected(opts,"DX"+ver)):
|
||||
@ -1203,8 +1203,8 @@ def CompileIgate(ipath,opts,outd,obj,src,module,library,files):
|
||||
if (optlevel==4): cmd = cmd + ' -DNDEBUG '
|
||||
cmd = cmd + ' -oc ' + woutc + ' -od ' + woutd
|
||||
cmd = cmd + ' -fnames -string -refcount -assert -python-native'
|
||||
for x in xipath: cmd = cmd + ' -I' + x
|
||||
cmd = cmd + ' -Sbuilt/include/parser-inc'
|
||||
for x in xipath: cmd = cmd + ' -I' + x
|
||||
cmd = cmd + ' -S'+PYTHONSDK
|
||||
for pkg in PACKAGES:
|
||||
if (PkgSelected(opts,pkg)):
|
||||
|
Loading…
x
Reference in New Issue
Block a user