diff makefile.vac @ 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 623a42cf06f4
children 3fb7002e4de6
line wrap: on
line diff
--- a/makefile.vac	Sat Feb 18 20:45:51 2012 +0000
+++ b/makefile.vac	Thu Feb 23 12:44:15 2012 +0000
@@ -28,13 +28,13 @@
 
 .\dwcompat.dll: \
     .\os2\dirent.obj \
-    .\compat.obj
+    .\dwcompat.obj
     @echo " Link::Linker "
     icc.exe @<<
     /B" /NOE /de /ST:32768 /nologo /li"
     /Fe"dwcompat.dll" os2\dwcompat.def
     .\dirent.obj
-    .\compat.obj
+    .\dwcompat.obj
    so32dll.lib
    tcp32dll.lib
 <<