From e440e99fabd015ac766adf38adcab3cd19f9a58c Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Mon, 2 Sep 2019 21:58:51 +0200 Subject: [PATCH] Update ScrapHacks README.md --- ScrapHacks/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ScrapHacks/README.md b/ScrapHacks/README.md index 17e1e79..1f29a93 100644 --- a/ScrapHacks/README.md +++ b/ScrapHacks/README.md @@ -10,8 +10,8 @@ Open VS 32-bit command prompt (`vcvars32.bat`) ```batch mkdir build cd build -cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX="" .. -cmake --build . --config Release --target install +cmake -G "NMake Makefiles" .. +cmake --build . --target install ``` this will drop the compiled files into `./build/bin`