msvc: move Makefile.msvc.names into winbuild/
authorDaniel Stenberg <daniel@haxx.se>
Wed, 6 Feb 2013 22:14:11 +0000 (23:14 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 6 Feb 2013 22:14:11 +0000 (23:14 +0100)
In an attempt to clear up misc files from the root dir

Makefile.am
lib/Makefile.vc6
src/Makefile.vc6
winbuild/Makefile.msvc.names [moved from Makefile.msvc.names with 100% similarity]

index 3ea73a4..edbc805 100644 (file)
@@ -31,11 +31,12 @@ CMake/OtherTests.cmake CMake/Platforms/WindowsCache.cmake           \
 CMake/Utilities.cmake include/curl/curlbuild.h.cmake
 
 WINBUILD_DIST = winbuild/BUILD.WINDOWS.txt winbuild/gen_resp_file.bat  \
-winbuild/MakefileBuild.vc winbuild/Makefile.vc
+ winbuild/MakefileBuild.vc winbuild/Makefile.vc                                \
+ winbuild/Makefile.msvc.names
 
 EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in      \
  RELEASE-NOTES buildconf libcurl.pc.in vc6curl.dsw MacOSX-Framework    \
- $(CMAKE_DIST) Makefile.msvc.names $(WINBUILD_DIST) lib/libcurl.vers.in
+ $(CMAKE_DIST) $(WINBUILD_DIST) lib/libcurl.vers.in
 
 bin_SCRIPTS = curl-config
 
index 443a114..34fb30c 100644 (file)
@@ -5,7 +5,7 @@
 #                            | (__| |_| |  _ <| |___\r
 #                             \___|\___/|_| \_\_____|\r
 #\r
-# Copyright (C) 1999 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.\r
+# Copyright (C) 1999 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.\r
 #\r
 # This software is licensed as described in the file COPYING, which\r
 # you should have received as part of this distribution. The terms\r
@@ -62,7 +62,7 @@
 # Makefile.msvc.names provides libcurl file names\r
 # ------------------------------------------------\r
 \r
-!INCLUDE ..\Makefile.msvc.names\r
+!INCLUDE ..\winbuild\Makefile.msvc.names\r
 \r
 !IFNDEF OPENSSL_PATH\r
 OPENSSL_PATH   = ../../openssl-0.9.8x\r
index 073b20d..4a23c98 100644 (file)
@@ -5,7 +5,7 @@
 #                            | (__| |_| |  _ <| |___\r
 #                             \___|\___/|_| \_\_____|\r
 #\r
-# Copyright (C) 1999 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.\r
+# Copyright (C) 1999 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.\r
 #\r
 # This software is licensed as described in the file COPYING, which\r
 # you should have received as part of this distribution. The terms\r
@@ -52,8 +52,7 @@ PROGRAM_NAME = curl.exe
 # Makefile.msvc.names provides libcurl file names\r
 # ------------------------------------------------\r
 \r
-!INCLUDE ..\Makefile.msvc.names\r
-\r
+!INCLUDE ..\winbuild\Makefile.msvc.names\r
 \r
 \r
 !IFNDEF OPENSSL_PATH\r