comparison makefile.emx @ 1173:38e925147a60

Revert to using a file as the source for SVN revision number.
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 19 Sep 2011 09:52:45 +0000
parents 5ff264b41985
children d4c874f13e9b
comparison
equal deleted inserted replaced
1172:5ff264b41985 1173:38e925147a60
7 RC = rc 7 RC = rc
8 MAKE = make 8 MAKE = make
9 COMPRESS = lxlite 9 COMPRESS = lxlite
10 VER = 21 10 VER = 21
11 VERDOT = 2.1 11 VERDOT = 2.1
12 VERREV = $(shell os2\svnrev.cmd) 12 AVERREV = $(shell os2\svnrev.cmd)
13 include SVN.REV
13 14
14 DEFS = 15 DEFS =
15 LIBS = 16 LIBS =
16 17
17 CFLAGS = -O -g -Zomf -Zmt -D__OS2__ -D__ST_MT_ERRNO__ -DVER_REV=$(VERREV) -I. -Wall -o $(@) 18 CFLAGS = -O -g -Zomf -Zmt -D__OS2__ -D__ST_MT_ERRNO__ -DVER_REV=$(VERREV) -I. -Wall -o $(@)