diff options
author | Pixel <pixel@nobis-crew.org> | 2009-11-08 22:08:09 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-11-08 22:08:09 -0800 |
commit | 4c239ae7dbd4043935dba1c8adc2a2ac397b9d40 (patch) | |
tree | 4c18dcabbac1d541af933649c6b780969b9605f0 /Makefile.mingw32 | |
parent | a02d152d1fdd6dcdc8fa977430d23a3822e4e4c2 (diff) |
Removing useless flags debug and compile now, and adding lua-interface-light.lua for default lua-interface-light.exe behavior.
Diffstat (limited to 'Makefile.mingw32')
-rw-r--r-- | Makefile.mingw32 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.mingw32 b/Makefile.mingw32 index 44e6b4b..2924983 100644 --- a/Makefile.mingw32 +++ b/Makefile.mingw32 @@ -162,6 +162,7 @@ dblib.lua \ LuaSmtp.cc \ lua-plugin.cc \ lua-interface-hc.c \ +lua-interface-light-hc.c \ WHOLE_SOURCES = $(BALTISOT_SOURCES) $(LUA_SOURCES) $(LUAINTERFACE_SOURCES) @@ -216,6 +217,9 @@ clean: lua-interface-hc.c : lua-interface.lua bin2c $< $@ lua_interface_lua +lua-interface-light-hc.c : lua-interface-light.lua + bin2c $< $@ lua_interface_light_lua + %.c : %.lua bin2c $< $@ $(basename $@) |