ScrapHacks/ScrapHacks
Daniel S. 7784f97820 Switch build system to CMake 2019-09-01 22:45:07 +02:00
..
Injector Switch build system to CMake 2019-09-01 22:45:07 +02:00
ScrapHack Switch build system to CMake 2019-09-01 22:45:07 +02:00
.gitattributes Add DLL-Injector+ScrapHacks DLL 2019-02-23 22:40:05 +01:00
CMakeLists.txt Switch build system to CMake 2019-09-01 22:45:07 +02:00
README.md Switch build system to CMake 2019-09-01 22:45:07 +02:00

README.md

Open VS 2017 32-bit command prompt (vcvars32.bat)

mkdir build
cd build
cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE="Release" -DCMAKE_INSTALL_PREFIX="" ..
cmake --build .
cmake --install .

this will drop the compiled files into ./build/bin