From 4dccd642577d426e967bc8a0466294803197210b Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 19 Jan 2010 11:19:46 +0000 Subject: [PATCH] another windows LINK_ALL_STATIC compile fix --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 7d6bbdaf7c..b74375ae2d 100755 --- a/makepanda/makepanda.py +++ b/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/