Browse Source

Another vc7-vc8 fix

Josh Yelon 18 years ago
parent
commit
fb97e0761e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/makepanda/maketarball.py

+ 2 - 2
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")