From 817d78d84178ec2b98f7dbcc88fa68cfee23404e Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Fri, 28 Apr 2000 01:36:06 +0000 Subject: ChangeLogTag:Thu Apr 27 18:19:40 2000 Ossama Othman --- examples/IPC_SAP/SSL_SAP/SSL-client.dsp | 70 +++++++++++++++++++++++++++++++ examples/IPC_SAP/SSL_SAP/SSL-server.dsp | 63 ++++++++++++++++++++++++++++ examples/IPC_SAP/SSL_SAP/SSL_SOCK_SAP.dsw | 41 ++++++++++++++++++ 3 files changed, 174 insertions(+) create mode 100644 examples/IPC_SAP/SSL_SAP/SSL-client.dsp create mode 100644 examples/IPC_SAP/SSL_SAP/SSL-server.dsp create mode 100644 examples/IPC_SAP/SSL_SAP/SSL_SOCK_SAP.dsw (limited to 'examples') diff --git a/examples/IPC_SAP/SSL_SAP/SSL-client.dsp b/examples/IPC_SAP/SSL_SAP/SSL-client.dsp new file mode 100644 index 00000000000..bbccb597b4c --- /dev/null +++ b/examples/IPC_SAP/SSL_SAP/SSL-client.dsp @@ -0,0 +1,70 @@ +# Microsoft Developer Studio Project File - Name="SSL_client" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=SSL_client - 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 "SSL-client.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 "SSL-client.mak" CFG="SSL_client - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "SSL_client - 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 +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir ".\SSL_client\Debug" +# PROP BASE Intermediate_Dir ".\SSL_client\Debug" +# PROP BASE Target_Dir ".\SSL_client" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "." +# PROP Intermediate_Dir ".\debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir ".\SSL_client" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\SSLIOP" /I "..\..\..\ACE_wrappers" /I "..\..\..\OpenSSL\openssl-0.9.5\inc32" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "ACE_HAS_SSL" /YX /FD /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 /nologo /subsystem:console /debug /machine:I386 +# ADD LINK32 ACE_SSLd.lib aced.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\..\SSLIOP" /libpath:"..\..\..\ACE_wrappers\ace" +# Begin Target + +# Name "SSL_client - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90" +# Begin Source File + +SOURCE=".\SSL-client.cpp" +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd" +# Begin Source File + +SOURCE=".\SSL-client.h" +# End Source File +# End Group +# End Target +# End Project diff --git a/examples/IPC_SAP/SSL_SAP/SSL-server.dsp b/examples/IPC_SAP/SSL_SAP/SSL-server.dsp new file mode 100644 index 00000000000..3906639283e --- /dev/null +++ b/examples/IPC_SAP/SSL_SAP/SSL-server.dsp @@ -0,0 +1,63 @@ +# Microsoft Developer Studio Project File - Name="SSL_server" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=SSL_server - 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 "SSL-server.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 "SSL-server.mak" CFG="SSL_server - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "SSL_server - 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 +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir ".\SSL_server\Debug" +# PROP BASE Intermediate_Dir ".\SSL_server\Debug" +# PROP BASE Target_Dir ".\SSL_server" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "." +# PROP Intermediate_Dir ".\debug" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir ".\SSL_server" +# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\SSLIOP" /I "..\..\..\ACE_wrappers" /I "..\..\..\OpenSSL\openssl-0.9.5\inc32" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "ACE_HAS_SSL" /YX /FD /c +# SUBTRACT CPP /X +# 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 /nologo /subsystem:console /debug /machine:I386 +# ADD LINK32 ACE_SSLd.lib aced.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"..\..\SSLIOP" /libpath:"..\..\..\ACE_wrappers\ace" +# Begin Target + +# Name "SSL_server - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90" +# Begin Source File + +SOURCE=".\SSL-server.cpp" +# End Source File +# End Group +# End Target +# End Project diff --git a/examples/IPC_SAP/SSL_SAP/SSL_SOCK_SAP.dsw b/examples/IPC_SAP/SSL_SAP/SSL_SOCK_SAP.dsw new file mode 100644 index 00000000000..b17fdb04630 --- /dev/null +++ b/examples/IPC_SAP/SSL_SAP/SSL_SOCK_SAP.dsw @@ -0,0 +1,41 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "SSL_client"=".\SSL-client.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Project: "SSL_server"=".\SSL-server.dsp" - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + -- cgit v1.2.1