mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
fltk requires comctl and winsock on windows
This commit is contained in:
parent
54c692330a
commit
716d7d0c4d
@ -3819,7 +3819,7 @@ if (RTDIST or RUNTIME):
|
||||
OPTS.append("FLTK")
|
||||
TargetAdd('plugin_p3dCert.obj', opts=OPTS, input='p3dCert.cxx')
|
||||
TargetAdd('p3dcert.exe', input='plugin_p3dCert.obj')
|
||||
OPTS=['NOSTRIP', 'OPENSSL', 'FLTK']
|
||||
OPTS=['NOSTRIP', 'OPENSSL', 'FLTK', 'WINCOMCTL', 'WINSOCK']
|
||||
else:
|
||||
OPTS.append("WX")
|
||||
TargetAdd('plugin_p3dCert.obj', opts=OPTS, input='p3dCert_wx.cxx')
|
||||
|
Loading…
x
Reference in New Issue
Block a user