diff options
Diffstat (limited to 'config.win')
-rw-r--r-- | config.win | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,14 +1,14 @@ | |||
1 | LUA_VERSION= 5.1 | ||
2 | |||
1 | # Installation directories | 3 | # Installation directories |
2 | # System's libraries directory (where binary libraries are installed) | 4 | # System's libraries directory (where binary libraries are installed) |
3 | LUA_LIBDIR= "c:\lua5.1" | 5 | LUA_LIBDIR= "c:\lua$(LUA_VERSION)" |
4 | 6 | ||
5 | # Lua includes directory | 7 | # Lua includes directory |
6 | LUA_INC= "c:\lua5.1\include" | 8 | LUA_INC= "c:\lua$(LUA_VERSION)\include" |
7 | 9 | ||
8 | # Lua library | 10 | # Lua library |
9 | LUA_LIB= "c:\lua5.1\lua5.1.lib" | 11 | LUA_LIB= "c:\lua$(LUA_VERSION)\lua$(LUA_VERSION).lib" |
10 | |||
11 | LIBNAME= $T.dll | ||
12 | 12 | ||
13 | # Compilation directives | 13 | # Compilation directives |
14 | WARN= /O2 | 14 | WARN= /O2 |