diff options
| author | mascarenhas <mascarenhas> | 2008-03-25 17:39:29 +0000 |
|---|---|---|
| committer | mascarenhas <mascarenhas> | 2008-03-25 17:39:29 +0000 |
| commit | 5c8e92efa35f241d346dd839658c7d52bd699c8e (patch) | |
| tree | 4b778e2ac920224f5a110455f534303e04b758b5 | |
| parent | dac6b84edafb9c900d2bfb21ab25839d06a645da (diff) | |
| download | luafilesystem-5c8e92efa35f241d346dd839658c7d52bd699c8e.tar.gz luafilesystem-5c8e92efa35f241d346dd839658c7d52bd699c8e.tar.bz2 luafilesystem-5c8e92efa35f241d346dd839658c7d52bd699c8e.zip | |
fixing config.win
| -rw-r--r-- | config.win | 36 |
1 files changed, 19 insertions, 17 deletions
| @@ -1,17 +1,19 @@ | |||
| 1 | # Installation directories | 1 | # Installation directories |
| 2 | # System's libraries directory (where binary libraries are installed) | 2 | # System's libraries directory (where binary libraries are installed) |
| 3 | LUA_LIBDIR= "c:\lua5.1" | 3 | LUA_LIBDIR= "c:\lua5.1" |
| 4 | # Lua includes directory | 4 | |
| 5 | LUA_INC= "c:\lua5.1\include" | 5 | # Lua includes directory |
| 6 | # Lua library | 6 | LUA_INC= "c:\lua5.1\include" |
| 7 | LUA_LIB= "c:\lua5.1\lua5.1.lib" | 7 | |
| 8 | 8 | # Lua library | |
| 9 | LIBNAME= $T.dll | 9 | LUA_LIB= "c:\lua5.1\lua5.1.lib" |
| 10 | 10 | ||
| 11 | # Compilation directives | 11 | LIBNAME= $T.dll |
| 12 | WARN= /O2 | 12 | |
| 13 | INCS= /I$(LUA_INC) | 13 | # Compilation directives |
| 14 | CFLAGS= /MD $(WARN) $(INCS) | 14 | WARN= /O2 |
| 15 | CC= cl | 15 | INCS= /I$(LUA_INC) |
| 16 | 16 | CFLAGS= /MD $(WARN) $(INCS) | |
| 17 | # $Id: config.win,v 1.6 2008/03/25 17:38:15 mascarenhas Exp $ | 17 | CC= cl |
| 18 | |||
| 19 | # $Id: config.win,v 1.7 2008/03/25 17:39:29 mascarenhas Exp $ | ||
