From e909b3a6fda575443f1b65a275710187567c6579 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 16 Jul 2009 10:33:33 +0000 Subject: [PATCH] Fix yet another build error on windows --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index efcf55a86c..dc90fc65b4 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -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/