From fffd213c8cba2135afda493d797c41c10354770e Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Sat, 12 Apr 2008 11:38:42 +0000 Subject: big svn cleanup --- src/Sockets/Project/Sockets.dsp | 526 +++++++++++++++++++++++++++++++++++ src/Sockets/Project/Sockets.dsw | 68 +++++ src/Sockets/Project/Test.dsp | 102 +++++++ src/Sockets/Project/echoserver.dsp | 100 +++++++ src/Sockets/Project/stressclient.dsp | 100 +++++++ 5 files changed, 896 insertions(+) create mode 100644 src/Sockets/Project/Sockets.dsp create mode 100644 src/Sockets/Project/Sockets.dsw create mode 100644 src/Sockets/Project/Test.dsp create mode 100644 src/Sockets/Project/echoserver.dsp create mode 100644 src/Sockets/Project/stressclient.dsp (limited to 'src/Sockets/Project') diff --git a/src/Sockets/Project/Sockets.dsp b/src/Sockets/Project/Sockets.dsp new file mode 100644 index 0000000..b9bda66 --- /dev/null +++ b/src/Sockets/Project/Sockets.dsp @@ -0,0 +1,526 @@ +# Microsoft Developer Studio Project File - Name="Sockets" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Static Library" 0x0104 + +CFG=Sockets - Win32 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 "Sockets.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 "Sockets.mak" CFG="Sockets - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "Sockets - Win32 Release" (based on "Win32 (x86) Static Library") +!MESSAGE "Sockets - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +RSC=rc.exe + +!IF "$(CFG)" == "Sockets - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\lib\R" +# PROP Intermediate_Dir "R" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c +# ADD CPP /nologo /MT /W3 /GR /GX /O2 /I "c:\openssl\include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /FD /c +# SUBTRACT CPP /YX +# 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 +# ADD LIB32 /nologo +# Begin Special Build Tool +SOURCE="$(InputPath)" +PostBuild_Cmds=xcopy ..\*.h Include /I /Y +# End Special Build Tool + +!ELSEIF "$(CFG)" == "Sockets - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\lib\D" +# PROP Intermediate_Dir "D" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /Gm /GR /GX /ZI /Od /I "c:\openssl\include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /FD /GZ /c +# SUBTRACT CPP /YX +# 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 +# ADD LIB32 /nologo +# Begin Special Build Tool +SOURCE="$(InputPath)" +PostBuild_Cmds=xcopy ..\*.h Include /I /Y +# End Special Build Tool + +!ENDIF + +# Begin Target + +# Name "Sockets - Win32 Release" +# Name "Sockets - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\Exception.cpp +# End Source File +# Begin Source File + +SOURCE=..\socket_include.cpp +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +SOURCE=..\Exception.h +# End Source File +# Begin Source File + +SOURCE=..\socket_include.h +# End Source File +# Begin Source File + +SOURCE="..\sockets-config.h" +# End Source File +# End Group +# Begin Group "Utilities" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\Base64.cpp +# End Source File +# Begin Source File + +SOURCE=..\Base64.h +# End Source File +# Begin Source File + +SOURCE=..\Parse.cpp +# End Source File +# Begin Source File + +SOURCE=..\Parse.h +# End Source File +# Begin Source File + +SOURCE=..\RandomNumber.cpp +# End Source File +# Begin Source File + +SOURCE=..\RandomNumber.h +# End Source File +# Begin Source File + +SOURCE=..\Utility.cpp +# End Source File +# Begin Source File + +SOURCE=..\Utility.h +# End Source File +# End Group +# Begin Group "Internal" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\SSLInitializer.cpp +# End Source File +# Begin Source File + +SOURCE=..\SSLInitializer.h +# End Source File +# End Group +# Begin Group "Webserver framework" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\HttpdCookies.cpp +# End Source File +# Begin Source File + +SOURCE=..\HttpdCookies.h +# End Source File +# Begin Source File + +SOURCE=..\HttpdForm.cpp +# End Source File +# Begin Source File + +SOURCE=..\HttpdForm.h +# End Source File +# Begin Source File + +SOURCE=..\HttpdSocket.cpp +# End Source File +# Begin Source File + +SOURCE=..\HttpdSocket.h +# End Source File +# Begin Source File + +SOURCE=..\Ajp13Socket.cpp +# End Source File +# Begin Source File + +SOURCE=..\Ajp13Socket.h +# End Source File +# Begin Source File + +SOURCE=..\AjpBaseSocket.cpp +# End Source File +# Begin Source File + +SOURCE=..\AjpBaseSocket.h +# End Source File +# Begin Source File + +SOURCE=..\HttpBaseSocket.cpp +# End Source File +# Begin Source File + +SOURCE=..\HttpBaseSocket.h +# End Source File +# Begin Source File + +SOURCE=..\HttpTransaction.cpp +# End Source File +# Begin Source File + +SOURCE=..\HttpTransaction.h +# End Source File +# Begin Source File + +SOURCE=..\HttpRequest.cpp +# End Source File +# Begin Source File + +SOURCE=..\HttpRequest.h +# End Source File +# Begin Source File + +SOURCE=..\HttpResponse.cpp +# End Source File +# Begin Source File + +SOURCE=..\HttpResponse.h +# End Source File +# Begin Source File + +SOURCE=..\ajp13.h +# End Source File +# Begin Source File + +SOURCE=..\IHttpServer.h +# End Source File +# End Group +# Begin Group "HTTP Sockets" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\HttpClientSocket.cpp +# End Source File +# Begin Source File + +SOURCE=..\HttpClientSocket.h +# End Source File +# Begin Source File + +SOURCE=..\HttpDebugSocket.cpp +# End Source File +# Begin Source File + +SOURCE=..\HttpDebugSocket.h +# End Source File +# Begin Source File + +SOURCE=..\HttpGetSocket.cpp +# End Source File +# Begin Source File + +SOURCE=..\HttpGetSocket.h +# End Source File +# Begin Source File + +SOURCE=..\HttpPostSocket.cpp +# End Source File +# Begin Source File + +SOURCE=..\HttpPostSocket.h +# End Source File +# Begin Source File + +SOURCE=..\HttpPutSocket.cpp +# End Source File +# Begin Source File + +SOURCE=..\HttpPutSocket.h +# End Source File +# Begin Source File + +SOURCE=..\HTTPSocket.cpp +# End Source File +# Begin Source File + +SOURCE=..\HTTPSocket.h +# End Source File +# End Group +# Begin Group "File handling" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\File.cpp +# End Source File +# Begin Source File + +SOURCE=..\File.h +# End Source File +# Begin Source File + +SOURCE=..\IFile.h +# End Source File +# Begin Source File + +SOURCE=..\MemFile.cpp +# End Source File +# Begin Source File + +SOURCE=..\MemFile.h +# End Source File +# End Group +# Begin Group "Asynchronous DNS" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\ResolvServer.cpp +# End Source File +# Begin Source File + +SOURCE=..\ResolvServer.h +# End Source File +# Begin Source File + +SOURCE=..\ResolvSocket.cpp +# End Source File +# Begin Source File + +SOURCE=..\ResolvSocket.h +# End Source File +# End Group +# Begin Group "Basic Sockets" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\Ipv4Address.cpp +# End Source File +# Begin Source File + +SOURCE=..\Ipv4Address.h +# End Source File +# Begin Source File + +SOURCE=..\Ipv6Address.cpp +# End Source File +# Begin Source File + +SOURCE=..\Ipv6Address.h +# End Source File +# Begin Source File + +SOURCE=..\ISocketHandler.h +# End Source File +# Begin Source File + +SOURCE=..\ListenSocket.h +# End Source File +# Begin Source File + +SOURCE=..\SctpSocket.cpp +# End Source File +# Begin Source File + +SOURCE=..\SctpSocket.h +# End Source File +# Begin Source File + +SOURCE=..\Socket.cpp +# End Source File +# Begin Source File + +SOURCE=..\Socket.h +# End Source File +# Begin Source File + +SOURCE=..\SocketAddress.h +# End Source File +# Begin Source File + +SOURCE=..\SocketHandler.cpp +# End Source File +# Begin Source File + +SOURCE=..\SocketHandler.h +# End Source File +# Begin Source File + +SOURCE=..\StreamSocket.cpp +# End Source File +# Begin Source File + +SOURCE=..\StreamSocket.h +# End Source File +# Begin Source File + +SOURCE=..\TcpSocket.cpp +# End Source File +# Begin Source File + +SOURCE=..\TcpSocket.h +# End Source File +# Begin Source File + +SOURCE=..\UdpSocket.cpp +# End Source File +# Begin Source File + +SOURCE=..\UdpSocket.h +# End Source File +# End Group +# Begin Group "Log help classes" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\StdLog.h +# End Source File +# Begin Source File + +SOURCE=..\StdoutLog.cpp +# End Source File +# Begin Source File + +SOURCE=..\StdoutLog.h +# End Source File +# End Group +# Begin Group "Threading" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\Lock.cpp +# End Source File +# Begin Source File + +SOURCE=..\Lock.h +# End Source File +# Begin Source File + +SOURCE=..\Mutex.cpp +# End Source File +# Begin Source File + +SOURCE=..\Mutex.h +# End Source File +# Begin Source File + +SOURCE=..\Thread.cpp +# End Source File +# Begin Source File + +SOURCE=..\Thread.h +# End Source File +# End Group +# Begin Group "Timer Events" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\Event.cpp +# End Source File +# Begin Source File + +SOURCE=..\Event.h +# End Source File +# Begin Source File + +SOURCE=..\EventHandler.cpp +# End Source File +# Begin Source File + +SOURCE=..\EventHandler.h +# End Source File +# Begin Source File + +SOURCE=..\EventTime.cpp +# End Source File +# Begin Source File + +SOURCE=..\EventTime.h +# End Source File +# Begin Source File + +SOURCE=..\IEventHandler.h +# End Source File +# Begin Source File + +SOURCE=..\IEventOwner.cpp +# End Source File +# Begin Source File + +SOURCE=..\IEventOwner.h +# End Source File +# End Group +# Begin Group "SMTP" + +# PROP Default_Filter "" +# Begin Source File + +SOURCE=..\SmtpdSocket.cpp +# End Source File +# Begin Source File + +SOURCE=..\SmtpdSocket.h +# End Source File +# End Group +# End Target +# End Project diff --git a/src/Sockets/Project/Sockets.dsw b/src/Sockets/Project/Sockets.dsw new file mode 100644 index 0000000..3a7694c --- /dev/null +++ b/src/Sockets/Project/Sockets.dsw @@ -0,0 +1,68 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "Sockets"=.\Sockets.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "Test"=.\Test.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name Sockets + End Project Dependency +}}} + +############################################################################### + +Project: "echoserver"=.\echoserver.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "stressclient"=.\stressclient.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/src/Sockets/Project/Test.dsp b/src/Sockets/Project/Test.dsp new file mode 100644 index 0000000..74efc10 --- /dev/null +++ b/src/Sockets/Project/Test.dsp @@ -0,0 +1,102 @@ +# Microsoft Developer Studio Project File - Name="Test" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=Test - Win32 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 "Test.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 "Test.mak" CFG="Test - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "Test - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "Test - Win32 Debug" (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)" == "Test - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "bin\R" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MT /W3 /GR /GX /O2 /I "Include" /I "c:\openssl\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_OPENSSL" /YX /FD /c +# 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Sockets.lib libeay32md.lib ssleay32md.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\lib\R" /libpath:"c:\openssl\lib\vc" + +!ELSEIF "$(CFG)" == "Test - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "bin\D" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /Gm /GR /GX /ZI /Od /I "Include" /I "c:\openssl\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "HAVE_OPENSSL" /YX /FD /GZ /c +# 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Sockets.lib libeay32md.lib ssleay32md.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\lib\D" /libpath:"c:\openssl\lib\vc" + +!ENDIF + +# Begin Target + +# Name "Test - Win32 Release" +# Name "Test - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\tests\sockets_test.cpp +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/src/Sockets/Project/echoserver.dsp b/src/Sockets/Project/echoserver.dsp new file mode 100644 index 0000000..d848565 --- /dev/null +++ b/src/Sockets/Project/echoserver.dsp @@ -0,0 +1,100 @@ +# Microsoft Developer Studio Project File - Name="echoserver" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=echoserver - Win32 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 "echoserver.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 "echoserver.mak" CFG="echoserver - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "echoserver - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "echoserver - Win32 Debug" (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)" == "echoserver - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "echoserver___Win32_Release" +# PROP BASE Intermediate_Dir "echoserver___Win32_Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "R" +# PROP Intermediate_Dir "echoserver___Win32_Release" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MT /W3 /GR /GX /O2 /I "..\..\Sockets" /I "c:\openssl\include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "HAVE_OPENSSL" /YX /FD /c +# ADD BASE RSC /l 0x41d /d "NDEBUG" +# ADD RSC /l 0x41d /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Sockets.lib ssleay32md.lib libeay32md.lib /nologo /subsystem:console /machine:I386 /libpath:"\openssl\lib\vc" /libpath:"..\..\lib\r" + +!ELSEIF "$(CFG)" == "echoserver - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "echoserver___Win32_Debug" +# PROP BASE Intermediate_Dir "echoserver___Win32_Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "D" +# PROP Intermediate_Dir "echoserver___Win32_Debug" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /Gm /GR /GX /ZI /Od /I "..\..\Sockets" /I "c:\openssl\include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "HAVE_OPENSSL" /YX /FD /GZ /c +# ADD BASE RSC /l 0x41d /d "_DEBUG" +# ADD RSC /l 0x41d /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Sockets.lib ssleay32md.lib libeay32md.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"\openssl\lib\vc" /libpath:"..\..\lib\d" + +!ENDIF + +# Begin Target + +# Name "echoserver - Win32 Release" +# Name "echoserver - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\tests\echoserver.cpp +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/src/Sockets/Project/stressclient.dsp b/src/Sockets/Project/stressclient.dsp new file mode 100644 index 0000000..34eb22d --- /dev/null +++ b/src/Sockets/Project/stressclient.dsp @@ -0,0 +1,100 @@ +# Microsoft Developer Studio Project File - Name="stressclient" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=stressclient - Win32 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 "stressclient.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 "stressclient.mak" CFG="stressclient - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "stressclient - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "stressclient - Win32 Debug" (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)" == "stressclient - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "R" +# PROP Intermediate_Dir "Release" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c +# ADD CPP /nologo /MT /W3 /GR /GX /O2 /I "..\..\Sockets" /I "c:\openssl\include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "HAVE_OPENSSL" /YX /FD /c +# ADD BASE RSC /l 0x41d /d "NDEBUG" +# ADD RSC /l 0x41d /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Sockets.lib ssleay32md.lib libeay32md.lib /nologo /subsystem:console /machine:I386 /libpath:"\openssl\lib\vc" /libpath:"..\..\lib\r" + +!ELSEIF "$(CFG)" == "stressclient - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "D" +# PROP Intermediate_Dir "Debug" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c +# ADD CPP /nologo /MTd /W3 /Gm /GR /GX /ZI /Od /I "..\..\Sockets" /I "c:\openssl\include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "HAVE_OPENSSL" /YX /FD /GZ /c +# ADD BASE RSC /l 0x41d /d "_DEBUG" +# ADD RSC /l 0x41d /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept +# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Sockets.lib ssleay32md.lib libeay32md.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"\openssl\lib\vc" /libpath:"..\..\lib\d" + +!ENDIF + +# Begin Target + +# Name "stressclient - Win32 Release" +# Name "stressclient - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=..\tests\stressclient.cpp +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project -- cgit v1.2.3