mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
oops, put that line in the right place
This commit is contained in:
parent
ddf37dbe28
commit
6da6402397
@ -3880,14 +3880,14 @@ if (RTDIST or RUNTIME):
|
|||||||
TargetAdd('plugin_p3dCert.obj', opts=OPTS, input='p3dCert.cxx')
|
TargetAdd('plugin_p3dCert.obj', opts=OPTS, input='p3dCert.cxx')
|
||||||
TargetAdd('p3dcert.exe', input='plugin_mkdir_complete.obj')
|
TargetAdd('p3dcert.exe', input='plugin_mkdir_complete.obj')
|
||||||
TargetAdd('p3dcert.exe', input='plugin_p3dCert.obj')
|
TargetAdd('p3dcert.exe', input='plugin_p3dCert.obj')
|
||||||
OPTS=['NOSTRIP', 'OPENSSL', 'FLTK', 'WINCOMCTL', 'WINSOCK']
|
OPTS=['OPENSSL', 'FLTK', 'WINCOMCTL', 'WINSOCK']
|
||||||
else:
|
else:
|
||||||
OPTS.append("WX")
|
OPTS.append("WX")
|
||||||
if (sys.platform=="darwin"): OPTS.append("GL")
|
|
||||||
TargetAdd('plugin_p3dCert.obj', opts=OPTS, input='p3dCert_wx.cxx')
|
TargetAdd('plugin_p3dCert.obj', opts=OPTS, input='p3dCert_wx.cxx')
|
||||||
TargetAdd('p3dcert.exe', input='plugin_mkdir_complete.obj')
|
TargetAdd('p3dcert.exe', input='plugin_mkdir_complete.obj')
|
||||||
TargetAdd('p3dcert.exe', input='plugin_p3dCert.obj')
|
TargetAdd('p3dcert.exe', input='plugin_p3dCert.obj')
|
||||||
OPTS=['NOSTRIP', 'OPENSSL', 'WX', 'CARBON', 'WINOLE', 'WINOLEAUT', 'WINUSER', 'ADVAPI', 'WINSHELL', 'WINCOMCTL', 'WINGDI', 'WINCOMDLG']
|
OPTS=['NOSTRIP', 'OPENSSL', 'WX', 'CARBON', 'WINOLE', 'WINOLEAUT', 'WINUSER', 'ADVAPI', 'WINSHELL', 'WINCOMCTL', 'WINGDI', 'WINCOMDLG']
|
||||||
|
if (sys.platform=="darwin"): OPTS.append("GL")
|
||||||
|
|
||||||
if (sys.platform=="darwin"): OPTS += ['OPT:2']
|
if (sys.platform=="darwin"): OPTS += ['OPT:2']
|
||||||
TargetAdd('p3dcert.exe', opts=OPTS)
|
TargetAdd('p3dcert.exe', opts=OPTS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user