create types.h and also move everything to src

This commit is contained in:
2026-01-20 16:02:29 +01:00
parent 41d9bba1d1
commit 67f0941dbd
5 changed files with 41 additions and 37 deletions
+1 -1
View File
@@ -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