mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -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")
|
OPTS.append("FLTK")
|
||||||
TargetAdd('plugin_p3dCert.obj', opts=OPTS, input='p3dCert.cxx')
|
TargetAdd('plugin_p3dCert.obj', opts=OPTS, input='p3dCert.cxx')
|
||||||
TargetAdd('p3dcert.exe', input='plugin_p3dCert.obj')
|
TargetAdd('p3dcert.exe', input='plugin_p3dCert.obj')
|
||||||
OPTS=['NOSTRIP', 'OPENSSL', 'FLTK']
|
OPTS=['NOSTRIP', 'OPENSSL', 'FLTK', 'WINCOMCTL', 'WINSOCK']
|
||||||
else:
|
else:
|
||||||
OPTS.append("WX")
|
OPTS.append("WX")
|
||||||
TargetAdd('plugin_p3dCert.obj', opts=OPTS, input='p3dCert_wx.cxx')
|
TargetAdd('plugin_p3dCert.obj', opts=OPTS, input='p3dCert_wx.cxx')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user