Difference between revisions of "Visual Studio Express"
Jump to navigation
Jump to search
(→See also: Category fix.) |
(→See also: Category fix.) |
||
Line 16: | Line 16: | ||
== See also == | == See also == | ||
− | [[Category: | + | [[Category:Development]] |
[[Category:Software]] | [[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