From: Guenter Knauf Date: Thu, 2 Jan 2014 21:15:23 +0000 (+0100) Subject: Trial to fix the nmake Makefile for vtls files. X-Git-Tag: curl-7_35_0~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=303172d220669774c53cc8ffd244ce82a72b737d;p=curl Trial to fix the nmake Makefile for vtls files. --- diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index fcf97ce48..7db606341 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -641,6 +641,9 @@ $(DIROBJ): {.\}.c{$(DIROBJ)\}.obj: $(CC) $(CFLAGS) /Fo"$@" $< +{.\vtls\}.c{$(DIROBJ)\}.obj: + $(CC) $(CFLAGS) /Fo"$@" $< + debug-dll\libcurl.res \ debug-dll-ssl-dll\libcurl.res \ debug-dll-zlib-dll\libcurl.res \