hopefully this should fix the compile error for p3dcert on osx

This commit is contained in:
rdb 2011-09-10 08:37:41 +00:00
parent 482e7b1e9a
commit ddf37dbe28

View File

@ -3883,6 +3883,7 @@ if (RTDIST or RUNTIME):
OPTS=['NOSTRIP', 'OPENSSL', 'FLTK', 'WINCOMCTL', 'WINSOCK']
else:
OPTS.append("WX")
if (sys.platform=="darwin"): OPTS.append("GL")
TargetAdd('plugin_p3dCert.obj', opts=OPTS, input='p3dCert_wx.cxx')
TargetAdd('p3dcert.exe', input='plugin_mkdir_complete.obj')
TargetAdd('p3dcert.exe', input='plugin_p3dCert.obj')