mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
makepanda: link libpandagl into pview when using --static
This commit is contained in:
parent
0581e414a4
commit
223c532ce7
@ -5072,6 +5072,9 @@ if (not RTDIST and not RUNTIME and PkgSkip("PVIEW")==0):
|
|||||||
TargetAdd('pview.exe', input=COMMON_PANDA_LIBS)
|
TargetAdd('pview.exe', input=COMMON_PANDA_LIBS)
|
||||||
TargetAdd('pview.exe', opts=['ADVAPI', 'WINSOCK2', 'WINSHELL'])
|
TargetAdd('pview.exe', opts=['ADVAPI', 'WINSOCK2', 'WINSHELL'])
|
||||||
|
|
||||||
|
if GetLinkAllStatic() and not PkgSkip("GL"):
|
||||||
|
TargetAdd('pview.exe', input='libpandagl.dll')
|
||||||
|
|
||||||
#
|
#
|
||||||
# DIRECTORY: panda/src/android/
|
# DIRECTORY: panda/src/android/
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user