mirror of
https://codeberg.org/Nixietab/EOSSDK-Holos.git
synced 2026-08-21 20:23:28 -04:00
6 lines
257 B
Bash
Executable file
6 lines
257 B
Bash
Executable file
# Build main.c with minhook hooking library
|
|
x86_64-w64-mingw32-gcc -static-libgcc -fPIC -shared -O2 \
|
|
-I include -I src \
|
|
main.c src/hook.c src/buffer.c src/trampoline.c src/hde/hde64.c src/hde/hde32.c \
|
|
proxy_fwd.def \
|
|
-o EOSSDK-Win64-Shipping.dll
|