aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2013-04-04 21:29:06 +0200
committerThijs Schreijer <thijs@thijsschreijer.nl>2013-04-04 21:29:06 +0200
commitf730d9d661dec04bd6c3c7aa66d3ef917ae99adb (patch)
treecf14c3f6f8c821568bb4e397a458434749c6b184
parent2c5dcbcc655a02d1d91f85113a84180944e8d57b (diff)
downloadluarocks-f730d9d661dec04bd6c3c7aa66d3ef917ae99adb.tar.gz
luarocks-f730d9d661dec04bd6c3c7aa66d3ef917ae99adb.tar.bz2
luarocks-f730d9d661dec04bd6c3c7aa66d3ef917ae99adb.zip
more clarification of help text
-rw-r--r--install.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/install.bat b/install.bat
index 16a0ffc0..2ded3802 100644
--- a/install.bat
+++ b/install.bat
@@ -42,9 +42,16 @@ IF [%1]==[/?] (
42 ECHO (/LUA, /INC, /LIB, /BIN will be ignored when used 42 ECHO (/LUA, /INC, /LIB, /BIN will be ignored when used
43 ECHO with /L^) 43 ECHO with /L^)
44 ECHO /LUA [dir] Location where Lua is installed - e.g. c:\lua\5.1\ 44 ECHO /LUA [dir] Location where Lua is installed - e.g. c:\lua\5.1\
45 ECHO This is the base directory, the installer will look
46 ECHO for subdirectories bin, lib, include. Alternatively
47 ECHO these can be specified explicitly using the /INC,
48 ECHO /LIB, and /BIN options.
45 ECHO /INC [dir] Location of Lua includes - e.g. c:\lua\5.1\include 49 ECHO /INC [dir] Location of Lua includes - e.g. c:\lua\5.1\include
50 ECHO If provided overrides sub directory found using /LUA.
46 ECHO /LIB [dir] Location of Lua libraries -e.g. c:\lua\5.1\lib 51 ECHO /LIB [dir] Location of Lua libraries -e.g. c:\lua\5.1\lib
52 ECHO If provided overrides sub directory found using /LUA.
47 ECHO /BIN [dir] Location of Lua executables - e.g. c:\lua\5.1\bin 53 ECHO /BIN [dir] Location of Lua executables - e.g. c:\lua\5.1\bin
54 ECHO If provided overrides sub directory found using /LUA.
48 ECHO. 55 ECHO.
49 ECHO /MW Use mingw as build system instead of MSVC 56 ECHO /MW Use mingw as build system instead of MSVC
50 ECHO. 57 ECHO.