From 3f501194d0139d12d8c2cbfbf133f93d903e8476 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Fri, 13 May 2005 19:25:53 +0000 Subject: [PATCH] Added win-extras stuff --- doc/makepanda/maketarball.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/makepanda/maketarball.py b/doc/makepanda/maketarball.py index 7f9234c32e..48b153472f 100755 --- a/doc/makepanda/maketarball.py +++ b/doc/makepanda/maketarball.py @@ -237,6 +237,7 @@ oscmd("ln -sf ../../thirdparty/win-libs-vc7 "+TARDIR+"/thirdparty/win-libs-vc7") oscmd("ln -sf ../../thirdparty/win-python "+TARDIR+"/thirdparty/win-python") oscmd("ln -sf ../../thirdparty/win-util "+TARDIR+"/thirdparty/win-util") oscmd("ln -sf ../../thirdparty/win-nsis "+TARDIR+"/thirdparty/win-nsis") +oscmd("ln -sf ../../thirdparty/win-extras "+TARDIR+"/thirdparty/win-extras") oscmd("ln -sf ../../thirdparty/Pmw "+TARDIR+"/thirdparty/Pmw") oscmd("zip -rq "+TARDIR+".zip "+TARDIR+" -x '*/CVS/*'") oscmd("rm -rf "+TARDIR) @@ -279,6 +280,7 @@ oscmd("ln -sf ../../thirdparty/win-libs-vc7 "+TARDIR+"/thirdparty/win-libs-vc7") oscmd("ln -sf ../../thirdparty/win-python "+TARDIR+"/thirdparty/win-python") oscmd("ln -sf ../../thirdparty/win-util "+TARDIR+"/thirdparty/win-util") oscmd("ln -sf ../../thirdparty/win-nsis "+TARDIR+"/thirdparty/win-nsis") +oscmd("ln -sf ../../thirdparty/win-extras "+TARDIR+"/thirdparty/win-extras") oscmd("ln -sf ../../thirdparty/Pmw "+TARDIR+"/thirdparty/Pmw") oscmd("zip -rq "+TARDIR+"-tools-win32.zip "+TARDIR+" -x '*/CVS/*'") oscmd("rm -rf "+TARDIR)