From 344583a8e188bc79cb0c47e39c15e49376d745ec Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 5 Dec 2009 13:45:51 +0000 Subject: [PATCH] p3d_plugin.dll needs Advapi32.dll --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 5c45a6636e..3ee604d52c 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -3369,7 +3369,7 @@ if (RTDIST or RUNTIME): TargetAdd('p3d_plugin.dll', input='plugin_handleStreamBuf.obj') if (sys.platform == "darwin"): TargetAdd('p3d_plugin.dll', input='libsubprocbuffer.ilb') - TargetAdd('p3d_plugin.dll', opts=['TINYXML', 'OPENSSL', 'ZLIB', 'JPEG', 'PNG', 'X11', 'WINUSER', 'WINGDI', 'WINSHELL', 'WINCOMCTL', 'WINOLE', 'MSIMG']) + TargetAdd('p3d_plugin.dll', opts=['TINYXML', 'OPENSSL', 'ZLIB', 'JPEG', 'PNG', 'X11', 'ADVAPI', 'WINUSER', 'WINGDI', 'WINSHELL', 'WINCOMCTL', 'WINOLE', 'MSIMG']) if (PkgSkip("PYTHON")==0 and RTDIST): TargetAdd('p3dpython_p3dpython_composite1.obj', opts=OPTS, input='p3dpython_composite1.cxx')