more things to do

This commit is contained in:
2026-01-01 15:25:47 +01:00
parent ff029ef3a4
commit bc1a4caed8
5 changed files with 279 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ liblua:
rm *.o
build: liblua
gcc -O2 -shared -static -o MyPlugin.dll plugin.c liblua -lgdi32 -luser32 \
gcc -O2 -shared -static -o MyPlugin.dll plugin.c liblua -lgdi32 -luser32 -lshell32 \
-Wl,--add-stdcall-alias \
-ffunction-sections -fdata-sections