From 632e50ca8d71a309ea3863acac5f1a7f88633e69 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 6 Feb 2013 23:14:11 +0100 Subject: msvc: move Makefile.msvc.names into winbuild/ In an attempt to clear up misc files from the root dir --- src/Makefile.vc6 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/Makefile.vc6') diff --git a/src/Makefile.vc6 b/src/Makefile.vc6 index 073b20d6a..4a23c98cc 100644 --- a/src/Makefile.vc6 +++ b/src/Makefile.vc6 @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 1999 - 2012, Daniel Stenberg, , et al. +# Copyright (C) 1999 - 2013, Daniel Stenberg, , et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms @@ -52,8 +52,7 @@ PROGRAM_NAME = curl.exe # Makefile.msvc.names provides libcurl file names # ------------------------------------------------ -!INCLUDE ..\Makefile.msvc.names - +!INCLUDE ..\winbuild\Makefile.msvc.names !IFNDEF OPENSSL_PATH -- cgit v1.2.3