source:
downloads/lua-5.1.3/src/luac.mak
@
56
Last change on this file since 56 was 28, checked in by landauf, 17 years ago | |
---|---|
File size: 264 bytes |
Line | |
---|---|
1 | SFX = 5.1 |
2 | APPNAME = luac$(SFX) |
3 | |
4 | SRC = luac.c print.c |
5 | |
6 | include lua_conf.inc |
7 | |
8 | ifneq ($(findstring Win, $(TEC_SYSNAME)), ) |
9 | # In Windows, use the Static Libraries, overwrite the definitions in lua_conf.inc |
10 | USE_DLL = |
11 | LDIR = ../lib/$(TEC_UNAME) |
12 | endif |
Note: See TracBrowser
for help on using the repository browser.