diff makefile.emx @ 1594:6baf177f335c

Rename compat.c/h dwcompat.c/h and configure option to --with-dwcompat. There are several other projects that include compat.c and compat.h... To avoid conflicts make sure the header and source files match the library.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 23 Feb 2012 12:44:15 +0000
parents 324812debcc9
children 080b764e8982
line wrap: on
line diff
--- a/makefile.emx	Sat Feb 18 20:45:51 2012 +0000
+++ b/makefile.emx	Thu Feb 23 12:44:15 2012 +0000
@@ -21,8 +21,8 @@
 RCFLAGS = -r
 
 
-COMPATOBJECTS = compat.obj dirent.obj
-COMPATSOURCES = compat.c dirent.c
+COMPATOBJECTS = dwcompat.obj dirent.obj
+COMPATSOURCES = dwcompat.c dirent.c
 
 all: dw.dll dwcompat.dll dwtest.exe
 
@@ -51,7 +51,7 @@
 dw.obj: dw.c
 	$(CC) $(CFLAGS) -c $<	
 
-compat.obj: compat.c
+dwcompat.obj: dwcompat.c
 	$(CC) $(CFLAGS) -c $<	
 
 dirent.obj: os2/dirent.c