diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-02-06 23:14:11 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-02-06 23:14:11 +0100 |
commit | 632e50ca8d71a309ea3863acac5f1a7f88633e69 (patch) | |
tree | 81ecc4cbb726ba48dde4f2035480c07fa74235fe /src | |
parent | 7be925aefc0114f5174dff36fa7b9b5ac32305c8 (diff) |
msvc: move Makefile.msvc.names into winbuild/
In an attempt to clear up misc files from the root dir
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.vc6 | 5 |
1 files changed, 2 insertions, 3 deletions
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, <daniel@haxx.se>, et al.
+# Copyright (C) 1999 - 2013, Daniel Stenberg, <daniel@haxx.se>, 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
|