Difference between revisions of "Visual Studio Express"
Jump to navigation
Jump to search
Bugman admin (talk | contribs) (Forced creation of a TOC - this will improve the formatting on the main page 'Did you know...' section.) |
(→See also: Category fix.) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
[http://en.kioskea.net/contents/665-environment-variables Link to windows environment variables] | [http://en.kioskea.net/contents/665-environment-variables Link to windows environment variables] | ||
+ | |||
+ | == See also == | ||
+ | |||
+ | [[Category:Development]] | ||
+ | [[Category:Software]] |
Latest revision as of 17:05, 6 November 2015
Contents
Notes
First we need to run the variable setup vcvars32.bat or vcvarsall.bat x86 for Microsoft Visual Studio 11.0, before we can compile.
"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\vcvars32.bat" "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\x86_amd64\vcvarsx86_amd64.bat" "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" x86 "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" x86_amd64 echo %PROCESSOR_ARCHITECTURE% set PROCESSOR_ARCHITECTURE=x86 echo %PROCESSOR_ARCHITECTURE% scons
Link to windows environment variables