diff options
-rw-r--r-- | install.bat | 7 |
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. |