mirror of
https://github.com/simh/simh.git
synced 2026-01-26 20:12:23 +00:00
Visual Studio Projects: Provide a command line VS build procedure
Similar to the build_ming.bat procedure which will invoke MinGW to biuild siimulators, this procedure will rebuild all of SIMH simulators using Visual Studio. If this procedure is not invoked from a Developer Command Prompt then the VS2008 tools are preferred if VS2008 is installed, otherwise the installed Visual Studio tools will be used prefering newer Visual Studio versions over older ones. If this procedure is invoked from a Developer Command Prompt then the tool chain provided with the command prompt is used to build the simh projects. A single argument to this procedure may be the word Debug, which will cause Debug binaries to be build rather than the Release binaries which is the default.
This commit is contained in:
10
README.md
10
README.md
@@ -39,8 +39,8 @@
|
||||
. . . . . . . . . . [Linux - Dependencies](#linux---dependencies)
|
||||
. . . . . . [Windows](#windows)
|
||||
. . . . . . . . [Required related files](#required-related-files)
|
||||
. . . . . . . . [Visual Studio (Standard or Express) 2008, 2010, 2012, 2013 or Visual Studio Community 2015](#visual-studio-standard-or-express-2008-2010-2012-2013-or-visual-studio-community-2015)
|
||||
. . . . . . . . [MinGW](#mingw)
|
||||
. . . . . . . . [Visual Studio (Standard or Express) 2008, 2010, 2012, 2013 or Visual Studio Community 2015, 2017, 2019](#visual-studio-standard-or-express-2008-2010-2012-2013-or-visual-studio-community-2015-2017-2019)
|
||||
. . . . . . . . [MinGW32](#mingw32)
|
||||
. . . . . . [VMS](#vms)
|
||||
. . [Problem Reports](#problem-reports)
|
||||
|
||||
@@ -551,13 +551,13 @@ Compiling on windows is supported with recent versions of Microsoft Visual Studi
|
||||
##### Required related files
|
||||
The file https://github.com/simh/simh/blob/master/Visual%20Studio%20Projects/0ReadMe_Projects.txt
|
||||
|
||||
##### Visual Studio (Standard or Express) 2008, 2010, 2012, 2013 or Visual Studio Community 2015
|
||||
##### Visual Studio (Standard or Express) 2008, 2010, 2012, 2013 or Visual Studio Community 2015, 2017, 2019
|
||||
|
||||
The file https://github.com/simh/simh/blob/master/Visual%20Studio%20Projects/0ReadMe_Projects.txt describes the required steps to use the setup your environment to build using Visual Studio.
|
||||
|
||||
##### MinGW
|
||||
##### MinGW32
|
||||
|
||||
The file https://github.com/simh/simh/blob/master/Visual%20Studio%20Projects/0ReadMe_Projects.txt describes the required steps to use the setup your environment to build using MinGW.
|
||||
The file https://github.com/simh/simh/blob/master/Visual%20Studio%20Projects/0ReadMe_Projects.txt describes the required steps to use the setup your environment to build using MinGW32.
|
||||
|
||||
#### VMS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user