From 2b34777998de58fbc6ea76c53a7c0d42ed55d82c Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 22 Dec 2012 09:30:45 +0000 Subject: [PATCH] FLTK needs just a few more libraries on windows --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index b5f57de3af..b136a9a9ee 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -4249,7 +4249,7 @@ if (RTDIST or RUNTIME): TargetAdd('p3dcert.exe', input='plugin_mkdir_complete.obj') TargetAdd('p3dcert.exe', input='plugin_wstring_encode.obj') TargetAdd('p3dcert.exe', input='plugin_p3dCert.obj') - OPTS=['OPENSSL', 'FLTK', 'WINCOMCTL', 'WINSOCK', 'WINGDI', 'WINUSER'] + OPTS=['OPENSSL', 'FLTK', 'WINCOMCTL', 'WINSOCK', 'WINGDI', 'WINUSER', 'ADVAPI', 'WINOLE', 'WINSHELL'] if (sys.platform=="darwin"): OPTS += ['OPT:2'] TargetAdd('p3dcert.exe', opts=OPTS) elif (PkgSkip("WX")==0):