diff 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
line wrap: on
line diff
--- a/makefile.emx	Fri Nov 18 16:45:22 2011 +0000
+++ b/makefile.emx	Fri Nov 18 16:50:49 2011 +0000
@@ -26,7 +26,7 @@
 
 all: dw.dll dwcompat.dll dwtest.exe
 
-dw.dll:  os2\dw.c dw.def
+dw.dll:  os2\dw.c os2\dw.def
 	$(CC) $(CFLAGS) $(DEFS) -o dw.dll os2/dw.c $(LDFLAGS) os2/dw.def
 
 dw.lib: os2\dw.def