mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
FLTK needs just a few more libraries on windows
This commit is contained in:
parent
ef0805a549
commit
2b34777998
@ -4249,7 +4249,7 @@ if (RTDIST or RUNTIME):
|
|||||||
TargetAdd('p3dcert.exe', input='plugin_mkdir_complete.obj')
|
TargetAdd('p3dcert.exe', input='plugin_mkdir_complete.obj')
|
||||||
TargetAdd('p3dcert.exe', input='plugin_wstring_encode.obj')
|
TargetAdd('p3dcert.exe', input='plugin_wstring_encode.obj')
|
||||||
TargetAdd('p3dcert.exe', input='plugin_p3dCert.obj')
|
TargetAdd('p3dcert.exe', input='plugin_p3dCert.obj')
|
||||||
OPTS=['OPENSSL', 'FLTK', 'WINCOMCTL', 'WINSOCK', 'WINGDI', 'WINUSER']
|
OPTS=['OPENSSL', 'FLTK', 'WINCOMCTL', 'WINSOCK', 'WINGDI', 'WINUSER', 'ADVAPI', 'WINOLE', 'WINSHELL']
|
||||||
if (sys.platform=="darwin"): OPTS += ['OPT:2']
|
if (sys.platform=="darwin"): OPTS += ['OPT:2']
|
||||||
TargetAdd('p3dcert.exe', opts=OPTS)
|
TargetAdd('p3dcert.exe', opts=OPTS)
|
||||||
elif (PkgSkip("WX")==0):
|
elif (PkgSkip("WX")==0):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user