浏览代码

another windows LINK_ALL_STATIC compile fix

rdb 16 年之前
父节点
当前提交
4dccd64257
共有 1 个文件被更改,包括 1 次插入1 次删除
  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='libpandafx.dll')
   TargetAdd('pview.exe', input=COMMON_PANDA_LIBS_PYSTUB)
-  TargetAdd('pview.exe', opts=['ADVAPI'])
+  TargetAdd('pview.exe', opts=['ADVAPI', 'WINSOCK2', 'WINSHELL'])
 
 #
 # DIRECTORY: panda/src/tinydisplay/