1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-05 17:15:04 -05:00

build: Removed old Visual Studio project files

This commit is contained in:
Steve Holme 2014-05-18 21:25:53 +01:00
parent f01e7e08d8
commit 29d790fe60
28 changed files with 0 additions and 936 deletions

5
vs/.gitignore vendored
View File

@ -1,5 +0,0 @@
*
!.gitignore
!t
!vc6
!vc8

1
vs/t/.gitattributes vendored
View File

@ -1 +0,0 @@
* -crlf

7
vs/t/.gitignore vendored
View File

@ -1,7 +0,0 @@
*
!.gitattributes
!.gitignore
!README
!lib
!src
!tests

View File

@ -1,8 +0,0 @@
Note:
Files located in subdirectory 'vs/t' and below are 'templates' used for
the generation of msvc IDE workspace and project files, distributed in
subdirectories 'vs/vc6' and 'vs/vc8'.
All these template files use UNIX line endings intentionally, in order
to allow proper file generation. Don't convert these to crlf line-ends.

View File

@ -1 +0,0 @@
* -crlf

5
vs/t/lib/.gitignore vendored
View File

@ -1,5 +0,0 @@
*
!.gitattributes
!.gitignore
!*.foot
!*.head

View File

@ -1,10 +0,0 @@
# Begin Group "Resource Files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\lib\libcurl.rc
# End Source File
# End Group
# End Target
# End Project

View File

@ -1,147 +0,0 @@
# Microsoft Developer Studio Project File - Name="libcurl" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
# TARGTYPE "Win32 (x86) Static Library" 0x0104
CFG=libcurl - 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 "vc6libcurl.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 "vc6libcurl.mak" CFG="libcurl - Win32 LIB Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "libcurl - Win32 DLL Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "libcurl - Win32 DLL Release" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "libcurl - Win32 LIB Debug" (based on "Win32 (x86) Static Library")
!MESSAGE "libcurl - Win32 LIB Release" (based on "Win32 (x86) Static Library")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
!IF "$(CFG)" == "libcurl - Win32 DLL Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "dll-debug"
# PROP BASE Intermediate_Dir "dll-debug/obj"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "dll-debug"
# PROP Intermediate_Dir "dll-debug/obj"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
CPP=cl.exe
# ADD BASE CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "..\..\..\lib" /I "..\..\..\include" /D "WIN32" /D "_DEBUG" /D "BUILDING_LIBCURL" /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "..\..\..\lib" /I "..\..\..\include" /D "WIN32" /D "_DEBUG" /D "BUILDING_LIBCURL" /FD /GZ /c
MTL=midl.exe
# ADD BASE MTL /nologo /D "_DEBUG" /win32
# ADD MTL /nologo /D "_DEBUG" /win32
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"dll-debug/libcurld.dll" /implib:"dll-debug/libcurld_imp.lib" /pdbtype:con /fixed:no
# ADD LINK32 wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"dll-debug/libcurld.dll" /implib:"dll-debug/libcurld_imp.lib" /pdbtype:con /fixed:no
!ELSEIF "$(CFG)" == "libcurl - Win32 DLL Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "dll-release"
# PROP BASE Intermediate_Dir "dll-release/obj"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "dll-release"
# PROP Intermediate_Dir "dll-release/obj"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
CPP=cl.exe
# ADD BASE CPP /nologo /MD /W3 /EHsc /O2 /I "..\..\..\lib" /I "..\..\..\include" /D "WIN32" /D "NDEBUG" /D "BUILDING_LIBCURL" /FD /c
# ADD CPP /nologo /MD /W3 /EHsc /O2 /I "..\..\..\lib" /I "..\..\..\include" /D "WIN32" /D "NDEBUG" /D "BUILDING_LIBCURL" /FD /c
MTL=midl.exe
# ADD BASE MTL /nologo /D "NDEBUG" /win32
# ADD MTL /nologo /D "NDEBUG" /win32
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /dll /pdb:none /machine:I386 /out:"dll-release/libcurl.dll" /implib:"dll-release/libcurl_imp.lib" /fixed:no /release /incremental:no
# ADD LINK32 wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /dll /pdb:none /machine:I386 /out:"dll-release/libcurl.dll" /implib:"dll-release/libcurl_imp.lib" /fixed:no /release /incremental:no
!ELSEIF "$(CFG)" == "libcurl - Win32 LIB Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "lib-debug"
# PROP BASE Intermediate_Dir "lib-debug/obj"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "lib-debug"
# PROP Intermediate_Dir "lib-debug/obj"
# PROP Target_Dir ""
CPP=cl.exe
# ADD BASE CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "..\..\..\lib" /I "..\..\..\include" /D "WIN32" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "..\..\..\lib" /I "..\..\..\include" /D "WIN32" /D "_DEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /FD /GZ /c
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo /out:"lib-debug/libcurld.lib" /machine:I386
# ADD LIB32 /nologo /out:"lib-debug/libcurld.lib" /machine:I386
!ELSEIF "$(CFG)" == "libcurl - Win32 LIB Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "lib-release"
# PROP BASE Intermediate_Dir "lib-release/obj"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "lib-release"
# PROP Intermediate_Dir "lib-release/obj"
# PROP Target_Dir ""
CPP=cl.exe
# ADD BASE CPP /nologo /MD /W3 /EHsc /O2 /I "..\..\..\lib" /I "..\..\..\include" /D "WIN32" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /FD /c
# ADD CPP /nologo /MD /W3 /EHsc /O2 /I "..\..\..\lib" /I "..\..\..\include" /D "WIN32" /D "NDEBUG" /D "BUILDING_LIBCURL" /D "CURL_STATICLIB" /FD /c
RSC=rc.exe
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo /out:"lib-release/libcurl.lib" /machine:I386
# ADD LIB32 /nologo /out:"lib-release/libcurl.lib" /machine:I386
!ENDIF
# Begin Target
# Name "libcurl - Win32 DLL Debug"
# Name "libcurl - Win32 DLL Release"
# Name "libcurl - Win32 LIB Debug"
# Name "libcurl - Win32 LIB Release"

