You've already forked rdsspy-lua-host
mirror of
https://github.com/KubaPro010/rdsspy-lua-host.git
synced 2026-02-27 02:45:21 +01:00
events
This commit is contained in:
4
Makefile
4
Makefile
@@ -4,9 +4,9 @@ liblua:
|
||||
rm *.o
|
||||
|
||||
build: liblua
|
||||
gcc -O2 -shared -static -o MyPlugin.dll plugin.c liblua -lgdi32 -luser32 -lshell32 \
|
||||
gcc -O2 -shared -static -o luahost.dll plugin.c liblua -lgdi32 -luser32 -lshell32 \
|
||||
-Wl,--add-stdcall-alias \
|
||||
-ffunction-sections -fdata-sections
|
||||
|
||||
install: build
|
||||
cp MyPlugin.dll "/c/Program Files (x86)/RDS Spy/plugins"
|
||||
cp luahost.dll "/c/Program Files (x86)/RDS Spy/plugins"
|
||||
Reference in New Issue
Block a user