mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
Oy
This commit is contained in:
parent
b044a473b9
commit
5081498c00
@ -1411,12 +1411,12 @@ def EnqueueLink(dll=0, obj=[], opts=[], xdep=[], ldef=0):
|
||||
if (dll[-4:]==".exe"):
|
||||
wdll = "built/bin/"+dll
|
||||
if (SLAVEBUILD!=0) and (SLAVEBUILD!=wdll): return
|
||||
DependencyQueue(CompileLinkMSVC7, [wdll, 0, wobj, opts, ldef], [wdll], wobj)
|
||||
DependencyQueue(CompileLinkMSVC7, [wdll, 0, wobj, opts, dll, ldef], [wdll], wobj)
|
||||
elif (dll[-4:]==".dll"):
|
||||
wdll = "built/bin/"+dll
|
||||
wlib = "built/lib/"+dll[:-4]+".lib"
|
||||
if (SLAVEBUILD!=0) and (SLAVEBUILD!=wdll): return
|
||||
DependencyQueue(CompileLinkMSVC7, [wdll, wlib, wobj, opts, ldef], [wdll, wlib], wobj)
|
||||
DependencyQueue(CompileLinkMSVC7, [wdll, wlib, wobj, opts, dll, ldef], [wdll, wlib], wobj)
|
||||
else:
|
||||
wdll = "built/plugins/"+dll
|
||||
if (SLAVEBUILD!=0) and (SLAVEBUILD!=wdll): return
|
||||
|
Loading…
x
Reference in New Issue
Block a user