From fb97e0761e14a24da77824ae16f01674e5cc7095 Mon Sep 17 00:00:00 2001 From: Josh Yelon Date: Wed, 20 Jun 2007 20:02:19 +0000 Subject: [PATCH] Another vc7-vc8 fix --- doc/makepanda/maketarball.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/makepanda/maketarball.py b/doc/makepanda/maketarball.py index b505d40e20..77ccf01423 100755 --- a/doc/makepanda/maketarball.py +++ b/doc/makepanda/maketarball.py @@ -114,7 +114,7 @@ oscmd("ln -sf ../models "+TARDIR+"/models") oscmd("ln -sf ../samples "+TARDIR+"/samples") oscmd("ln -sf ../doc "+TARDIR+"/doc") oscmd("ln -sf ../makepanda "+TARDIR+"/makepanda") -oscmd("ln -sf ../../thirdparty/win-libs-vc7 "+TARDIR+"/thirdparty/win-libs-vc8") +oscmd("ln -sf ../../thirdparty/win-libs-vc8 "+TARDIR+"/thirdparty/win-libs-vc8") 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") @@ -157,7 +157,7 @@ oscmd("rm -rf "+TARDIR) oscmd("mkdir -p "+TARDIR) oscmd("mkdir -p "+TARDIR+"/thirdparty") -oscmd("ln -sf ../../thirdparty/win-libs-vc7 "+TARDIR+"/thirdparty/win-libs-vc8") +oscmd("ln -sf ../../thirdparty/win-libs-vc8 "+TARDIR+"/thirdparty/win-libs-vc8") 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")