Trial to fix the nmake Makefile for vtls files.
authorGuenter Knauf <lists@gknw.net>
Thu, 2 Jan 2014 21:15:23 +0000 (22:15 +0100)
committerGuenter Knauf <lists@gknw.net>
Thu, 2 Jan 2014 21:16:21 +0000 (22:16 +0100)
lib/Makefile.vc6

index fcf97ce..7db6063 100644 (file)
@@ -641,6 +641,9 @@ $(DIROBJ):
 {.\}.c{$(DIROBJ)\}.obj:\r
        $(CC) $(CFLAGS) /Fo"$@"  $<\r
 \r
+{.\vtls\}.c{$(DIROBJ)\}.obj:\r
+       $(CC) $(CFLAGS) /Fo"$@"  $<\r
+\r
 debug-dll\libcurl.res \\r
 debug-dll-ssl-dll\libcurl.res \\r
 debug-dll-zlib-dll\libcurl.res \\r