mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Added missing dependencies to apply_patch and multify in order to build statically.
This commit is contained in:
parent
54fe6f0e9c
commit
04bc76c627
@ -2887,7 +2887,7 @@ if PkgSkip("OPENAL") == 0 and not RUNTIME:
|
||||
#
|
||||
|
||||
if (PkgSkip("OPENSSL")==0 and not RTDIST and not RUNTIME):
|
||||
OPTS=['DIR:panda/src/downloadertools', 'OPENSSL', 'ZLIB', 'ADVAPI']
|
||||
OPTS=['DIR:panda/src/downloadertools', 'OPENSSL', 'ZLIB', 'ADVAPI', 'WINSOCK2', 'WINSHELL']
|
||||
|
||||
TargetAdd('apply_patch_apply_patch.obj', opts=OPTS, input='apply_patch.cxx')
|
||||
TargetAdd('apply_patch.exe', input=['apply_patch_apply_patch.obj'])
|
||||
@ -2934,7 +2934,7 @@ if (PkgSkip("OPENSSL")==0 and not RTDIST and not RUNTIME):
|
||||
#
|
||||
|
||||
if (PkgSkip("ZLIB")==0 and not RTDIST and not RUNTIME):
|
||||
OPTS=['DIR:panda/src/downloadertools', 'ZLIB', 'OPENSSL', 'ADVAPI']
|
||||
OPTS=['DIR:panda/src/downloadertools', 'ZLIB', 'OPENSSL', 'ADVAPI', 'WINSOCK2', 'WINSHELL']
|
||||
|
||||
TargetAdd('multify_multify.obj', opts=OPTS, input='multify.cxx')
|
||||
TargetAdd('multify.exe', input=['multify_multify.obj'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user