comparison makefile.emx @ 1113:a049f447999c

Updated makefiles to 2.1 on Windows and OS/2 for packaging. Also added automatic win32/win64 naming for the zip files. I really need to look into a unified version location, right now I have to change the version in 15 places for each release.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 29 Jul 2011 22:11:25 +0000
parents 3222905690f2
children cb1e6b29aa7d
comparison
equal deleted inserted replaced
1112:824849a7768a 1113:a049f447999c
5 CC = gcc 5 CC = gcc
6 RM = rm -f 6 RM = rm -f
7 RC = rc 7 RC = rc
8 MAKE = make 8 MAKE = make
9 COMPRESS = lxlite 9 COMPRESS = lxlite
10 VER = 11 10 VER = 21
11 VERDOT = 2.0 11 VERDOT = 2.1
12 12
13 DEFS = 13 DEFS =
14 LIBS = 14 LIBS =
15 15
16 CFLAGS = -O -g -Zomf -Zmt -D__OS2__ -D__ST_MT_ERRNO__ -I. -Wall -o $(@) 16 CFLAGS = -O -g -Zomf -Zmt -D__OS2__ -D__ST_MT_ERRNO__ -I. -Wall -o $(@)