mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
So I made that mistake twice.
This commit is contained in:
parent
1a92ac85bb
commit
b82d8339f4
@ -1904,7 +1904,11 @@ TargetAdd('libpandaexpress.dll', opts=['ADVAPI', 'WINSOCK2', 'OPENSSL', 'ZLIB']
|
||||
|
||||
if (PkgSkip("PLUGIN")==0 and PkgSkip("TINYXML")==0):
|
||||
pref = ""
|
||||
if (sys.platform.startswith("win")): pref = "static_"
|
||||
if (sys.platform.startswith("win")):
|
||||
pref = "static_"
|
||||
OPTS=['DIR:panda/metalibs/pandaexpress', 'LINK_ALL_STATIC', 'ZLIB']
|
||||
TargetAdd('static_pandaexpress_pandaexpress.obj', opts=OPTS, input='pandaexpress.cxx')
|
||||
|
||||
TargetAdd('libpandaexpress.ilb', input=pref+'pandaexpress_pandaexpress.obj')
|
||||
TargetAdd('libpandaexpress.ilb', input=pref+'downloader_composite.obj')
|
||||
TargetAdd('libpandaexpress.ilb', input=pref+'express_composite1.obj')
|
||||
|
Loading…
x
Reference in New Issue
Block a user