From 303172d220669774c53cc8ffd244ce82a72b737d Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Thu, 2 Jan 2014 22:15:23 +0100 Subject: Trial to fix the nmake Makefile for vtls files. --- lib/Makefile.vc6 | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- cgit v1.2.3