comparison makefile.emx @ 1361:324812debcc9

Missed a couple .DEF file references on OS/2 and... Fixed a warning reported by gcc with the set-focus top-level window fix.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 18 Nov 2011 16:50:49 +0000
parents 32a5be18e187
children 6baf177f335c
comparison
equal deleted inserted replaced
1360:32a5be18e187 1361:324812debcc9
24 COMPATOBJECTS = compat.obj dirent.obj 24 COMPATOBJECTS = compat.obj dirent.obj
25 COMPATSOURCES = compat.c dirent.c 25 COMPATSOURCES = compat.c dirent.c
26 26
27 all: dw.dll dwcompat.dll dwtest.exe 27 all: dw.dll dwcompat.dll dwtest.exe
28 28
29 dw.dll: os2\dw.c dw.def 29 dw.dll: os2\dw.c os2\dw.def
30 $(CC) $(CFLAGS) $(DEFS) -o dw.dll os2/dw.c $(LDFLAGS) os2/dw.def 30 $(CC) $(CFLAGS) $(DEFS) -o dw.dll os2/dw.c $(LDFLAGS) os2/dw.def
31 31
32 dw.lib: os2\dw.def 32 dw.lib: os2\dw.def
33 emximp -o dw.lib os2\dw.def 33 emximp -o dw.lib os2\dw.def
34 copy dw.dll dll 34 copy dw.dll dll