comparison makefile.emx @ 1031:3222905690f2

Changes preparing for 2.0 release on OS/2.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 25 May 2011 02:55:20 +0000
parents 3ce487327afd
children a049f447999c
comparison
equal deleted inserted replaced
1030:facf58c6a4c7 1031:3222905690f2
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 = 11
11 VERDOT = 1.1 11 VERDOT = 2.0
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 $(@)
57 dwtest.obj: dwtest.c 57 dwtest.obj: dwtest.c
58 $(CC) $(CFLAGS) -c $< 58 $(CC) $(CFLAGS) -c $<
59 59
60 zip: dw.dll 60 zip: dw.dll
61 copy os2\readme-os2.txt . 61 copy os2\readme-os2.txt .
62 zip dwindows-os2-$(VERDOT).zip readme-os2.txt dw.dll dwcompat.dll dw.lib dwcompat.lib dw.h 62 zip dwindows-os2-$(VERDOT).zip readme-os2.txt readme dw.dll dwcompat.dll dw.lib dwcompat.lib dw.h