Skip to content

Commit 8afa2ef

Browse files
committed
release: Test.
1 parent f38ad2e commit 8afa2ef

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Build.cmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ rd /q /s "obj"
88
md "obj"
99

1010
windres.exe -i "Resources\Library.rc" -o "obj\Library.o"
11-
gcc.exe -Oz -s -Wl,--gc-sections,--exclude-all-symbols,--wrap=memcpy,--wrap=memset -static -shared -municode -nostdlib -e DllMain -DINITGUID "Library.c" "obj\Library.o" -lminhook -lkernel32 -luser32 -ldxgi -o "bin\vcruntime140_1.dll"
11+
gcc.exe -Oz -s -Wl,--gc-sections,--exclude-all-symbols,--wrap=memcpy,--wrap=memset -static -shared -municode -nostdlib -e DllMain -DINITGUID "Library.c" "obj\Library.o" -lminhook -lkernel32 -luser32 -ldxgi -o "bin\vcruntime140_1.dll"
12+
13+
echo "%~dp0"

0 commit comments

Comments
 (0)