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 /lib/Makefile.vc6 | |
parent | 7be925aefc0114f5174dff36fa7b9b5ac32305c8 (diff) | |
download | curl-632e50ca8d71a309ea3863acac5f1a7f88633e69.tar.gz |
msvc: move Makefile.msvc.names into winbuild/
In an attempt to clear up misc files from the root dir
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r-- | lib/Makefile.vc6 | 4 |
1 files changed, 2 insertions, 2 deletions
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, <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
@@ -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
|