aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.vc6
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2014-01-02 22:15:23 +0100
committerGuenter Knauf <lists@gknw.net>2014-01-02 22:16:21 +0100
commit303172d220669774c53cc8ffd244ce82a72b737d (patch)
treebb268174d6807f9fb483ab2fbae9bca3c6c5a37b /lib/Makefile.vc6
parent0f340f05723213efb1632907bc6a08a7cdd15b9d (diff)
Trial to fix the nmake Makefile for vtls files.
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r--lib/Makefile.vc63
1 files changed, 3 insertions, 0 deletions
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 \