comparison makefile.emx @ 1172:5ff264b41985

Change to method of obtaining SVN revision number
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 18 Sep 2011 09:48:57 +0000
parents 590740c9c5c6
children 38e925147a60
comparison
equal deleted inserted replaced
1171:13d046d301f7 1172:5ff264b41985
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 svnversion -n . | cut -d ":" -f 1 | tr -d MS) 12 VERREV = $(shell os2\svnrev.cmd)
13 13
14 DEFS = 14 DEFS =
15 LIBS = 15 LIBS =
16 16
17 CFLAGS = -O -g -Zomf -Zmt -D__OS2__ -D__ST_MT_ERRNO__ -DVER_REV=$(VERREV) -I. -Wall -o $(@) 17 CFLAGS = -O -g -Zomf -Zmt -D__OS2__ -D__ST_MT_ERRNO__ -DVER_REV=$(VERREV) -I. -Wall -o $(@)