Browse Source

Fix yet another build error on windows

rdb 16 years ago
parent
commit
e909b3a6fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      makepanda/makepanda.py

+ 1 - 1
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/