From 407877a4d51ed4ede231756f240989eaca4a6e26 Mon Sep 17 00:00:00 2001
From: Sergey Lyubka <valenok@gmail.com>
Date: Mon, 6 Jan 2014 12:40:41 +0000
Subject: [PATCH] added mongoose-lua.exe target

---
 build/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build/Makefile b/build/Makefile
index 866a11c52..3a0b701dd 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -70,6 +70,10 @@ $(PROG)-lua-sqlite.exe: $(LUA_SQLITE_SOURCES)
 	$(MSVC)/bin/rc res.rc
 	$(CL) $(LUA_SQLITE_SOURCES) $(LUA_SQLITE_FLAGS) /link $(LINK_FLAGS) res.res /out:$@
 
+$(PROG)-lua.exe: $(LUA_SOURCES)
+	$(MSVC)/bin/rc res.rc
+	$(CL) $(LUA_SOURCES) $(LUA_FLAGS) /link $(LINK_FLAGS) res.res /out:$@
+
 $(PROG).exe: $(TINY_SOURCES)
 	$(MSVC)/bin/rc res.rc
 	$(CL) $(TINY_SOURCES) /link $(LINK_FLAGS) res.res /out:$@
-- 
GitLab