Another vc7-vc8 fix
This commit is contained in:
parent
800279fb8a
commit
fb97e0761e
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue