We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bff05c commit a97a95fCopy full SHA for a97a95f
1 file changed
Build.cmd
@@ -8,4 +8,6 @@ rd /q /s "obj"
8
md "obj"
9
10
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"
+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/src/bin/vcruntime140_1.dll"
0 commit comments