From e499459a0b0732fdbbf5a6012141bfae53039ec7 Mon Sep 17 00:00:00 2001 From: Alex Alabuzhev Date: Wed, 3 Feb 2016 22:02:47 +0000 Subject: [PATCH] replace vc10 with generic path --- misc/nightly/base_32.bat | 2 +- misc/nightly/base_64.bat | 2 +- misc/nightly/build.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/misc/nightly/base_32.bat b/misc/nightly/base_32.bat index 08ada492ff..00c53bb534 100644 --- a/misc/nightly/base_32.bat +++ b/misc/nightly/base_32.bat @@ -1,3 +1,3 @@ -call c:\VC10\vcvarsall.bat x86 +call c:\VC_current\vcvarsall.bat x86 SET CPU=i386 SET APPVER=6.0 diff --git a/misc/nightly/base_64.bat b/misc/nightly/base_64.bat index ebf54c778e..a981fe3942 100644 --- a/misc/nightly/base_64.bat +++ b/misc/nightly/base_64.bat @@ -1,3 +1,3 @@ -call c:\VC10\vcvarsall.bat x86_amd64 +call c:\VC_current\vcvarsall.bat x86_amd64 SET CPU=AMD64 SET APPVER=6.0 diff --git a/misc/nightly/build.sh b/misc/nightly/build.sh index 9f09d2d95b..cedff863b2 100644 --- a/misc/nightly/build.sh +++ b/misc/nightly/build.sh @@ -11,7 +11,7 @@ if svnsync sync file://`pwd`/syncrepo; then #start mspdbsrv.exe manually before compilation, with an infinite timeout #prevents compilation being stuck when using cmake - wine c:/VC10/bin/mspdbsrv.exe -start -spawn -shutdowntime -1 &> /dev/null & + wine c:/VC_current/bin/mspdbsrv.exe -start -spawn -shutdowntime -1 &> /dev/null & run "far" && run "plugins" && run "colorer" && run "netbox" && run "enc" && run "docs" && run "publish"