diff options
author | Steve Holme <steve_holme@hotmail.com> | 2015-07-26 20:22:25 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2015-07-28 20:44:14 +0100 |
commit | 1627930177a4724a61d84eea4e4b0e66c8b6d4d9 (patch) | |
tree | 5b46716f89f0a2e1b984a8ac660c5b53361e9031 | |
parent | 299b74fcfc5eed751da1174c06d17f5b57b61e5f (diff) | |
download | curl-1627930177a4724a61d84eea4e4b0e66c8b6d4d9.tar.gz |
build: Renamed curl src Visual Studio project files
Following commit 957fcd9049 and in preparation for adding the VC14
project files renamed the curl source project files.
-rw-r--r-- | Makefile.am | 48 | ||||
-rw-r--r-- | projects/Windows/VC10/curl-all.sln | 2 | ||||
-rw-r--r-- | projects/Windows/VC10/src/curl.sln (renamed from projects/Windows/VC10/src/curlsrc.sln) | 2 | ||||
-rw-r--r-- | projects/Windows/VC10/src/curl.tmpl (renamed from projects/Windows/VC10/src/curlsrc.tmpl) | 2 | ||||
-rw-r--r-- | projects/Windows/VC11/curl-all.sln | 2 | ||||
-rw-r--r-- | projects/Windows/VC11/src/curl.sln (renamed from projects/Windows/VC11/src/curlsrc.sln) | 2 | ||||
-rw-r--r-- | projects/Windows/VC11/src/curl.tmpl (renamed from projects/Windows/VC11/src/curlsrc.tmpl) | 2 | ||||
-rw-r--r-- | projects/Windows/VC12/curl-all.sln | 2 | ||||
-rw-r--r-- | projects/Windows/VC12/src/curl.sln (renamed from projects/Windows/VC12/src/curlsrc.sln) | 2 | ||||
-rw-r--r-- | projects/Windows/VC12/src/curl.tmpl (renamed from projects/Windows/VC12/src/curlsrc.tmpl) | 2 | ||||
-rw-r--r-- | projects/Windows/VC6/curl-all.dsw | 2 | ||||
-rw-r--r-- | projects/Windows/VC6/src/curl.dsw (renamed from projects/Windows/VC6/src/curlsrc.dsw) | 2 | ||||
-rw-r--r-- | projects/Windows/VC6/src/curl.tmpl (renamed from projects/Windows/VC6/src/curlsrc.tmpl) | 152 | ||||
-rw-r--r-- | projects/Windows/VC7.1/curl-all.sln | 2 | ||||
-rw-r--r-- | projects/Windows/VC7.1/src/curl.sln (renamed from projects/Windows/VC7.1/src/curlsrc.sln) | 2 | ||||
-rw-r--r-- | projects/Windows/VC7.1/src/curl.tmpl (renamed from projects/Windows/VC7.1/src/curlsrc.tmpl) | 2 | ||||
-rw-r--r-- | projects/Windows/VC7/curl-all.sln | 2 | ||||
-rw-r--r-- | projects/Windows/VC7/src/curl.sln (renamed from projects/Windows/VC7/src/curlsrc.sln) | 2 | ||||
-rw-r--r-- | projects/Windows/VC7/src/curl.tmpl (renamed from projects/Windows/VC7/src/curlsrc.tmpl) | 2 | ||||
-rw-r--r-- | projects/Windows/VC8/curl-all.sln | 2 | ||||
-rw-r--r-- | projects/Windows/VC8/src/curl.sln (renamed from projects/Windows/VC8/src/curlsrc.sln) | 2 | ||||
-rw-r--r-- | projects/Windows/VC8/src/curl.tmpl (renamed from projects/Windows/VC8/src/curlsrc.tmpl) | 4 | ||||
-rw-r--r-- | projects/Windows/VC9/curl-all.sln | 2 | ||||
-rw-r--r-- | projects/Windows/VC9/src/curl.sln (renamed from projects/Windows/VC9/src/curlsrc.sln) | 2 | ||||
-rw-r--r-- | projects/Windows/VC9/src/curl.tmpl (renamed from projects/Windows/VC9/src/curlsrc.tmpl) | 4 | ||||
-rw-r--r-- | projects/generate.bat | 32 |
26 files changed, 141 insertions, 141 deletions
diff --git a/Makefile.am b/Makefile.am index 22823d9d4..d7b39afa2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,57 +32,57 @@ CMAKE_DIST = CMakeLists.txt CMake/CMakeConfigurableFile.in \ VC6_LIBTMPL = projects/Windows/VC6/lib/libcurl.tmpl VC6_LIBDSP = projects/Windows/VC6/lib/libcurl.dsp.dist VC6_LIBDSP_DEPS = $(VC6_LIBTMPL) Makefile.am lib/Makefile.inc -VC6_SRCTMPL = projects/Windows/VC6/src/curlsrc.tmpl -VC6_SRCDSP = projects/Windows/VC6/src/curlsrc.dsp.dist +VC6_SRCTMPL = projects/Windows/VC6/src/curl.tmpl +VC6_SRCDSP = projects/Windows/VC6/src/curl.dsp.dist VC6_SRCDSP_DEPS = $(VC6_SRCTMPL) Makefile.am src/Makefile.inc VC7_LIBTMPL = projects/Windows/VC7/lib/libcurl.tmpl VC7_LIBVCPROJ = projects/Windows/VC7/lib/libcurl.vcproj.dist VC7_LIBVCPROJ_DEPS = $(VC7_LIBTMPL) Makefile.am lib/Makefile.inc -VC7_SRCTMPL = projects/Windows/VC7/src/curlsrc.tmpl -VC7_SRCVCPROJ = projects/Windows/VC7/src/curlsrc.vcproj.dist +VC7_SRCTMPL = projects/Windows/VC7/src/curl.tmpl +VC7_SRCVCPROJ = projects/Windows/VC7/src/curl.vcproj.dist VC7_SRCVCPROJ_DEPS = $(VC7_SRCTMPL) Makefile.am src/Makefile.inc VC71_LIBTMPL = projects/Windows/VC7.1/lib/libcurl.tmpl VC71_LIBVCPROJ = projects/Windows/VC7.1/lib/libcurl.vcproj.dist VC71_LIBVCPROJ_DEPS = $(VC71_LIBTMPL) Makefile.am lib/Makefile.inc -VC71_SRCTMPL = projects/Windows/VC7.1/src/curlsrc.tmpl -VC71_SRCVCPROJ = projects/Windows/VC7.1/src/curlsrc.vcproj.dist +VC71_SRCTMPL = projects/Windows/VC7.1/src/curl.tmpl +VC71_SRCVCPROJ = projects/Windows/VC7.1/src/curl.vcproj.dist VC71_SRCVCPROJ_DEPS = $(VC71_SRCTMPL) Makefile.am src/Makefile.inc VC8_LIBTMPL = projects/Windows/VC8/lib/libcurl.tmpl VC8_LIBVCPROJ = projects/Windows/VC8/lib/libcurl.vcproj.dist VC8_LIBVCPROJ_DEPS = $(VC8_LIBTMPL) Makefile.am lib/Makefile.inc -VC8_SRCTMPL = projects/Windows/VC8/src/curlsrc.tmpl -VC8_SRCVCPROJ = projects/Windows/VC8/src/curlsrc.vcproj.dist +VC8_SRCTMPL = projects/Windows/VC8/src/curl.tmpl +VC8_SRCVCPROJ = projects/Windows/VC8/src/curl.vcproj.dist VC8_SRCVCPROJ_DEPS = $(VC8_SRCTMPL) Makefile.am src/Makefile.inc VC9_LIBTMPL = projects/Windows/VC9/lib/libcurl.tmpl VC9_LIBVCPROJ = projects/Windows/VC9/lib/libcurl.vcproj.dist VC9_LIBVCPROJ_DEPS = $(VC9_LIBTMPL) Makefile.am lib/Makefile.inc -VC9_SRCTMPL = projects/Windows/VC9/src/curlsrc.tmpl -VC9_SRCVCPROJ = projects/Windows/VC9/src/curlsrc.vcproj.dist +VC9_SRCTMPL = projects/Windows/VC9/src/curl.tmpl +VC9_SRCVCPROJ = projects/Windows/VC9/src/curl.vcproj.dist VC9_SRCVCPROJ_DEPS = $(VC9_SRCTMPL) Makefile.am src/Makefile.inc VC10_LIBTMPL = projects/Windows/VC10/lib/libcurl.tmpl VC10_LIBVCXPROJ = projects/Windows/VC10/lib/libcurl.vcxproj.dist VC10_LIBVCXPROJ_DEPS = $(VC10_LIBTMPL) Makefile.am lib/Makefile.inc -VC10_SRCTMPL = projects/Windows/VC10/src/curlsrc.tmpl -VC10_SRCVCXPROJ = projects/Windows/VC10/src/curlsrc.vcxproj.dist +VC10_SRCTMPL = projects/Windows/VC10/src/curl.tmpl +VC10_SRCVCXPROJ = projects/Windows/VC10/src/curl.vcxproj.dist VC10_SRCVCXPROJ_DEPS = $(VC10_SRCTMPL) Makefile.am src/Makefile.inc VC11_LIBTMPL = projects/Windows/VC11/lib/libcurl.tmpl VC11_LIBVCXPROJ = projects/Windows/VC11/lib/libcurl.vcxproj.dist VC11_LIBVCXPROJ_DEPS = $(VC11_LIBTMPL) Makefile.am lib/Makefile.inc -VC11_SRCTMPL = projects/Windows/VC11/src/curlsrc.tmpl -VC11_SRCVCXPROJ = projects/Windows/VC11/src/curlsrc.vcxproj.dist +VC11_SRCTMPL = projects/Windows/VC11/src/curl.tmpl +VC11_SRCVCXPROJ = projects/Windows/VC11/src/curl.vcxproj.dist VC11_SRCVCXPROJ_DEPS = $(VC11_SRCTMPL) Makefile.am src/Makefile.inc VC12_LIBTMPL = projects/Windows/VC12/lib/libcurl.tmpl VC12_LIBVCXPROJ = projects/Windows/VC12/lib/libcurl.vcxproj.dist VC12_LIBVCXPROJ_DEPS = $(VC12_LIBTMPL) Makefile.am lib/Makefile.inc -VC12_SRCTMPL = projects/Windows/VC12/src/curlsrc.tmpl -VC12_SRCVCXPROJ = projects/Windows/VC12/src/curlsrc.vcxproj.dist +VC12_SRCTMPL = projects/Windows/VC12/src/curl.tmpl +VC12_SRCVCXPROJ = projects/Windows/VC12/src/curl.vcxproj.dist VC12_SRCVCXPROJ_DEPS = $(VC12_SRCTMPL) Makefile.am src/Makefile.inc VC_DIST = projects/README \ @@ -90,28 +90,28 @@ VC_DIST = projects/README \ projects/checksrc.bat \ projects/Windows/VC6/curl-all.dsw \ projects/Windows/VC6/lib/libcurl.dsw \ - projects/Windows/VC6/src/curlsrc.dsw \ + projects/Windows/VC6/src/curl.dsw \ projects/Windows/VC7/curl-all.sln \ projects/Windows/VC7/lib/libcurl.sln \ - projects/Windows/VC7/src/curlsrc.sln \ + projects/Windows/VC7/src/curl.sln \ projects/Windows/VC7.1/curl-all.sln \ projects/Windows/VC7.1/lib/libcurl.sln \ - projects/Windows/VC7.1/src/curlsrc.sln \ + projects/Windows/VC7.1/src/curl.sln \ projects/Windows/VC8/curl-all.sln \ projects/Windows/VC8/lib/libcurl.sln \ - projects/Windows/VC8/src/curlsrc.sln \ + projects/Windows/VC8/src/curl.sln \ projects/Windows/VC9/curl-all.sln \ projects/Windows/VC9/lib/libcurl.sln \ - projects/Windows/VC9/src/curlsrc.sln \ + projects/Windows/VC9/src/curl.sln \ projects/Windows/VC10/curl-all.sln \ projects/Windows/VC10/lib/libcurl.sln \ - projects/Windows/VC10/src/curlsrc.sln \ + projects/Windows/VC10/src/curl.sln \ projects/Windows/VC11/curl-all.sln \ projects/Windows/VC11/lib/libcurl.sln \ - projects/Windows/VC11/src/curlsrc.sln \ + projects/Windows/VC11/src/curl.sln \ projects/Windows/VC12/curl-all.sln \ projects/Windows/VC12/lib/libcurl.sln \ - projects/Windows/VC12/src/curlsrc.sln + projects/Windows/VC12/src/curl.sln WINBUILD_DIST = winbuild/BUILD.WINDOWS.txt winbuild/gen_resp_file.bat \ winbuild/MakefileBuild.vc winbuild/Makefile.vc \ diff --git a/projects/Windows/VC10/curl-all.sln b/projects/Windows/VC10/curl-all.sln index 450127210..319067540 100644 --- a/projects/Windows/VC10/curl-all.sln +++ b/projects/Windows/VC10/curl-all.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curlsrc", "src\curlsrc.vcxproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "src\curl.vcxproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" ProjectSection(ProjectDependencies) = postProject {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB} = {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB} EndProjectSection diff --git a/projects/Windows/VC10/src/curlsrc.sln b/projects/Windows/VC10/src/curl.sln index 13fc1d354..361c61cb0 100644 --- a/projects/Windows/VC10/src/curlsrc.sln +++ b/projects/Windows/VC10/src/curl.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curlsrc", "curlsrc.vcxproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "curl.vcxproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/projects/Windows/VC10/src/curlsrc.tmpl b/projects/Windows/VC10/src/curl.tmpl index fe3a934ca..3e22d8f27 100644 --- a/projects/Windows/VC10/src/curlsrc.tmpl +++ b/projects/Windows/VC10/src/curl.tmpl @@ -196,7 +196,7 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{5228E9CE-A216-422F-A5E6-58E95E2DD71D}</ProjectGuid> - <RootNamespace>curlsrc</RootNamespace> + <RootNamespace>curl</RootNamespace> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI|Win32'" Label="Configuration"> diff --git a/projects/Windows/VC11/curl-all.sln b/projects/Windows/VC11/curl-all.sln index c9085a936..4f5ff0b6f 100644 --- a/projects/Windows/VC11/curl-all.sln +++ b/projects/Windows/VC11/curl-all.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curlsrc", "src\curlsrc.vcxproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "src\curl.vcxproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" ProjectSection(ProjectDependencies) = postProject {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB} = {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB} EndProjectSection diff --git a/projects/Windows/VC11/src/curlsrc.sln b/projects/Windows/VC11/src/curl.sln index 88b4f7eb6..aaa2807ae 100644 --- a/projects/Windows/VC11/src/curlsrc.sln +++ b/projects/Windows/VC11/src/curl.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curlsrc", "curlsrc.vcxproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "curl.vcxproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/projects/Windows/VC11/src/curlsrc.tmpl b/projects/Windows/VC11/src/curl.tmpl index 017578c3c..a81f8f9dd 100644 --- a/projects/Windows/VC11/src/curlsrc.tmpl +++ b/projects/Windows/VC11/src/curl.tmpl @@ -196,7 +196,7 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{5228E9CE-A216-422F-A5E6-58E95E2DD71D}</ProjectGuid> - <RootNamespace>curlsrc</RootNamespace> + <RootNamespace>curl</RootNamespace> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI|Win32'" Label="Configuration"> diff --git a/projects/Windows/VC12/curl-all.sln b/projects/Windows/VC12/curl-all.sln index 57064c49f..0269a3e2a 100644 --- a/projects/Windows/VC12/curl-all.sln +++ b/projects/Windows/VC12/curl-all.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curlsrc", "src\curlsrc.vcxproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "src\curl.vcxproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" ProjectSection(ProjectDependencies) = postProject {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB} = {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB} EndProjectSection diff --git a/projects/Windows/VC12/src/curlsrc.sln b/projects/Windows/VC12/src/curl.sln index 292699cab..10e2a378e 100644 --- a/projects/Windows/VC12/src/curlsrc.sln +++ b/projects/Windows/VC12/src/curl.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curlsrc", "curlsrc.vcxproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "curl.vcxproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/projects/Windows/VC12/src/curlsrc.tmpl b/projects/Windows/VC12/src/curl.tmpl index 88ace4964..b336cdd18 100644 --- a/projects/Windows/VC12/src/curlsrc.tmpl +++ b/projects/Windows/VC12/src/curl.tmpl @@ -196,7 +196,7 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{5228E9CE-A216-422F-A5E6-58E95E2DD71D}</ProjectGuid> - <RootNamespace>curlsrc</RootNamespace> + <RootNamespace>curl</RootNamespace> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='LIB Release - DLL Windows SSPI|Win32'" Label="Configuration"> diff --git a/projects/Windows/VC6/curl-all.dsw b/projects/Windows/VC6/curl-all.dsw index 0d368d61f..a718e59a9 100644 --- a/projects/Windows/VC6/curl-all.dsw +++ b/projects/Windows/VC6/curl-all.dsw @@ -15,7 +15,7 @@ Package=<4> ###############################################################################
-Project: "curlsrc"=".\src\curlsrc.dsp" - Package Owner=<4>
+Project: "curl"=".\src\curl.dsp" - Package Owner=<4>
Package=<5>
{{{
diff --git a/projects/Windows/VC6/src/curlsrc.dsw b/projects/Windows/VC6/src/curl.dsw index 2aec0107d..a7adbce26 100644 --- a/projects/Windows/VC6/src/curlsrc.dsw +++ b/projects/Windows/VC6/src/curl.dsw @@ -3,7 +3,7 @@ Microsoft Developer Studio Workspace File, Format Version 6.00 ###############################################################################
-Project: "curlsrc"=".\curlsrc.dsp" - Package Owner=<4>
+Project: "curl"=".\curl.dsp" - Package Owner=<4>
Package=<5>
{{{
diff --git a/projects/Windows/VC6/src/curlsrc.tmpl b/projects/Windows/VC6/src/curl.tmpl index 18a541340..5f90c27e0 100644 --- a/projects/Windows/VC6/src/curlsrc.tmpl +++ b/projects/Windows/VC6/src/curl.tmpl @@ -1,46 +1,46 @@ -# Microsoft Developer Studio Project File - Name="curlsrc" - Package Owner=<4> +# Microsoft Developer Studio Project File - Name="curl" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Console Application" 0x0103 -CFG=curlsrc - Win32 LIB Debug +CFG=curl - Win32 LIB Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE -!MESSAGE NMAKE /f "curlsrc.mak". +!MESSAGE NMAKE /f "curl.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "curlsrc.mak" CFG="curlsrc - Win32 LIB Debug" +!MESSAGE NMAKE /f "curl.mak" CFG="curl - Win32 LIB Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE -!MESSAGE "curlsrc - Win32 DLL Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 DLL Debug DLL OpenSSL" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 DLL Debug DLL OpenSSL DLL LibSSH2" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 DLL Debug DLL Windows SSPI" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 DLL Debug DLL Windows SSPI DLL WinIDN" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 DLL Release" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 DLL Release DLL OpenSSL" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 DLL Release DLL OpenSSL DLL LibSSH2" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 DLL Release DLL Windows SSPI" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 DLL Release DLL Windows SSPI DLL WinIDN" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 LIB Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 LIB Debug DLL OpenSSL" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 LIB Debug DLL OpenSSL DLL LibSSH2" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 LIB Debug DLL Windows SSPI" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 LIB Debug DLL Windows SSPI DLL WinIDN" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 LIB Debug LIB OpenSSL" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 LIB Debug LIB OpenSSL LIB LibSSH2" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 LIB Release" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 LIB Release DLL OpenSSL" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 LIB Release DLL OpenSSL DLL LibSSH2" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 LIB Release DLL Windows SSPI" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 LIB Release DLL Windows SSPI DLL WinIDN" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 LIB Release LIB OpenSSL" (based on "Win32 (x86) Console Application") -!MESSAGE "curlsrc - Win32 LIB Release LIB OpenSSL LIB LibSSH2" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 DLL Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 DLL Debug DLL OpenSSL" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 DLL Debug DLL OpenSSL DLL LibSSH2" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 DLL Debug DLL Windows SSPI" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 DLL Debug DLL Windows SSPI DLL WinIDN" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 DLL Release" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 DLL Release DLL OpenSSL" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 DLL Release DLL OpenSSL DLL LibSSH2" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 DLL Release DLL Windows SSPI" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 DLL Release DLL Windows SSPI DLL WinIDN" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 LIB Debug" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 LIB Debug DLL OpenSSL" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 LIB Debug DLL OpenSSL DLL LibSSH2" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 LIB Debug DLL Windows SSPI" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 LIB Debug DLL Windows SSPI DLL WinIDN" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 LIB Debug LIB OpenSSL" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 LIB Debug LIB OpenSSL LIB LibSSH2" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 LIB Release" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 LIB Release DLL OpenSSL" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 LIB Release DLL OpenSSL DLL LibSSH2" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 LIB Release DLL Windows SSPI" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 LIB Release DLL Windows SSPI DLL WinIDN" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 LIB Release LIB OpenSSL" (based on "Win32 (x86) Console Application") +!MESSAGE "curl - Win32 LIB Release LIB OpenSSL LIB LibSSH2" (based on "Win32 (x86) Console Application") !MESSAGE # Begin Project @@ -50,7 +50,7 @@ CFG=curlsrc - Win32 LIB Debug CPP=cl.exe RSC=rc.exe -!IF "$(CFG)" == "curlsrc - Win32 DLL Debug" +!IF "$(CFG)" == "curl - Win32 DLL Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -74,7 +74,7 @@ LINK32=link.exe # ADD BASE LINK32 wldap32.lib ws2_32.lib libcurld.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\DLL Debug" /fixed:no # ADD LINK32 wldap32.lib ws2_32.lib libcurld.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\DLL Debug" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 DLL Debug DLL OpenSSL" +!ELSEIF "$(CFG)" == "curl - Win32 DLL Debug DLL OpenSSL" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -99,7 +99,7 @@ LINK32=link.exe # ADD BASE LINK32 wldap32.lib ws2_32.lib libcurld.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\DLL Debug..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL" /fixed:no # ADD LINK32 wldap32.lib ws2_32.lib libcurld.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 DLL Debug DLL OpenSSL DLL LibSSH2" +!ELSEIF "$(CFG)" == "curl - Win32 DLL Debug DLL OpenSSL DLL LibSSH2" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -124,7 +124,7 @@ LINK32=link.exe # ADD BASE LINK32 wldap32.lib ws2_32.lib libcurld.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL - DLL LibSSH2\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL" /fixed:no # ADD LINK32 wldap32.lib ws2_32.lib libcurld.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL - DLL LibSSH2\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL OpenSSL" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 DLL Debug DLL Windows SSPI" +!ELSEIF "$(CFG)" == "curl - Win32 DLL Debug DLL Windows SSPI" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -149,7 +149,7 @@ LINK32=link.exe # ADD BASE LINK32 wldap32.lib ws2_32.lib libcurld.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI" /fixed:no # ADD LINK32 wldap32.lib ws2_32.lib libcurld.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 DLL Debug DLL Windows SSPI DLL WinIDN" +!ELSEIF "$(CFG)" == "curl - Win32 DLL Debug DLL Windows SSPI DLL WinIDN" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -174,7 +174,7 @@ LINK32=link.exe # ADD BASE LINK32 wldap32.lib ws2_32.lib libcurld.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI - DLL WinIDN\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI - DLL WinIDN" /fixed:no # ADD LINK32 wldap32.lib ws2_32.lib libcurld.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI - DLL WinIDN\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\DLL Debug - DLL Windows SSPI - DLL WinIDN" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 DLL Release" +!ELSEIF "$(CFG)" == "curl - Win32 DLL Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -198,7 +198,7 @@ LINK32=link.exe # ADD BASE LINK32 wldap32.lib ws2_32.lib libcurl.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Release\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\DLL Release" /fixed:no # ADD LINK32 wldap32.lib ws2_32.lib libcurl.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Release\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\DLL Release" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 DLL Release DLL OpenSSL" +!ELSEIF "$(CFG)" == "curl - Win32 DLL Release DLL OpenSSL" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -223,7 +223,7 @@ LINK32=link.exe # ADD BASE LINK32 wldap32.lib ws2_32.lib libcurl.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Release - DLL OpenSSL\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\DLL Release - DLL OpenSSL" /fixed:no # ADD LINK32 wldap32.lib ws2_32.lib libcurl.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Release - DLL OpenSSL\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\DLL Release - DLL OpenSSL" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 DLL Release DLL OpenSSL DLL LibSSH2" +!ELSEIF "$(CFG)" == "curl - Win32 DLL Release DLL OpenSSL DLL LibSSH2" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -248,7 +248,7 @@ LINK32=link.exe # ADD BASE LINK32 wldap32.lib ws2_32.lib libcurl.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Release - DLL OpenSSL - DLL LibSSH2\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\DLL Release - DLL OpenSSL" /fixed:no # ADD LINK32 wldap32.lib ws2_32.lib libcurl.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Release - DLL OpenSSL - DLL LibSSH2\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\DLL Release - DLL OpenSSL" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 DLL Release DLL Windows SSPI" +!ELSEIF "$(CFG)" == "curl - Win32 DLL Release DLL Windows SSPI" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -273,7 +273,7 @@ LINK32=link.exe # ADD BASE LINK32 wldap32.lib ws2_32.lib libcurl.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Release - DLL Windows SSPI\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\DLL Release - DLL Windows SSPI" /fixed:no # ADD LINK32 wldap32.lib ws2_32.lib libcurl.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Release - DLL Windows SSPI\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\DLL Release - DLL Windows SSPI" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 DLL Release DLL Windows SSPI DLL WinIDN" +!ELSEIF "$(CFG)" == "curl - Win32 DLL Release DLL Windows SSPI DLL WinIDN" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -298,7 +298,7 @@ LINK32=link.exe # ADD BASE LINK32 wldap32.lib ws2_32.lib libcurl.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Release - DLL Windows SSPI - DLL WinIDN\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\DLL Release - DLL Windows SSPI - DLL WinIDN" /fixed:no # ADD LINK32 wldap32.lib ws2_32.lib libcurl.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\DLL Release - DLL Windows SSPI - DLL WinIDN\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\DLL Release - DLL Windows SSPI - DLL WinIDN" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 LIB Debug" +!ELSEIF "$(CFG)" == "curl - Win32 LIB Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -322,7 +322,7 @@ LINK32=link.exe # ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib libcurld.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Debug\curl.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\LIB Debug" /fixed:no # ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib libcurld.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Debug\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\LIB Debug" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 LIB Debug DLL OpenSSL" +!ELSEIF "$(CFG)" == "curl - Win32 LIB Debug DLL OpenSSL" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -347,7 +347,7 @@ LINK32=link.exe # ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib libcurld.lib libeay32.lib ssleay32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL OpenSSL\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL OpenSSL" /fixed:no # ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib libcurld.lib libeay32.lib ssleay32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL OpenSSL\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL OpenSSL" /libpath:"..\..\..\..\..\openssl\build\Win32\VC6\DLL Debug" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 LIB Debug DLL OpenSSL DLL LibSSH2" +!ELSEIF "$(CFG)" == "curl - Win32 LIB Debug DLL OpenSSL DLL LibSSH2" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -372,7 +372,7 @@ LINK32=link.exe # ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib libcurld.lib libeay32.lib ssleay32.lib libssh2d.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL OpenSSL - DLL LibSSH2\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL OpenSSL" /libpath:"..\..\..\..\..\openssl\build\Win32\VC6\DLL Debug" /libpath:"..\..\..\..\..\libssh2\build\Win32\VC6\DLL Debug" /fixed:no # ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib libcurld.lib libeay32.lib ssleay32.lib libssh2d.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL OpenSSL - DLL LibSSH2\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL OpenSSL" /libpath:"..\..\..\..\..\openssl\build\Win32\VC6\DLL Debug" /libpath:"..\..\..\..\..\libssh2\build\Win32\VC6\DLL Debug" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 LIB Debug DLL Windows SSPI" +!ELSEIF "$(CFG)" == "curl - Win32 LIB Debug DLL Windows SSPI" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -397,7 +397,7 @@ LINK32=link.exe # ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib libcurld.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI" /fixed:no # ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib libcurld.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 LIB Debug DLL Windows SSPI DLL WinIDN" +!ELSEIF "$(CFG)" == "curl - Win32 LIB Debug DLL Windows SSPI DLL WinIDN" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -422,7 +422,7 @@ LINK32=link.exe # ADD BASE LINK32 advapi32.lib normaliz.lib wldap32.lib ws2_32.lib libcurld.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI - DLL WinIDN\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI - DLL WinIDN" /fixed:no # ADD LINK32 advapi32.lib normaliz.lib wldap32.lib ws2_32.lib libcurld.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI - DLL WinIDN\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\LIB Debug - DLL Windows SSPI - DLL WinIDN" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 LIB Debug LIB OpenSSL" +!ELSEIF "$(CFG)" == "curl - Win32 LIB Debug LIB OpenSSL" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -447,7 +447,7 @@ LINK32=link.exe # ADD BASE LINK32 advapi32.lib crypt32.lib gdi32.lib user32.lib wldap32.lib ws2_32.lib libcurld.lib libeay32.lib ssleay32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL" /fixed:no # ADD LINK32 advapi32.lib crypt32.lib gdi32.lib user32.lib wldap32.lib ws2_32.lib libcurld.lib libeay32.lib ssleay32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL" /libpath:"..\..\..\..\..\openssl\build\Win32\VC6\LIB Debug" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 LIB Debug LIB OpenSSL LIB LibSSH2" +!ELSEIF "$(CFG)" == "curl - Win32 LIB Debug LIB OpenSSL LIB LibSSH2" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 @@ -472,7 +472,7 @@ LINK32=link.exe # ADD BASE LINK32 advapi32.lib crypt32.lib gdi32.lib user32.lib wldap32.lib ws2_32.lib libcurld.lib libeay32.lib ssleay32.lib libssh2d.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL - LIB LibSSH2\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL" /libpath:"..\..\..\..\..\openssl\build\Win32\VC6\LIB Debug" /libpath:"..\..\..\..\..\libssh2\build\Win32\VC6\LIB Debug" /fixed:no # ADD LINK32 advapi32.lib crypt32.lib gdi32.lib user32.lib wldap32.lib ws2_32.lib libcurld.lib libeay32.lib ssleay32.lib libssh2d.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL - LIB LibSSH2\curld.exe" /pdbtype:con /libpath:"..\..\..\..\build\Win32\VC6\LIB Debug - LIB OpenSSL" /libpath:"..\..\..\..\..\openssl\build\Win32\VC6\LIB Debug" /libpath:"..\..\..\..\..\libssh2\build\Win32\VC6\LIB Debug" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 LIB Release" +!ELSEIF "$(CFG)" == "curl - Win32 LIB Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -496,7 +496,7 @@ LINK32=link.exe # ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib libcurl.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Release\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\LIB Release" /fixed:no # ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib libcurl.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Release\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\LIB Release" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 LIB Release DLL OpenSSL" +!ELSEIF "$(CFG)" == "curl - Win32 LIB Release DLL OpenSSL" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -521,7 +521,7 @@ LINK32=link.exe # ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib libcurl.lib libeay32.lib ssleay32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Release - DLL OpenSSL\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\LIB Release - DLL OpenSSL" /fixed:no # ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib libcurl.lib libeay32.lib ssleay32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Release - DLL OpenSSL\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\LIB Release - DLL OpenSSL" /libpath:"..\..\..\..\..\openssl\build\Win32\VC6\DLL Release" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 LIB Release DLL OpenSSL DLL LibSSH2" +!ELSEIF "$(CFG)" == "curl - Win32 LIB Release DLL OpenSSL DLL LibSSH2" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -546,7 +546,7 @@ LINK32=link.exe # ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib libcurl.lib libeay32.lib ssleay32.lib libssh2.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Release - DLL OpenSSL - DLL LibSSH2\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\LIB Release - DLL OpenSSL" /libpath:"..\..\..\..\..\openssl\build\Win32\VC6\DLL Release" /libpath:"..\..\..\..\..\libssh2\build\Win32\VC6\DLL Release" /fixed:no # ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib libcurl.lib libeay32.lib ssleay32.lib libssh2.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Release - DLL OpenSSL - DLL LibSSH2\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\LIB Release - DLL OpenSSL" /libpath:"..\..\..\..\..\openssl\build\Win32\VC6\DLL Release" /libpath:"..\..\..\..\..\libssh2\build\Win32\VC6\DLL Release" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 LIB Release DLL Windows SSPI" +!ELSEIF "$(CFG)" == "curl - Win32 LIB Release DLL Windows SSPI" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -571,7 +571,7 @@ LINK32=link.exe # ADD BASE LINK32 advapi32.lib wldap32.lib ws2_32.lib libcurl.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Release - DLL Windows SSPI\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\LIB Release - DLL Windows SSPI" /fixed:no # ADD LINK32 advapi32.lib wldap32.lib ws2_32.lib libcurl.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Release - DLL Windows SSPI\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\LIB Release - DLL Windows SSPI" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 LIB Release DLL Windows SSPI DLL WinIDN" +!ELSEIF "$(CFG)" == "curl - Win32 LIB Release DLL Windows SSPI DLL WinIDN" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -596,7 +596,7 @@ LINK32=link.exe # ADD BASE LINK32 advapi32.lib normaliz.lib wldap32.lib ws2_32.lib libcurl.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Release - DLL Windows SSPI - DLL WinIDN\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\LIB Release - DLL Windows SSPI - DLL WinIDN" /fixed:no # ADD LINK32 advapi32.lib normaliz.lib wldap32.lib ws2_32.lib libcurl.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Release - DLL Windows SSPI - DLL WinIDN\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\LIB Release - DLL Windows SSPI - DLL WinIDN" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 LIB Release LIB OpenSSL" +!ELSEIF "$(CFG)" == "curl - Win32 LIB Release LIB OpenSSL" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -621,7 +621,7 @@ LINK32=link.exe # ADD BASE LINK32 advapi32.lib crypt32.lib gdi32.lib user32.lib wldap32.lib ws2_32.lib libcurl.lib libeay32.lib ssleay32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Release - LIB OpenSSL\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\LIB Release - LIB OpenSSL" /fixed:no # ADD LINK32 advapi32.lib crypt32.lib gdi32.lib user32.lib wldap32.lib ws2_32.lib libcurl.lib libeay32.lib ssleay32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"..\..\..\..\build\Win32\VC6\LIB Release - LIB OpenSSL\curl.exe" /libpath:"..\..\..\..\build\Win32\VC6\LIB Release - LIB OpenSSL" /libpath:"..\..\..\..\..\openssl\build\Win32\VC6\LIB Release" /fixed:no -!ELSEIF "$(CFG)" == "curlsrc - Win32 LIB Release LIB OpenSSL LIB LibSSH2" +!ELSEIF "$(CFG)" == "curl - Win32 LIB Release LIB OpenSSL LIB LibSSH2" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 @@ -650,30 +650,30 @@ LINK32=link.exe # Begin Target -# Name "curlsrc - Win32 DLL Debug" -# Name "curlsrc - Win32 DLL Debug DLL OpenSSL" -# Name "curlsrc - Win32 DLL Debug DLL OpenSSL DLL LibSSH2" -# Name "curlsrc - Win32 DLL Debug DLL Windows SSPI" -# Name "curlsrc - Win32 DLL Debug DLL Windows SSPI DLL WinIDN" -# Name "curlsrc - Win32 DLL Release" -# Name "curlsrc - Win32 DLL Release DLL OpenSSL" -# Name "curlsrc - Win32 DLL Release DLL OpenSSL DLL LibSSH2" -# Name "curlsrc - Win32 DLL Release DLL Windows SSPI" -# Name "curlsrc - Win32 DLL Release DLL Windows SSPI DLL WinIDN" -# Name "curlsrc - Win32 LIB Debug" -# Name "curlsrc - Win32 LIB Debug DLL OpenSSL" -# Name "curlsrc - Win32 LIB Debug DLL OpenSSL DLL LibSSH2" -# Name "curlsrc - Win32 LIB Debug DLL Windows SSPI" -# Name "curlsrc - Win32 LIB Debug DLL Windows SSPI DLL WinIDN" -# Name "curlsrc - Win32 LIB Debug LIB OpenSSL" -# Name "curlsrc - Win32 LIB Debug LIB OpenSSL LIB LibSSH2" -# Name "curlsrc - Win32 LIB Release" -# Name "curlsrc - Win32 LIB Release DLL OpenSSL" -# Name "curlsrc - Win32 LIB Release DLL OpenSSL DLL LibSSH2" -# Name "curlsrc - Win32 LIB Release DLL Windows SSPI" -# Name "curlsrc - Win32 LIB Release DLL Windows SSPI DLL WinIDN" -# Name "curlsrc - Win32 LIB Release LIB OpenSSL" -# Name "curlsrc - Win32 LIB Release LIB OpenSSL LIB LibSSH2" +# Name "curl - Win32 DLL Debug" +# Name "curl - Win32 DLL Debug DLL OpenSSL" +# Name "curl - Win32 DLL Debug DLL OpenSSL DLL LibSSH2" +# Name "curl - Win32 DLL Debug DLL Windows SSPI" +# Name "curl - Win32 DLL Debug DLL Windows SSPI DLL WinIDN" +# Name "curl - Win32 DLL Release" +# Name "curl - Win32 DLL Release DLL OpenSSL" +# Name "curl - Win32 DLL Release DLL OpenSSL DLL LibSSH2" +# Name "curl - Win32 DLL Release DLL Windows SSPI" +# Name "curl - Win32 DLL Release DLL Windows SSPI DLL WinIDN" +# Name "curl - Win32 LIB Debug" +# Name "curl - Win32 LIB Debug DLL OpenSSL" +# Name "curl - Win32 LIB Debug DLL OpenSSL DLL LibSSH2" +# Name "curl - Win32 LIB Debug DLL Windows SSPI" +# Name "curl - Win32 LIB Debug DLL Windows SSPI DLL WinIDN" +# Name "curl - Win32 LIB Debug LIB OpenSSL" +# Name "curl - Win32 LIB Debug LIB OpenSSL LIB LibSSH2" +# Name "curl - Win32 LIB Release" +# Name "curl - Win32 LIB Release DLL OpenSSL" +# Name "curl - Win32 LIB Release DLL OpenSSL DLL LibSSH2" +# Name "curl - Win32 LIB Release DLL Windows SSPI" +# Name "curl - Win32 LIB Release DLL Windows SSPI DLL WinIDN" +# Name "curl - Win32 LIB Release LIB OpenSSL" +# Name "curl - Win32 LIB Release LIB OpenSSL LIB LibSSH2" # Begin Group "Source Files" # PROP Default_Filter "" diff --git a/projects/Windows/VC7.1/curl-all.sln b/projects/Windows/VC7.1/curl-all.sln index 4475c7759..fc51b9dc0 100644 --- a/projects/Windows/VC7.1/curl-all.sln +++ b/projects/Windows/VC7.1/curl-all.sln @@ -1,5 +1,5 @@ Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curlsrc", "src\curlsrc.vcproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "src\curl.vcproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" ProjectSection(ProjectDependencies) = postProject {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB} = {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB} EndProjectSection diff --git a/projects/Windows/VC7.1/src/curlsrc.sln b/projects/Windows/VC7.1/src/curl.sln index cba3b6066..41ebb61ea 100644 --- a/projects/Windows/VC7.1/src/curlsrc.sln +++ b/projects/Windows/VC7.1/src/curl.sln @@ -1,5 +1,5 @@ Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curlsrc", "curlsrc.vcproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "curl.vcproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject diff --git a/projects/Windows/VC7.1/src/curlsrc.tmpl b/projects/Windows/VC7.1/src/curl.tmpl index 65226c09f..031c228b6 100644 --- a/projects/Windows/VC7.1/src/curlsrc.tmpl +++ b/projects/Windows/VC7.1/src/curl.tmpl @@ -2,7 +2,7 @@ <VisualStudioProject ProjectType="Visual C++" Version="7.10" - Name="curlsrc" + Name="curl" SccProjectName="" SccLocalPath=""> <Platforms> diff --git a/projects/Windows/VC7/curl-all.sln b/projects/Windows/VC7/curl-all.sln index fb7b89a42..b0746d834 100644 --- a/projects/Windows/VC7/curl-all.sln +++ b/projects/Windows/VC7/curl-all.sln @@ -1,5 +1,5 @@ Microsoft Visual Studio Solution File, Format Version 7.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curlsrc", "src\curlsrc.vcproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "src\curl.vcproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libcurl", "lib\libcurl.vcproj", "{DA6F56B4-06A4-441D-AD70-AC5A7D51FADB}" EndProject diff --git a/projects/Windows/VC7/src/curlsrc.sln b/projects/Windows/VC7/src/curl.sln index 651c9b2be..69554619d 100644 --- a/projects/Windows/VC7/src/curlsrc.sln +++ b/projects/Windows/VC7/src/curl.sln @@ -1,5 +1,5 @@ Microsoft Visual Studio Solution File, Format Version 7.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curlsrc", "curlsrc.vcproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "curl.vcproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" EndProject Global GlobalSection(SolutionConfiguration) = preSolution diff --git a/projects/Windows/VC7/src/curlsrc.tmpl b/projects/Windows/VC7/src/curl.tmpl index cb152b5f8..899507693 100644 --- a/projects/Windows/VC7/src/curlsrc.tmpl +++ b/projects/Windows/VC7/src/curl.tmpl @@ -2,7 +2,7 @@ <VisualStudioProject ProjectType="Visual C++" Version="7.00" - Name="curlsrc" + Name="curl" SccProjectName="" SccLocalPath=""> <Platforms> diff --git a/projects/Windows/VC8/curl-all.sln b/projects/Windows/VC8/curl-all.sln index 0dfbd1a41..9e2c22df4 100644 --- a/projects/Windows/VC8/curl-all.sln +++ b/projects/Windows/VC8/curl-all.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curlsrc", "src\curlsrc.vcproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "src\curl.vcproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" ProjectSection(ProjectDependencies) = postProject {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB} = {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB} EndProjectSection diff --git a/projects/Windows/VC8/src/curlsrc.sln b/projects/Windows/VC8/src/curl.sln index 2e8ad0752..0c43cbe24 100644 --- a/projects/Windows/VC8/src/curlsrc.sln +++ b/projects/Windows/VC8/src/curl.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curlsrc", "curlsrc.vcproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "curl.vcproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/projects/Windows/VC8/src/curlsrc.tmpl b/projects/Windows/VC8/src/curl.tmpl index ad7528124..e429bce53 100644 --- a/projects/Windows/VC8/src/curlsrc.tmpl +++ b/projects/Windows/VC8/src/curl.tmpl @@ -2,9 +2,9 @@ <VisualStudioProject ProjectType="Visual C++" Version="8.00" - Name="curlsrc" + Name="curl" ProjectGUID="{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" - RootNamespace="curlsrc" + RootNamespace="curl" > <Platforms> <Platform diff --git a/projects/Windows/VC9/curl-all.sln b/projects/Windows/VC9/curl-all.sln index 44151862b..2007cf7ed 100644 --- a/projects/Windows/VC9/curl-all.sln +++ b/projects/Windows/VC9/curl-all.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curlsrc", "src\curlsrc.vcproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "src\curl.vcproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" ProjectSection(ProjectDependencies) = postProject {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB} = {DA6F56B4-06A4-441D-AD70-AC5A7D51FADB} EndProjectSection diff --git a/projects/Windows/VC9/src/curlsrc.sln b/projects/Windows/VC9/src/curl.sln index d673349ea..0fb0586fa 100644 --- a/projects/Windows/VC9/src/curlsrc.sln +++ b/projects/Windows/VC9/src/curl.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curlsrc", "curlsrc.vcproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "curl", "curl.vcproj", "{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/projects/Windows/VC9/src/curlsrc.tmpl b/projects/Windows/VC9/src/curl.tmpl index e192696cb..86a25c7d5 100644 --- a/projects/Windows/VC9/src/curlsrc.tmpl +++ b/projects/Windows/VC9/src/curl.tmpl @@ -2,9 +2,9 @@ <VisualStudioProject ProjectType="Visual C++" Version="9.00" - Name="curlsrc" + Name="curl" ProjectGUID="{5228E9CE-A216-422F-A5E6-58E95E2DD71D}" - RootNamespace="curlsrc" + RootNamespace="curl" TargetFrameworkVersion="131072" > <Platforms> diff --git a/projects/generate.bat b/projects/generate.bat index 2aa04de90..35e190efe 100644 --- a/projects/generate.bat +++ b/projects/generate.bat @@ -114,11 +114,11 @@ rem If you need to set the errorlevel do this instead: CALL :seterr [#] if "%MODE%" == "GENERATE" ( echo Generating VC6 project files - call :generate dsp Windows\VC6\src\curlsrc.tmpl Windows\VC6\src\curlsrc.dsp + call :generate dsp Windows\VC6\src\curl.tmpl Windows\VC6\src\curl.dsp call :generate dsp Windows\VC6\lib\libcurl.tmpl Windows\VC6\lib\libcurl.dsp ) else ( echo Removing VC6 project files - call :clean Windows\VC6\src\curlsrc.dsp + call :clean Windows\VC6\src\curl.dsp call :clean Windows\VC6\lib\libcurl.dsp ) @@ -129,11 +129,11 @@ rem If you need to set the errorlevel do this instead: CALL :seterr [#] if "%MODE%" == "GENERATE" ( echo Generating VC7 project files - call :generate vcproj1 Windows\VC7\src\curlsrc.tmpl Windows\VC7\src\curlsrc.vcproj + call :generate vcproj1 Windows\VC7\src\curl.tmpl Windows\VC7\src\curl.vcproj call :generate vcproj1 Windows\VC7\lib\libcurl.tmpl Windows\VC7\lib\libcurl.vcproj ) else ( echo Removing VC7 project files - call :clean Windows\VC7\src\curlsrc.vcproj + call :clean Windows\VC7\src\curl.vcproj call :clean Windows\VC7\lib\libcurl.vcproj ) @@ -144,11 +144,11 @@ rem If you need to set the errorlevel do this instead: CALL :seterr [#] if "%MODE%" == "GENERATE" ( echo Generating VC7.1 project files - call :generate vcproj1 Windows\VC7.1\src\curlsrc.tmpl Windows\VC7.1\src\curlsrc.vcproj + call :generate vcproj1 Windows\VC7.1\src\curl.tmpl Windows\VC7.1\src\curl.vcproj call :generate vcproj1 Windows\VC7.1\lib\libcurl.tmpl Windows\VC7.1\lib\libcurl.vcproj ) else ( echo Removing VC7.1 project files - call :clean Windows\VC7.1\src\curlsrc.vcproj + call :clean Windows\VC7.1\src\curl.vcproj call :clean Windows\VC7.1\lib\libcurl.vcproj ) @@ -159,11 +159,11 @@ rem If you need to set the errorlevel do this instead: CALL :seterr [#] if "%MODE%" == "GENERATE" ( echo Generating VC8 project files - call :generate vcproj2 Windows\VC8\src\curlsrc.tmpl Windows\VC8\src\curlsrc.vcproj + call :generate vcproj2 Windows\VC8\src\curl.tmpl Windows\VC8\src\curl.vcproj call :generate vcproj2 Windows\VC8\lib\libcurl.tmpl Windows\VC8\lib\libcurl.vcproj ) else ( echo Removing VC8 project files - call :clean Windows\VC8\src\curlsrc.vcproj + call :clean Windows\VC8\src\curl.vcproj call :clean Windows\VC8\lib\libcurl.vcproj ) @@ -174,11 +174,11 @@ rem If you need to set the errorlevel do this instead: CALL :seterr [#] if "%MODE%" == "GENERATE" ( echo Generating VC9 project files - call :generate vcproj2 Windows\VC9\src\curlsrc.tmpl Windows\VC9\src\curlsrc.vcproj + call :generate vcproj2 Windows\VC9\src\curl.tmpl Windows\VC9\src\curl.vcproj call :generate vcproj2 Windows\VC9\lib\libcurl.tmpl Windows\VC9\lib\libcurl.vcproj ) else ( echo Removing VC9 project files - call :clean Windows\VC9\src\curlsrc.vcproj + call :clean Windows\VC9\src\curl.vcproj call :clean Windows\VC9\lib\libcurl.vcproj ) @@ -189,11 +189,11 @@ rem If you need to set the errorlevel do this instead: CALL :seterr [#] if "%MODE%" == "GENERATE" ( echo Generating VC10 project files - call :generate vcxproj Windows\VC10\src\curlsrc.tmpl Windows\VC10\src\curlsrc.vcxproj + call :generate vcxproj Windows\VC10\src\curl.tmpl Windows\VC10\src\curl.vcxproj call :generate vcxproj Windows\VC10\lib\libcurl.tmpl Windows\VC10\lib\libcurl.vcxproj ) else ( echo Removing VC10 project files - call :clean Windows\VC10\src\curlsrc.vcxproj + call :clean Windows\VC10\src\curl.vcxproj call :clean Windows\VC10\lib\libcurl.vcxproj ) @@ -204,11 +204,11 @@ rem If you need to set the errorlevel do this instead: CALL :seterr [#] if "%MODE%" == "GENERATE" ( echo Generating VC11 project files - call :generate vcxproj Windows\VC11\src\curlsrc.tmpl Windows\VC11\src\curlsrc.vcxproj + call :generate vcxproj Windows\VC11\src\curl.tmpl Windows\VC11\src\curl.vcxproj call :generate vcxproj Windows\VC11\lib\libcurl.tmpl Windows\VC11\lib\libcurl.vcxproj ) else ( echo Removing VC11 project files - call :clean Windows\VC11\src\curlsrc.vcxproj + call :clean Windows\VC11\src\curl.vcxproj call :clean Windows\VC11\lib\libcurl.vcxproj ) @@ -219,11 +219,11 @@ rem If you need to set the errorlevel do this instead: CALL :seterr [#] if "%MODE%" == "GENERATE" ( echo Generating VC12 project files - call :generate vcxproj Windows\VC12\src\curlsrc.tmpl Windows\VC12\src\curlsrc.vcxproj + call :generate vcxproj Windows\VC12\src\curl.tmpl Windows\VC12\src\curl.vcxproj call :generate vcxproj Windows\VC12\lib\libcurl.tmpl Windows\VC12\lib\libcurl.vcxproj ) else ( echo Removing VC12 project files - call :clean Windows\VC12\src\curlsrc.vcxproj + call :clean Windows\VC12\src\curl.vcxproj call :clean Windows\VC12\lib\libcurl.vcxproj ) |