Browse Source

another windows LINK_ALL_STATIC compile fix

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

+ 1 - 1
makepanda/makepanda.py

@@ -3229,7 +3229,7 @@ if (not RTDIST and not RUNTIME):
   TargetAdd('pview.exe', input='libp3framework.dll')
   TargetAdd('pview.exe', input='libp3framework.dll')
   TargetAdd('pview.exe', input='libpandafx.dll')
   TargetAdd('pview.exe', input='libpandafx.dll')
   TargetAdd('pview.exe', input=COMMON_PANDA_LIBS_PYSTUB)
   TargetAdd('pview.exe', input=COMMON_PANDA_LIBS_PYSTUB)
-  TargetAdd('pview.exe', opts=['ADVAPI'])
+  TargetAdd('pview.exe', opts=['ADVAPI', 'WINSOCK2', 'WINSHELL'])
 
 
 #
 #
 # DIRECTORY: panda/src/tinydisplay/
 # DIRECTORY: panda/src/tinydisplay/