Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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 
1SFX = 5.1
2APPNAME = luac$(SFX)
3
4SRC = luac.c print.c
5
6include lua_conf.inc
7
8ifneq ($(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)
12endif
Note: See TracBrowser for help on using the repository browser.