Skip to content

Commit 069e3a4

Browse files
committed
release: Test.
1 parent ae18eb1 commit 069e3a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Build.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
cd "%~dp0/src"
2+
cd "%~dp0\src"
33

44
rd /q /s "bin"
55
md "bin"
@@ -10,4 +10,4 @@ md "obj"
1010
windres.exe -i "Resources\Library.rc" -o "obj\Library.o"
1111
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"
1212

13-
echo "%~dp0/bin/vcruntime140_1.dll"
13+
echo "%~dp0\bin\vcruntime140_1.dll"

0 commit comments

Comments
 (0)