mirror of
https://github.com/KubaPro010/rdsspy-lua-host.git
synced 2026-07-29 16:29:21 +02:00
create types.h and also move everything to src
This commit is contained in:
@@ -4,7 +4,7 @@ liblua:
|
||||
rm *.o
|
||||
|
||||
build: liblua
|
||||
gcc -O2 -shared -static -o luahost.dll plugin.c api.c liblua -lgdi32 -luser32 -lshell32 \
|
||||
gcc -O2 -shared -static -o luahost.dll src/*.c liblua -lgdi32 -luser32 -lshell32 -Ilua \
|
||||
-Wl,--add-stdcall-alias \
|
||||
-ffunction-sections -fdata-sections
|
||||
|
||||
|
||||
Reference in New Issue
Block a user