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