runnning do_vsprojects.bat not working - cannot build WinRT sln files
bilsou opened this issue · comments
When trying to run the script after being sure that activeperl is properly installed, I get that.
The system cannot find the path specified.
'"\vcvarsall"' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
File not found - OpenSSLTestAppStore8.1
File not found - winrtStore8.1
File not found - MakefileStore
creating project vsout\NT-Store-8.1-Static-Unicode
................
It seems that it's due to this line call ms\setVSVars.bat VS12VC
which should set some variables
Hence the second line call "%_VS12VC%\vcvarsall" x86
not working
My bad, I had to run the script from the root folder and not the ms one...