Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetopia committed Oct 3, 2024
1 parent a844d24 commit 19c7a23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ cd "%~dp0"
rmdir /Q /S "bin">nul 2>&1
mkdir "bin">nul 2>&1


windres.exe -i "Resources\DllMain.rc" -o "%TEMP%\.o"
gcc.exe -Os -Wl,--gc-sections -shared -nostdlib -static -s "DllMain.c" "%TEMP%\.o" -lMinHook -lKernel32 -lucrtbase -lUser32 -lDXGI -lD3D11 -o "bin\Stonecutter.dll"

Expand Down

0 comments on commit 19c7a23

Please sign in to comment.