From 13b3ad924b452177a30d5114ee9beacfcc08228c Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Thu, 4 Dec 2025 02:02:01 -0600 Subject: [PATCH] update building instructions in readme 2 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 17a3502..7bf05b9 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ if using MSVS 2017/2019/2022. In an MSVS terminal with `msbuild` in your path, i - Replace `/p:Platform=x86`with `/p:Platform=x64` to make a 64 bit build suitable for Windows XP x64. + The executable will be placed in corresponding __Debug__ or __Release__ directory. + ### MinGW From an MinGW prompt (you may have to edit the `CC`/ `CXX`/ `LD`/ `RC` variables in the [Makefile](./Makefile)): @@ -34,6 +36,8 @@ From an MinGW prompt (you may have to edit the `CC`/ `CXX`/ `LD`/ `RC` variables make clean && make all ``` + The executable will be placed in the root directory, side by side with the Makefile. + ## About Based on Endermanch's work https://github.com/Endermanch/XPConfirmationIDKeygen, which is itself based on other's work. Please see the original [XPConfirmationIDKeygen README](./orig/ORIGINAL_README.md) for more information.