View File

@ -1,7 +0,0 @@
<Filter Name="Resource Files">
<File RelativePath="..\..\..\lib\libcurl.rc"></File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@ -1,101 +0,0 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="libcurl"
ProjectGUID="{87EE9DA4-DE1E-4448-8324-183C98DCA588}"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory=".\Release"
IntermediateDirectory=".\Release"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool Name="VCPreBuildEventTool"
/>
<Tool Name="VCCustomBuildTool"
/>
<Tool Name="VCXMLDataGeneratorTool"
/>
<Tool Name="VCWebServiceProxyGeneratorTool"
/>
<Tool Name="VCMIDLTool" PreprocessorDefinitions="NDEBUG" MkTypLibCompatible="true" SuppressStartupBanner="true" TargetEnvironment="1" TypeLibraryName=".\Release/libcurl.tlb" HeaderFileName=""
/>
<Tool Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories=".,..\include" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;BUILDING_LIBCURL" StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" PrecompiledHeaderFile=".\Release/libcurl.pch" AssemblerListingLocation=".\Release/" ObjectFile=".\Release/" ProgramDataBaseFileName=".\Release/" BrowseInformation="1" WarningLevel="0" SuppressStartupBanner="true" DebugInformationFormat="3"
/>
<Tool Name="VCManagedResourceCompilerTool"
/>
<Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" Culture="1033"
/>
<Tool Name="VCPreLinkEventTool"
/>
<Tool Name="VCLibrarianTool"
/>
<Tool Name="VCALinkTool"
/>
<Tool Name="VCXDCMakeTool"
/>
<Tool Name="VCBscMakeTool" SuppressStartupBanner="true" OutputFile=".\Release/libcurl.bsc"
/>
<Tool Name="VCFxCopTool"
/>
<Tool Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\Debug"
IntermediateDirectory=".\Debug"
ConfigurationType="4"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="2"
>
<Tool Name="VCPreBuildEventTool"
/>
<Tool Name="VCCustomBuildTool"
/>
<Tool Name="VCXMLDataGeneratorTool"
/>
<Tool Name="VCWebServiceProxyGeneratorTool"
/>
<Tool Name="VCMIDLTool" PreprocessorDefinitions="_DEBUG" MkTypLibCompatible="true" SuppressStartupBanner="true" TargetEnvironment="1" TypeLibraryName=".\Debug/libcurl.tlb" HeaderFileName=""
/>
<Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".,..\include" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;BUILDING_LIBCURL" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" PrecompiledHeaderFile=".\Debug/libcurl.pch" AssemblerListingLocation=".\Debug/" ObjectFile=".\Debug/" ProgramDataBaseFileName=".\Debug/" BrowseInformation="1" WarningLevel="0" SuppressStartupBanner="true" DebugInformationFormat="3"
/>
<Tool Name="VCManagedResourceCompilerTool"
/>
<Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" Culture="1033"
/>
<Tool Name="VCPreLinkEventTool"
/>
<Tool Name="VCLibrarianTool"
/>
<Tool Name="VCALinkTool"
/>
<Tool Name="VCXDCMakeTool"
/>
<Tool Name="VCBscMakeTool" SuppressStartupBanner="true" OutputFile=".\Debug/libcurl.bsc"
/>
<Tool Name="VCFxCopTool"
/>
<Tool Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>

View File

@ -1 +0,0 @@
* -crlf

5
vs/t/src/.gitignore vendored
View File

