mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-27 01:25:36 -05:00
readme: add note about release/debug builds
This commit is contained in:
parent
f4ca7ea367
commit
c3a3d5d250
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ msdev Rebuilder.dsw /make
|
|||
|
||||
(Replace `<MSVC600 directory>` with the directory you installed/cloned MSVC 6.0 to)
|
||||
|
||||
Rebuilder can only be built in "Release" mode. This is because it utilizes DLL injection to modify LEGO Island in memory, and with MSVC, "Debug" code is incompatible with "Release" code (which is what LEGO Island was naturally compiled as).
|
||||
|
||||
## Usage
|
||||
|
||||
By default, Rebuilder opens a graphical interface which can be used to set the patch configuration and to launch the game. However, command line arguments are also supported:
|
||||
|
|
Loading…
Reference in a new issue