From 9af787692e3925d70c9f29eca3c47bdb7479d076 Mon Sep 17 00:00:00 2001 From: daoge_cmd <3523206925@qq.com> Date: Sun, 1 Mar 2026 16:04:34 +0800 Subject: fix: fix release mode compilation on Windows --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 92b58e58..19018bfc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Introduction -This project contains the source code of Minecraft Legacy Console Edition v1.12, with some fixes applied to allow compilation and execution in Debug mode on Windows using Visual Studio 2022. +This project contains the source code of Minecraft Legacy Console Edition v1.3.0494.0, with some fixes applied to allow compilation and execution in Debug and Release mode on Windows using Visual Studio 2022. ## Build & Run @@ -12,7 +12,7 @@ This project contains the source code of Minecraft Legacy Console Edition v1.12, 2. Clone the repository 3. Open the project by double-clicking `MinecraftConsoles.sln` 4. Make sure `Minecraft.Client` is set as the Startup Project -5. Set the build configuration to **Debug** and the target platform to **Windows64**, then build and run +5. Set the build configuration to **Debug** or **Release** and the target platform to **Windows64**, then build and run ## Playing @@ -20,12 +20,12 @@ Since Minecraft Legacy Console Edition does not natively support keyboard and mo ## Known Issues -1. The project does not compile in Release mode on Windows. Builds for other platforms have not been tested and are most likely non-functional. +1. Builds for other platforms have not been tested and are most likely non-functional. 2. Sound effects are missing. 3. Other unknown issues may exist. ## Goals - [ ] Native keyboard and mouse input support -- [ ] Fix compilation in Release mode on Windows +- [x] Fix compilation in Release mode on Windows - [ ] Fix builds and execution on non-Windows platforms -- cgit v1.2.3