comparison makefile.emx @ 1689:3fb7002e4de6

Unicode (UTF-8) mode on OS/2 as noted to me by Alex Taylor comes with a performance hit, so you can disable Unicode mode by removing -DUNICODE.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 30 Apr 2012 17:13:16 +0000
parents 7eb2e2d6b0be
children 6e26c9ead2fe
comparison
equal deleted inserted replaced
1688:72ac6eb33d76 1689:3fb7002e4de6
14 include SVN.REV 14 include SVN.REV
15 15
16 DEFS = 16 DEFS =
17 LIBS = 17 LIBS =
18 18
19 CFLAGS = -O -g -Zomf -Zmt -D__OS2__ -D__ST_MT_ERRNO__ -DVER_REV=$(VERREV) -I. -Wall -o $(@) 19 CFLAGS = -O -g -Zomf -Zmt -D__OS2__ -D__ST_MT_ERRNO__ -DUNICODE -DVER_REV=$(VERREV) -I. -Wall -o $(@)
20 LDFLAGS = -Zdll -static-libgcc 20 LDFLAGS = -Zdll -static-libgcc
21 RCFLAGS = -r 21 RCFLAGS = -r
22 22
23 23
24 COMPATOBJECTS = dwcompat.obj dirent.obj 24 COMPATOBJECTS = dwcompat.obj dirent.obj