@ -1,5 +0,0 @@
*
!.gitattributes
!.gitignore
!*.foot
!*.head

View File

@ -1 +0,0 @@
* -crlf

7
vs/vc6/.gitignore vendored
View File

@ -1,7 +0,0 @@
*
!.gitattributes
!.gitignore
!lib
!src
!tests
!vc6curl.dsw

View File

@ -1 +0,0 @@
* -crlf

View File

@ -1,4 +0,0 @@
*
!.gitattributes
!.gitignore
!vc6libcurl.dsw

View File

@ -1,29 +0,0 @@
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
Project: "libcurl"=".\vc6libcurl.dsp" - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Global:
Package=<5>
{{{
}}}
Package=<3>
{{{
}}}
###############################################################################

View File

@ -1 +0,0 @@
* -crlf

View File

@ -1,5 +0,0 @@
*
!.gitattributes
!.gitignore
!vc6curltool.dsp
!vc6curltool.dsw

View File

@ -1,498 +0,0 @@
# Microsoft Developer Studio Project File - Name="curltool" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Console Application" 0x0103
CFG=curltool - Win32 using libcurl 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 "vc6curltool.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 "vc6curltool.mak" CFG="curltool - Win32 using libcurl LIB Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "curltool - Win32 using libcurl DLL Debug" (based on "Win32 (x86) Console Application")
!MESSAGE "curltool - Win32 using libcurl DLL Release" (based on "Win32 (x86) Console Application")
!MESSAGE "curltool - Win32 using libcurl LIB Debug" (based on "Win32 (x86) Console Application")
!MESSAGE "curltool - Win32 using libcurl LIB Release" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "curltool - Win32 using libcurl DLL Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "dll-debug"
# PROP BASE Intermediate_Dir "dll-debug/obj"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "dll-debug"
# PROP Intermediate_Dir "dll-debug/obj"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "..\..\..\lib" /I "..\..\..\include" /I "..\..\..\src" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "..\..\..\lib" /I "..\..\..\include" /I "..\..\..\src" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /FD /GZ /c
# ADD BASE RSC /l 0x409 /i "..\..\..\include" /d "_DEBUG"
# ADD RSC /l 0x409 /i "..\..\..\include" /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 libcurld_imp.lib wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"dll-debug/curl.exe" /pdbtype:con /libpath:"..\lib\dll-debug" /fixed:no
# ADD LINK32 libcurld_imp.lib wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"dll-debug/curl.exe" /pdbtype:con /libpath:"..\lib\dll-debug" /fixed:no
!ELSEIF "$(CFG)" == "curltool - Win32 using libcurl DLL Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "dll-release"
# PROP BASE Intermediate_Dir "dll-release/obj"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "dll-release"
# PROP Intermediate_Dir "dll-release/obj"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MD /W3 /EHsc /O2 /I "..\..\..\lib" /I "..\..\..\include" /I "..\..\..\src" /D "_CONSOLE" /D "WIN32" /D "NDEBUG" /FD /c
# ADD CPP /nologo /MD /W3 /EHsc /O2 /I "..\..\..\lib" /I "..\..\..\include" /I "..\..\..\src" /D "_CONSOLE" /D "WIN32" /D "NDEBUG" /FD /c
# ADD BASE RSC /l 0x409 /i "..\..\..\include" /d "NDEBUG"
# ADD RSC /l 0x409 /i "..\..\..\include" /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 libcurl_imp.lib wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"dll-release/curl.exe" /libpath:"..\lib\dll-release" /fixed:no
# ADD LINK32 libcurl_imp.lib wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"dll-release/curl.exe" /libpath:"..\lib\dll-release" /fixed:no
!ELSEIF "$(CFG)" == "curltool - Win32 using libcurl LIB Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "lib-debug"
# PROP BASE Intermediate_Dir "lib-debug/obj"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "lib-debug"
# PROP Intermediate_Dir "lib-debug/obj"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "..\..\..\lib" /I "..\..\..\include" /I "..\..\..\src" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /D "CURL_STATICLIB" /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /EHsc /Zi /Od /I "..\..\..\lib" /I "..\..\..\include" /I "..\..\..\src" /D "_CONSOLE" /D "WIN32" /D "_DEBUG" /D "CURL_STATICLIB" /FD /GZ /c
# ADD BASE RSC /l 0x409 /i "..\..\..\include" /d "_DEBUG"
# ADD RSC /l 0x409 /i "..\..\..\include" /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 libcurld.lib wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"lib-debug/curl.exe" /pdbtype:con /libpath:"..\lib\lib-debug" /fixed:no
# ADD LINK32 libcurld.lib wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"lib-debug/curl.exe" /pdbtype:con /libpath:"..\lib\lib-debug" /fixed:no
!ELSEIF "$(CFG)" == "curltool - Win32 using libcurl LIB Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "lib-release"
# PROP BASE Intermediate_Dir "lib-release/obj"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "lib-release"
# PROP Intermediate_Dir "lib-release/obj"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MD /W3 /EHsc /O2 /I "..\..\..\lib" /I "..\..\..\include" /I "..\..\..\src" /D "_CONSOLE" /D "WIN32" /D "NDEBUG" /D "CURL_STATICLIB" /FD /c
# ADD CPP /nologo /MD /W3 /EHsc /O2 /I "..\..\..\lib" /I "..\..\..\include" /I "..\..\..\src" /D "_CONSOLE" /D "WIN32" /D "NDEBUG" /D "CURL_STATICLIB" /FD /c
# ADD BASE RSC /l 0x409 /i "..\..\..\include" /d "NDEBUG"
# ADD RSC /l 0x409 /i "..\..\..\include" /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 libcurl.lib wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"lib-release/curl.exe" /libpath:"..\lib\lib-release" /fixed:no
# ADD LINK32 libcurl.lib wldap32.lib ws2_32.lib advapi32.lib kernel32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"lib-release/curl.exe" /libpath:"..\lib\lib-release" /fixed:no
!ENDIF
# Begin Target
# Name "curltool - Win32 using libcurl DLL Debug"
# Name "curltool - Win32 using libcurl DLL Release"
# Name "curltool - Win32 using libcurl LIB Debug"
# Name "curltool - Win32 using libcurl LIB Release"
# Begin Group "Source Files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\lib\nonblock.c
# End Source File
# Begin Source File
SOURCE=..\..\..\lib\rawstr.c
# End Source File
# Begin Source File
SOURCE=..\..\..\lib\strtoofft.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_binmode.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_bname.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_cb_dbg.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_cb_hdr.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_cb_prg.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_cb_rea.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_cb_see.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_cb_wrt.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_cfgable.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_convert.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_dirhie.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_doswin.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_easysrc.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_formparse.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_getparam.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_getpass.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_help.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_helpers.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_homedir.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_hugehelp.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_libinfo.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_main.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_metalink.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_mfiles.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_msgs.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_operate.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_operhlp.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_panykey.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_paramhlp.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_parsecfg.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_setopt.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_sleep.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_urlglob.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_util.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_vms.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_writeenv.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_writeout.c
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_xattr.c
# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter ""
# Begin Source File
SOURCE="..\..\..\lib\config-win32.h"
# End Source File
# Begin Source File
SOURCE=..\..\..\lib\nonblock.h
# End Source File
# Begin Source File
SOURCE=..\..\..\lib\rawstr.h
# End Source File
# Begin Source File
SOURCE=..\..\..\lib\strtoofft.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_binmode.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_bname.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_cb_dbg.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_cb_hdr.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_cb_prg.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_cb_rea.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_cb_see.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_cb_wrt.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_cfgable.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_convert.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_dirhie.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_doswin.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_easysrc.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_formparse.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_getparam.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_getpass.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_help.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_helpers.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_homedir.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_hugehelp.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_libinfo.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_main.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_metalink.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_mfiles.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_msgs.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_operate.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_operhlp.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_panykey.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_paramhlp.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_parsecfg.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_sdecls.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_setopt.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_setup.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_sleep.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_urlglob.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_util.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_version.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_vms.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_writeenv.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_writeout.h
# End Source File
# Begin Source File
SOURCE=..\..\..\src\tool_xattr.h
# End Source File
# End Group
# Begin Group "Resource Files"
# PROP Default_Filter ""
# Begin Source File
SOURCE=..\..\..\src\curl.rc
# End Source File
# End Group
# End Target
# End Project

View File

@ -1,29 +0,0 @@
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
Project: "curltool"=".\vc6curltool.dsp" - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Global:
Package=<5>
{{{
}}}
Package=<3>
{{{
}}}
###############################################################################

View File

@ -1,44 +0,0 @@
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
Project: "libcurl"=".\lib\vc6libcurl.dsp" - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "curltool"=".\src\vc6curltool.dsp" - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name libcurl
End Project Dependency
}}}
###############################################################################
Global:
Package=<5>
{{{
}}}
Package=<3>
{{{
}}}
###############################################################################

View File

@ -1 +0,0 @@
* -crlf

7
vs/vc8/.gitignore vendored
View File

@ -1,7 +0,0 @@
*
!.gitattributes
!.gitignore
!lib
!src
!tests
!vc8curl.sln

View File

@ -1 +0,0 @@
* -crlf

View File

@ -1,4 +0,0 @@
*
!.gitattributes
!.gitignore
!vc8libcurl.sln

View File

@ -1 +0,0 @@
* -crlf

View File

@ -1,5 +0,0 @@
*
!.gitattributes
!.gitignore
!vc8curltool.sln
!vc8curltool.vcproj