From 95233053d0fefc1234541f94a99e6c3ce1d807b5 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Tue, 30 Apr 2013 11:57:05 +0200 Subject: added comment --- install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bat b/install.bat index 4e1ede31..28236707 100644 --- a/install.bat +++ b/install.bat @@ -560,7 +560,7 @@ rocks_trees = { end f:write("variables = {\n") if USE_MINGW and vars.LUA_RUNTIME == "MSVCRT" then - f:write(" MSVCRT = 'm',\n") + f:write(" MSVCRT = 'm', -- make MinGW use MSVCRT.DLL as runtime\n") else f:write(" MSVCRT = '"..vars.LUA_RUNTIME.."',\n") end -- cgit v1.2.3-55-g6feb