Fix yet another build error on windows

This commit is contained in:
rdb 2009-07-16 10:33:33 +00:00
parent e928239506
commit e909b3a6fd

View File

@ -2855,7 +2855,7 @@ if (PkgSkip("PLUGIN")==0 and PkgSkip("TINYXML")==0):
TargetAdd('p3dpython.exe', input='plugin_handleStreamBuf.obj')
TargetAdd('p3dpython.exe', input='plugin_p3dPythonRun.obj')
TargetAdd('p3dpython.exe', input=COMMON_PANDA_LIBS)
TargetAdd('p3dpython.exe', opts=['TINYXML'])
TargetAdd('p3dpython.exe', opts=['TINYXML', 'WINUSER'])
#
# DIRECTORY: direct/src/plugin_npapi/