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 --- lib/Makefile.vc6 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Makefile.vc6') diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 443a114fb..34fb30c7f 100644 --- a/lib/Makefile.vc6 +++ b/lib/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 @@ -62,7 +62,7 @@ # Makefile.msvc.names provides libcurl file names # ------------------------------------------------ -!INCLUDE ..\Makefile.msvc.names +!INCLUDE ..\winbuild\Makefile.msvc.names !IFNDEF OPENSSL_PATH OPENSSL_PATH = ../../openssl-0.9.8x -- cgit v1.2.3