Project and workspace files for VC6 IDE supporting 4 configurations:
authorYang Tse <yangsita@gmail.com>
Fri, 29 Aug 2008 02:08:11 +0000 (02:08 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 29 Aug 2008 02:08:11 +0000 (02:08 +0000)
curl - Win32 using libcurl DLL Debug
curl - Win32 using libcurl DLL Release
curl - Win32 using libcurl LIB Debug
curl - Win32 using libcurl LIB Release

src/Makefile.am
src/curlsrc.dsp [new file with mode: 0644]
src/curlsrc.dsw [new file with mode: 0644]

index 59a97f8..be76828 100644 (file)
@@ -55,9 +55,9 @@ NROFF=env LC_ALL=C @NROFF@ @MANOPT@ # figured out by the configure script
 
 EXTRA_DIST = mkhelp.pl makefile.dj Makefile.vc6 Makefile.b32 Makefile.m32 \
        Makefile.riscos config.h.in macos/curl.mcp.xml.sit.hqx            \
-       macos/MACINSTALL.TXT macos/src/curl_GUSIConfig.cpp                \
+       macos/MACINSTALL.TXT macos/src/curl_GUSIConfig.cpp curlsrc.dsp    \
        macos/src/macos_main.cpp config-amigaos.h makefile.amiga curl.rc  \
-       Makefile.netware Makefile.inc Makefile.Watcom
+       Makefile.netware Makefile.inc Makefile.Watcom curlsrc.dsw
 
 MANPAGE=$(top_srcdir)/docs/curl.1
 README=$(top_srcdir)/docs/MANUAL
diff --git a/src/curlsrc.dsp b/src/curlsrc.dsp
new file mode 100644 (file)
index 0000000..c5b0ecb
--- /dev/null
@@ -0,0 +1,234 @@
+# Microsoft Developer Studio Project File - Name="curlsrc" - Package Owner=<4>\r
+# Microsoft Developer Studio Generated Build File, Format Version 6.00\r
+# ** DO NOT EDIT **\r
+\r
+# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
+\r
+CFG=curlsrc - Win32 using libcurl LIB Debug\r
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
+!MESSAGE use the Export Makefile command and run\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "curlsrc.mak".\r
+!MESSAGE \r
+!MESSAGE You can specify a configuration when running NMAKE\r
+!MESSAGE by defining the macro CFG on the command line. For example:\r
+!MESSAGE \r
+!MESSAGE NMAKE /f "curlsrc.mak" CFG="curlsrc - Win32 using libcurl LIB Debug"\r
+!MESSAGE \r
+!MESSAGE Possible choices for configuration are:\r
+!MESSAGE \r
+!MESSAGE "curlsrc - Win32 using libcurl DLL Debug" (based on "Win32 (x86) Console Application")\r
+!MESSAGE "curlsrc - Win32 using libcurl DLL Release" (based on "Win32 (x86) Console Application")\r
+!MESSAGE "curlsrc - Win32 using libcurl LIB Debug" (based on "Win32 (x86) Console Application")\r
+!MESSAGE "curlsrc - Win32 using libcurl LIB Release" (based on "Win32 (x86) Console Application")\r
+!MESSAGE \r
+\r
+# Begin Project\r
+# PROP AllowPerConfigDependencies 0\r
+# PROP Scc_ProjName ""\r
+# PROP Scc_LocalPath ""\r
+CPP=cl.exe\r
+RSC=rc.exe\r
+\r
+!IF  "$(CFG)" == "curlsrc - Win32 using libcurl DLL Debug"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 1\r
+# PROP BASE Output_Dir "DLL-Debug"\r
+# PROP BASE Intermediate_Dir "DLL-Debug"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 1\r
+# PROP Output_Dir "DLL-Debug"\r
+# PROP Intermediate_Dir "DLL-Debug"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\lib" /I "..\include" /I "." /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" /FD /GZ /c\r
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\lib" /I "..\include" /I "." /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" /FD /GZ /c\r
+# ADD BASE RSC /l 0x409 /i "..\include" /d "_DEBUG"\r
+# ADD RSC /l 0x409 /i "..\include" /d "_DEBUG"\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 libcurld_imp.lib kernel32.lib ws2_32.lib wldap32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"DLL-Debug/curl.exe" /pdbtype:sept /libpath:"..\lib\DLL-Debug"\r
+# ADD LINK32 libcurld_imp.lib kernel32.lib ws2_32.lib wldap32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"DLL-Debug/curl.exe" /pdbtype:sept /libpath:"..\lib\DLL-Debug"\r
+\r
+!ELSEIF  "$(CFG)" == "curlsrc - Win32 using libcurl DLL Release"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 0\r
+# PROP BASE Output_Dir "DLL-Release"\r
+# PROP BASE Intermediate_Dir "DLL-Release"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 0\r
+# PROP Output_Dir "DLL-Release"\r
+# PROP Intermediate_Dir "DLL-Release"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\lib" /I "..\include" /I "." /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_CONSOLE" /FD /c\r
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\lib" /I "..\include" /I "." /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_CONSOLE" /FD /c\r
+# ADD BASE RSC /l 0x409 /i "..\include" /d "NDEBUG"\r
+# ADD RSC /l 0x409 /i "..\include" /d "NDEBUG"\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 libcurl_imp.lib kernel32.lib ws2_32.lib wldap32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"DLL-Release/curl.exe" /libpath:"..\lib\DLL-Release"\r
+# ADD LINK32 libcurl_imp.lib kernel32.lib ws2_32.lib wldap32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"DLL-Release/curl.exe" /libpath:"..\lib\DLL-Release"\r
+\r
+!ELSEIF  "$(CFG)" == "curlsrc - Win32 using libcurl LIB Debug"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 1\r
+# PROP BASE Output_Dir "LIB-Debug"\r
+# PROP BASE Intermediate_Dir "LIB-Debug"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 1\r
+# PROP Output_Dir "LIB-Debug"\r
+# PROP Intermediate_Dir "LIB-Debug"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\lib" /I "..\include" /I "." /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" /D "CURL_STATICLIB" /FD /GZ /c\r
+# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\lib" /I "..\include" /I "." /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_CONSOLE" /D "CURL_STATICLIB" /FD /GZ /c\r
+# ADD BASE RSC /l 0x409 /i "..\include" /d "_DEBUG"\r
+# ADD RSC /l 0x409 /i "..\include" /d "_DEBUG"\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 libcurld.lib kernel32.lib ws2_32.lib wldap32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"LIB-Debug/curl.exe" /pdbtype:sept /libpath:"..\lib\LIB-Debug"\r
+# ADD LINK32 libcurld.lib kernel32.lib ws2_32.lib wldap32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"LIB-Debug/curl.exe" /pdbtype:sept /libpath:"..\lib\LIB-Debug"\r
+\r
+!ELSEIF  "$(CFG)" == "curlsrc - Win32 using libcurl LIB Release"\r
+\r
+# PROP BASE Use_MFC 0\r
+# PROP BASE Use_Debug_Libraries 0\r
+# PROP BASE Output_Dir "LIB-Release"\r
+# PROP BASE Intermediate_Dir "LIB-Release"\r
+# PROP BASE Target_Dir ""\r
+# PROP Use_MFC 0\r
+# PROP Use_Debug_Libraries 0\r
+# PROP Output_Dir "LIB-Release"\r
+# PROP Intermediate_Dir "LIB-Release"\r
+# PROP Ignore_Export_Lib 0\r
+# PROP Target_Dir ""\r
+# ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "..\lib" /I "..\include" /I "." /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_CONSOLE" /D "CURL_STATICLIB" /FD /c\r
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\lib" /I "..\include" /I "." /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_CONSOLE" /D "CURL_STATICLIB" /FD /c\r
+# ADD BASE RSC /l 0x409 /i "..\include" /d "NDEBUG"\r
+# ADD RSC /l 0x409 /i "..\include" /d "NDEBUG"\r
+BSC32=bscmake.exe\r
+# ADD BASE BSC32 /nologo\r
+# ADD BSC32 /nologo\r
+LINK32=link.exe\r
+# ADD BASE LINK32 libcurl.lib kernel32.lib ws2_32.lib wldap32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"LIB-Release/curl.exe" /libpath:"..\lib\LIB-Release"\r
+# ADD LINK32 libcurl.lib kernel32.lib ws2_32.lib wldap32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"LIB-Release/curl.exe" /libpath:"..\lib\LIB-Release"\r
+\r
+!ENDIF \r
+\r
+# Begin Target\r
+\r
+# Name "curlsrc - Win32 using libcurl DLL Debug"\r
+# Name "curlsrc - Win32 using libcurl DLL Release"\r
+# Name "curlsrc - Win32 using libcurl LIB Debug"\r
+# Name "curlsrc - Win32 using libcurl LIB Release"\r
+# Begin Group "Source Files"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=.\curlutil.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\getpass.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\homedir.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\hugehelp.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\main.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\lib\strtoofft.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\urlglob.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\writeenv.c\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\writeout.c\r
+# End Source File\r
+# End Group\r
+# Begin Group "Header Files"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=".\config-win32.h"\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\curlutil.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\getpass.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\homedir.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\hugehelp.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\setup.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=..\lib\strtoofft.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\urlglob.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\version.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\writeenv.h\r
+# End Source File\r
+# Begin Source File\r
+\r
+SOURCE=.\writeout.h\r
+# End Source File\r
+# End Group\r
+# Begin Group "Resource Files"\r
+\r
+# PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=.\curl.rc\r
+# End Source File\r
+# End Group\r
+# End Target\r
+# End Project\r
diff --git a/src/curlsrc.dsw b/src/curlsrc.dsw
new file mode 100644 (file)
index 0000000..2aec010
--- /dev/null
@@ -0,0 +1,29 @@
+Microsoft Developer Studio Workspace File, Format Version 6.00\r
+# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!\r
+\r
+###############################################################################\r
+\r
+Project: "curlsrc"=".\curlsrc.dsp" - Package Owner=<4>\r
+\r
+Package=<5>\r
+{{{\r
+}}}\r
+\r
+Package=<4>\r
+{{{\r
+}}}\r
+\r
+###############################################################################\r
+\r
+Global:\r
+\r
+Package=<5>\r
+{{{\r
+}}}\r
+\r
+Package=<3>\r
+{{{\r
+}}}\r
+\r
+###############################################################################\r
+\r