Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/lua-5.1.3/src/bin2c.mak @ 28

Last change on this file since 28 was 28, checked in by landauf, 16 years ago
File size: 223 bytes
Line 
1SFX = 5.1
2PROJNAME = lua$(SFX)
3APPNAME = bin2c$(SFX)
4APPTYPE = console
5OPT = Yes
6USE_NODEPEND = Yes   
7NO_SCRIPTS = Yes
8
9SRC = ../etc/bin2c.c
10
11ifneq ($(findstring Win, $(TEC_SYSNAME)), )
12  SRC += lua.rc
13endif
Note: See TracBrowser for help on using the repository browser.