Skip to content

Commit

Permalink
replace vc10 with generic path
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Feb 3, 2016
1 parent 02d8d2e commit e499459
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion misc/nightly/build.sh
Expand Up @@ -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"
Expand Down

0 comments on commit e499459

Please sign in to comment.