From 4c239ae7dbd4043935dba1c8adc2a2ac397b9d40 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 8 Nov 2009 22:08:09 -0800 Subject: Removing useless flags debug and compile now, and adding lua-interface-light.lua for default lua-interface-light.exe behavior. --- Makefile.mingw32 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.mingw32') 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 $@) -- cgit v1.2.3