From f730d9d661dec04bd6c3c7aa66d3ef917ae99adb Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Thu, 4 Apr 2013 21:29:06 +0200 Subject: more clarification of help text --- install.bat | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install.bat b/install.bat index 16a0ffc0..2ded3802 100644 --- a/install.bat +++ b/install.bat @@ -42,9 +42,16 @@ IF [%1]==[/?] ( ECHO (/LUA, /INC, /LIB, /BIN will be ignored when used ECHO with /L^) ECHO /LUA [dir] Location where Lua is installed - e.g. c:\lua\5.1\ + ECHO This is the base directory, the installer will look + ECHO for subdirectories bin, lib, include. Alternatively + ECHO these can be specified explicitly using the /INC, + ECHO /LIB, and /BIN options. ECHO /INC [dir] Location of Lua includes - e.g. c:\lua\5.1\include + ECHO If provided overrides sub directory found using /LUA. ECHO /LIB [dir] Location of Lua libraries -e.g. c:\lua\5.1\lib + ECHO If provided overrides sub directory found using /LUA. ECHO /BIN [dir] Location of Lua executables - e.g. c:\lua\5.1\bin + ECHO If provided overrides sub directory found using /LUA. ECHO. ECHO /MW Use mingw as build system instead of MSVC ECHO. -- cgit v1.2.3-55-g6feb