link subprocbuffer into p3dembed on OSX

This commit is contained in:
rdb 2009-12-12 14:00:52 +00:00
parent 1dc13e3691
commit 23b949d360

View File

@ -3530,6 +3530,8 @@ if (RTDIST):
TargetAdd('p3dembed.exe', input='libp3dtoolconfig.dll') TargetAdd('p3dembed.exe', input='libp3dtoolconfig.dll')
TargetAdd('p3dembed.exe', input='libp3dtool.dll') TargetAdd('p3dembed.exe', input='libp3dtool.dll')
TargetAdd('p3dembed.exe', input='libp3pystub.dll') TargetAdd('p3dembed.exe', input='libp3pystub.dll')
if (sys.platform == "darwin"):
TargetAdd('p3dembed.cxx', input='libsubprocbuffer.ilb')
TargetAdd('p3dembed.exe', opts=['NOSTRIP', 'WINGDI', 'WINSOCK2', 'ZLIB', 'WINUSER', 'OPENSSL', 'JPEG', 'WINOLE', 'CARBON', 'MSIMG', 'WINCOMCTL', 'TINYXML', 'ADVAPI', 'WINSHELL', 'X11', 'PNG']) TargetAdd('p3dembed.exe', opts=['NOSTRIP', 'WINGDI', 'WINSOCK2', 'ZLIB', 'WINUSER', 'OPENSSL', 'JPEG', 'WINOLE', 'CARBON', 'MSIMG', 'WINCOMCTL', 'TINYXML', 'ADVAPI', 'WINSHELL', 'X11', 'PNG'])
# #