mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2025-02-17 00:20:40 -05:00
correct msvc version in build instructions
This commit is contained in:
parent
f6a1712751
commit
d11194c135
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ Rebuilder utilizes the [CMake](https://cmake.org/download/) build system. Ensure
|
|||
|
||||
Compilation is currently broken with build systems other than [Ninja](https://ninja-build.org/), so it must be installed until this is addressed.
|
||||
|
||||
In order to retain compatibility with Windows 95, Rebuilder is compiled using MSVC 4.2.* For convenience and compatibility, a portable version of MSVC 4.2 is available [here](https://github.com/itsmattkc/VC420). Its command line can be accessed by running `bin/VCVARS32.BAT` from any normal command prompt.
|
||||
In order to retain compatibility with Windows 95, Rebuilder is compiled using MSVC 6.0.* For convenience and compatibility, a portable version of MSVC 6.0 is available [here](https://github.com/itsmattkc/MSVC600). Its command line can be accessed by running `VC98/bin/VCVARS32.BAT` from any normal command prompt.
|
||||
|
||||
Using the MSVC command line:
|
||||
|
||||
|
|
Loading…
Reference in a new issue