You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by su...@apache.org on 2003/10/26 08:26:49 UTC

cvs commit: ws-axis/c/vc/server/web_services/webservicedeployer webservicedeployer.dsp

susantha    2003/10/26 00:26:49

  Modified:    c/vc     Axis.dsw
               c/vc/server/handlers handlers.dsw
               c/vc/server/handlers/custom/echoStringHeaderHandler
                        echoStringHeaderHandler.dsp
               c/vc/server/handlers/global/testhandler1 testhandler1.dsp
                        testhandler1.plg
               c/vc/server/web_services Web_Services.dsw
               c/vc/server/web_services/cpp_deployment cpp_deployment.dsp
  Added:       c/vc/client/deployment Deployment.dsw
               c/vc/server/handlers/custom/loghandler loghandler.dsp
               c/vc/server/handlers/transport/testhandler2 testhandler2.dsp
               c/vc/server/web_services/webservicedeployer
                        webservicedeployer.dsp
  Log:
  1. Added Visual C++ projects for handler samples.
  2. Did some changes to Axis workspace
  3. Removed redundent projects from web_services workspace
  
  Revision  Changes    Path
  1.10      +0 -12     ws-axis/c/vc/Axis.dsw
  
  Index: Axis.dsw
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/vc/Axis.dsw,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Axis.dsw	2 Oct 2003 10:09:08 -0000	1.9
  +++ Axis.dsw	26 Oct 2003 07:26:49 -0000	1.10
  @@ -63,18 +63,6 @@
   
   ###############################################################################
   
  -Project: "Deployment"=".\client\deployment\Deployment.dsp" - Package Owner=<4>
  -
  -Package=<5>
  -{{{
  -}}}
  -
  -Package=<4>
  -{{{
  -}}}
  -
  -###############################################################################
  -
   Project: "ExEngine"=".\engine\ExEngine.dsp" - Package Owner=<4>
   
   Package=<5>
  
  
  
  1.1                  ws-axis/c/vc/client/deployment/Deployment.dsw
  
  Index: Deployment.dsw
  ===================================================================
  Microsoft Developer Studio Workspace File, Format Version 6.00
  # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
  
  ###############################################################################
  
  Project: "Deployment"=".\Deployment.dsp" - Package Owner=<4>
  
  Package=<5>
  {{{
  }}}
  
  Package=<4>
  {{{
  }}}
  
  ###############################################################################
  
  Global:
  
  Package=<5>
  {{{
  }}}
  
  Package=<3>
  {{{
  }}}
  
  ###############################################################################
  
  
  
  
  1.5       +12 -0     ws-axis/c/vc/server/handlers/handlers.dsw
  
  Index: handlers.dsw
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/vc/server/handlers/handlers.dsw,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- handlers.dsw	15 Oct 2003 13:40:16 -0000	1.4
  +++ handlers.dsw	26 Oct 2003 07:26:49 -0000	1.5
  @@ -39,6 +39,18 @@
   
   ###############################################################################
   
  +Project: "testhandler2"=".\TRANSPORT\testhandler2\testhandler2.dsp" - Package Owner=<4>
  +
  +Package=<5>
  +{{{
  +}}}
  +
  +Package=<4>
  +{{{
  +}}}
  +
  +###############################################################################
  +
   Global:
   
   Package=<5>
  
  
  
  1.3       +4 -4      ws-axis/c/vc/server/handlers/custom/echoStringHeaderHandler/echoStringHeaderHandler.dsp
  
  Index: echoStringHeaderHandler.dsp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/vc/server/handlers/custom/echoStringHeaderHandler/echoStringHeaderHandler.dsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- echoStringHeaderHandler.dsp	15 Aug 2003 10:11:06 -0000	1.2
  +++ echoStringHeaderHandler.dsp	26 Oct 2003 07:26:49 -0000	1.3
  @@ -38,12 +38,12 @@
   # PROP BASE Target_Dir ""
   # PROP Use_MFC 0
   # PROP Use_Debug_Libraries 0
  -# PROP Output_Dir "Release"
  -# PROP Intermediate_Dir "Release"
  +# PROP Output_Dir "../../../../../release/win32"
  +# PROP Intermediate_Dir "../../../../../bin/win32/handlers/custom/echoStringHeaderHandler"
   # PROP Ignore_Export_Lib 0
   # PROP Target_Dir ""
   # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ECHOSTRINGHEADERHANDLER_EXPORTS" /YX /FD /c
  -# ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ECHOSTRINGHEADERHANDLER_EXPORTS" /YX /FD /c
  +# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ECHOSTRINGHEADERHANDLER_EXPORTS" /YX /FD /c
   # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
   # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
   # ADD BASE RSC /l 0x409 /d "NDEBUG"
  @@ -69,7 +69,7 @@
   # PROP Ignore_Export_Lib 0
   # PROP Target_Dir ""
   # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ECHOSTRINGHEADERHANDLER_EXPORTS" /YX /FD /GZ /c
  -# ADD CPP /nologo /MTd /W3 /Gm /GR /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ECHOSTRINGHEADERHANDLER_EXPORTS" /YX /FD /GZ /c
  +# ADD CPP /nologo /MTd /W3 /Gm /GR /GX /ZI /Od /I "../../../../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ECHOSTRINGHEADERHANDLER_EXPORTS" /YX /FD /GZ /c
   # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
   # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
   # ADD BASE RSC /l 0x409 /d "_DEBUG"
  
  
  
  1.1                  ws-axis/c/vc/server/handlers/custom/loghandler/loghandler.dsp
  
  Index: loghandler.dsp
  ===================================================================
  # Microsoft Developer Studio Project File - Name="loghandler" - Package Owner=<4>
  # Microsoft Developer Studio Generated Build File, Format Version 6.00
  # ** DO NOT EDIT **
  
  # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  
  CFG=loghandler - 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 "loghandler.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 "loghandler.mak" CFG="loghandler - Win32 Debug"
  !MESSAGE 
  !MESSAGE Possible choices for configuration are:
  !MESSAGE 
  !MESSAGE "loghandler - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  !MESSAGE "loghandler - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  !MESSAGE 
  
  # Begin Project
  # PROP AllowPerConfigDependencies 0
  # PROP Scc_ProjName ""
  # PROP Scc_LocalPath ""
  CPP=cl.exe
  MTL=midl.exe
  RSC=rc.exe
  
  !IF  "$(CFG)" == "loghandler - 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 "../../../../../release/win32"
  # PROP Intermediate_Dir "../../../../../bin/win32/handlers/custom/loghandler"
  # PROP Ignore_Export_Lib 0
  # PROP Target_Dir ""
  # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LOGHANDLER_EXPORTS" /YX /FD /c
  # ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LOGHANDLER_EXPORTS" /YX /FD /c
  # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  # 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 /nologo /dll /machine:I386
  # ADD LINK32 /nologo /dll /machine:I386
  
  !ELSEIF  "$(CFG)" == "loghandler - 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 "../../../../../release/win32"
  # PROP Intermediate_Dir "../../../../../bin/win32/handlers/custom/loghandler"
  # PROP Ignore_Export_Lib 0
  # PROP Target_Dir ""
  # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LOGHANDLER_EXPORTS" /YX /FD /GZ /c
  # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LOGHANDLER_EXPORTS" /YX /FD /GZ /c
  # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  # 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 /dll /debug /machine:I386 /pdbtype:sept
  # ADD LINK32 /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"../../../../../lib/win32/axis"
  
  !ENDIF 
  
  # Begin Target
  
  # Name "loghandler - Win32 Release"
  # Name "loghandler - Win32 Debug"
  # Begin Group "Source Files"
  
  # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  # Begin Source File
  
  SOURCE=..\..\..\..\..\src\server\handlers\custom\loghandler\LogAccessCount.cpp
  # End Source File
  # Begin Source File
  
  SOURCE=..\..\..\..\..\src\server\handlers\custom\loghandler\LogHandler.cpp
  # End Source File
  # End Group
  # Begin Group "Header Files"
  
  # PROP Default_Filter "h;hpp;hxx;hm;inl"
  # Begin Source File
  
  SOURCE=..\..\..\..\..\src\server\handlers\custom\loghandler\LogHandler.h
  # End Source File
  # 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
  
  
  
  1.3       +5 -5      ws-axis/c/vc/server/handlers/global/testhandler1/testhandler1.dsp
  
  Index: testhandler1.dsp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/vc/server/handlers/global/testhandler1/testhandler1.dsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- testhandler1.dsp	15 Aug 2003 10:11:06 -0000	1.2
  +++ testhandler1.dsp	26 Oct 2003 07:26:49 -0000	1.3
  @@ -38,12 +38,12 @@
   # PROP BASE Target_Dir ""
   # PROP Use_MFC 0
   # PROP Use_Debug_Libraries 0
  -# PROP Output_Dir "Release"
  -# PROP Intermediate_Dir "Release"
  +# PROP Output_Dir "../../../../../release/win32"
  +# PROP Intermediate_Dir "../../../../../bin/win32/handlers/global/testhandler1"
   # PROP Ignore_Export_Lib 0
   # PROP Target_Dir ""
   # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TESTHANDLER1_EXPORTS" /YX /FD /c
  -# ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TESTHANDLER1_EXPORTS" /YX /FD /c
  +# ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TESTHANDLER1_EXPORTS" /YX /FD /c
   # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
   # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
   # ADD BASE RSC /l 0x409 /d "NDEBUG"
  @@ -69,7 +69,7 @@
   # PROP Ignore_Export_Lib 0
   # PROP Target_Dir ""
   # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TESTHANDLER1_EXPORTS" /YX /FD /GZ /c
  -# ADD CPP /nologo /MTd /W3 /Gm /GR /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TESTHANDLER1_EXPORTS" /YX /FD /GZ /c
  +# ADD CPP /nologo /MTd /W3 /Gm /GR /GX /ZI /Od /I "../../../../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TESTHANDLER1_EXPORTS" /YX /FD /GZ /c
   # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
   # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
   # ADD BASE RSC /l 0x409 /d "_DEBUG"
  @@ -79,7 +79,7 @@
   # 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 /dll /debug /machine:I386 /pdbtype:sept
  -# ADD LINK32 ../../../../../lib/win32/axis/Common_D.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
  +# ADD LINK32 /nologo /dll /debug /machine:I386 /pdbtype:sept
   
   !ENDIF 
   
  
  
  
  1.3       +9 -16     ws-axis/c/vc/server/handlers/global/testhandler1/testhandler1.plg
  
  Index: testhandler1.plg
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/vc/server/handlers/global/testhandler1/testhandler1.plg,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- testhandler1.plg	15 Aug 2003 10:11:06 -0000	1.2
  +++ testhandler1.plg	26 Oct 2003 07:26:49 -0000	1.3
  @@ -3,35 +3,28 @@
   <pre>
   <h1>Build Log</h1>
   <h3>
  ---------------------Configuration: testhandler1 - Win32 Debug--------------------
  +--------------------Configuration: testhandler1 - Win32 Release--------------------
   </h3>
   <h3>Command Lines</h3>
  -Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP21C.tmp" with contents
  +Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPF8.tmp" with contents
   [
  -/nologo /MTd /W3 /Gm /GR /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TESTHANDLER1_EXPORTS" /Fp"../../../../../bin/win32/handlers/global/testhandler1/testhandler1.pch" /YX /Fo"../../../../../bin/win32/handlers/global/testhandler1/" /Fd"../../../../../bin/win32/handlers/global/testhandler1/" /FD /GZ /c 
  -"C:\axiscppdev\xml-axis\c\src\server\handlers\global\testhandler1\TestGlobal.cpp"
  -"C:\axiscppdev\xml-axis\c\src\server\handlers\global\testhandler1\TestHandler1.cpp"
  +/nologo /MT /W3 /GX /O2 /I "../../../../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TESTHANDLER1_EXPORTS" /Fp"Release/testhandler1.pch" /YX /Fo"Release/" /Fd"Release/" /FD /c 
  +"C:\susantha\ws-axis\c\src\server\handlers\global\testhandler1\TestGlobal.cpp"
  +"C:\susantha\ws-axis\c\src\server\handlers\global\testhandler1\TestHandler1.cpp"
   ]
  -Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP21C.tmp" 
  -Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP21D.tmp" with contents
  -[
  -../../../../../lib/win32/axis/Common_D.lib /nologo /dll /incremental:yes /pdb:"../../../../../release/win32/testhandler1.pdb" /debug /machine:I386 /out:"../../../../../release/win32/testhandler1.dll" /implib:"../../../../../release/win32/testhandler1.lib" /pdbtype:sept 
  -"\axiscppdev\xml-axis\c\bin\win32\handlers\global\testhandler1\TestGlobal.obj"
  -"\axiscppdev\xml-axis\c\bin\win32\handlers\global\testhandler1\TestHandler1.obj"
  -]
  -Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP21D.tmp"
  +Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSPF8.tmp" 
  +Creating command line "link.exe /nologo /dll /incremental:no /pdb:"Release/testhandler1.pdb" /machine:I386 /out:"Release/testhandler1.dll" /implib:"Release/testhandler1.lib"  ".\Release\TestGlobal.obj" ".\Release\TestHandler1.obj" "
   <h3>Output Window</h3>
   Compiling...
   TestGlobal.cpp
   TestHandler1.cpp
   Linking...
  -   Creating library ../../../../../release/win32/testhandler1.lib and object ../../../../../release/win32/testhandler1.exp
  -LINK : warning LNK4098: defaultlib "LIBCD" conflicts with use of other libs; use /NODEFAULTLIB:library
  +   Creating library Release/testhandler1.lib and object Release/testhandler1.exp
   
   
   
   <h3>Results</h3>
  -testhandler1.dll - 0 error(s), 1 warning(s)
  +testhandler1.dll - 0 error(s), 0 warning(s)
   </pre>
   </body>
   </html>
  
  
  
  1.1                  ws-axis/c/vc/server/handlers/transport/testhandler2/testhandler2.dsp
  
  Index: testhandler2.dsp
  ===================================================================
  # Microsoft Developer Studio Project File - Name="testhandler2" - Package Owner=<4>
  # Microsoft Developer Studio Generated Build File, Format Version 6.00
  # ** DO NOT EDIT **
  
  # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  
  CFG=testhandler2 - 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 "testhandler2.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 "testhandler2.mak" CFG="testhandler2 - Win32 Debug"
  !MESSAGE 
  !MESSAGE Possible choices for configuration are:
  !MESSAGE 
  !MESSAGE "testhandler2 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  !MESSAGE "testhandler2 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  !MESSAGE 
  
  # Begin Project
  # PROP AllowPerConfigDependencies 0
  # PROP Scc_ProjName ""
  # PROP Scc_LocalPath ""
  CPP=cl.exe
  MTL=midl.exe
  RSC=rc.exe
  
  !IF  "$(CFG)" == "testhandler2 - 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 "../../../../../release/win32"
  # PROP Intermediate_Dir "../../../../../bin/win32/handlers/transport/testhandler2"
  # PROP Ignore_Export_Lib 0
  # PROP Target_Dir ""
  # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TESTHANDLER2_EXPORTS" /YX /FD /c
  # ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TESTHANDLER2_EXPORTS" /YX /FD /c
  # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  # 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 /nologo /dll /machine:I386
  # ADD LINK32 /nologo /dll /machine:I386
  
  !ELSEIF  "$(CFG)" == "testhandler2 - 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 "../../../../../release/win32"
  # PROP Intermediate_Dir "../../../../../bin/win32/handlers/transport/testhandler2"
  # PROP Ignore_Export_Lib 0
  # PROP Target_Dir ""
  # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TESTHANDLER2_EXPORTS" /YX /FD /GZ  /c
  # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "TESTHANDLER2_EXPORTS" /YX /FD /GZ  /c
  # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  # 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 /dll /debug /machine:I386 /pdbtype:sept
  # ADD LINK32 /nologo /dll /debug /machine:I386 /pdbtype:sept
  
  !ENDIF 
  
  # Begin Target
  
  # Name "testhandler2 - Win32 Release"
  # Name "testhandler2 - Win32 Debug"
  # Begin Group "Source Files"
  
  # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  # Begin Source File
  
  SOURCE=..\..\..\..\..\src\server\handlers\transport\testhandler2\TestHandler2.cpp
  # End Source File
  # Begin Source File
  
  SOURCE=..\..\..\..\..\src\server\handlers\transport\testhandler2\TestTransport.cpp
  # End Source File
  # End Group
  # Begin Group "Header Files"
  
  # PROP Default_Filter "h;hpp;hxx;hm;inl"
  # Begin Source File
  
  SOURCE=..\..\..\..\..\src\server\handlers\transport\testhandler2\TestTransport.h
  # End Source File
  # 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
  
  
  
  1.2       +1 -37     ws-axis/c/vc/server/web_services/Web_Services.dsw
  
  Index: Web_Services.dsw
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/vc/server/web_services/Web_Services.dsw,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Web_Services.dsw	11 Oct 2003 06:11:29 -0000	1.1
  +++ Web_Services.dsw	26 Oct 2003 07:26:49 -0000	1.2
  @@ -3,43 +3,7 @@
   
   ###############################################################################
   
  -Project: "c_deployment"=".\c_deployment\c_deployment.dsp" - Package Owner=<4>
  -
  -Package=<5>
  -{{{
  -}}}
  -
  -Package=<4>
  -{{{
  -}}}
  -
  -###############################################################################
  -
  -Project: "c_deployment_wrapper"=".\c_deployment_wrapper\c_deployment_wrapper.dsp" - Package Owner=<4>
  -
  -Package=<5>
  -{{{
  -}}}
  -
  -Package=<4>
  -{{{
  -}}}
  -
  -###############################################################################
  -
  -Project: "cpp_deployment"=".\cpp_deployment\cpp_deployment.dsp" - Package Owner=<4>
  -
  -Package=<5>
  -{{{
  -}}}
  -
  -Package=<4>
  -{{{
  -}}}
  -
  -###############################################################################
  -
  -Project: "cpp_deployment_wrapper"=".\cpp_deployment_wrapper\cpp_deployment_wrapper.dsp" - Package Owner=<4>
  +Project: "webservicedeployer"=".\webservicedeployer\webservicedeployer.dsp" - Package Owner=<4>
   
   Package=<5>
   {{{
  
  
  
  1.2       +3 -3      ws-axis/c/vc/server/web_services/cpp_deployment/cpp_deployment.dsp
  
  Index: cpp_deployment.dsp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/vc/server/web_services/cpp_deployment/cpp_deployment.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cpp_deployment.dsp	11 Oct 2003 06:11:29 -0000	1.1
  +++ cpp_deployment.dsp	26 Oct 2003 07:26:49 -0000	1.2
  @@ -41,7 +41,7 @@
   # PROP Intermediate_Dir "Release"
   # PROP Target_Dir ""
   # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  +# ADD CPP /nologo /W3 /GX /O2 /I "../../../../include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
   # ADD BASE RSC /l 0x409 /d "NDEBUG"
   # ADD RSC /l 0x409 /d "NDEBUG"
   BSC32=bscmake.exe
  @@ -63,8 +63,8 @@
   # PROP Output_Dir "../../../../lib/win32/axis"
   # PROP Intermediate_Dir "../../../../bin/win32/web_services/cpp_deployment"
   # 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 /W3 /Gm /GX /ZI /Od /I "../../../../src/" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ  /c
  +# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  +# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "../../../../include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
   # ADD BASE RSC /l 0x409 /d "_DEBUG"
   # ADD RSC /l 0x409 /d "_DEBUG"
   BSC32=bscmake.exe
  
  
  
  1.1                  ws-axis/c/vc/server/web_services/webservicedeployer/webservicedeployer.dsp
  
  Index: webservicedeployer.dsp
  ===================================================================
  # Microsoft Developer Studio Project File - Name="webservicedeployer" - Package Owner=<4>
  # Microsoft Developer Studio Generated Build File, Format Version 6.00
  # ** DO NOT EDIT **
  
  # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  
  CFG=webservicedeployer - 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 "webservicedeployer.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 "webservicedeployer.mak" CFG="webservicedeployer - Win32 Debug"
  !MESSAGE 
  !MESSAGE Possible choices for configuration are:
  !MESSAGE 
  !MESSAGE "webservicedeployer - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  !MESSAGE "webservicedeployer - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  !MESSAGE 
  
  # Begin Project
  # PROP AllowPerConfigDependencies 0
  # PROP Scc_ProjName ""
  # PROP Scc_LocalPath ""
  CPP=cl.exe
  MTL=midl.exe
  RSC=rc.exe
  
  !IF  "$(CFG)" == "webservicedeployer - 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/win32/axis"
  # PROP Intermediate_Dir "../../../../bin/win32/web_services/webservicedeployer"
  # PROP Ignore_Export_Lib 0
  # PROP Target_Dir ""
  # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WEBSERVICEDEPLOYER_EXPORTS" /YX /FD /c
  # ADD CPP /nologo /MT /W3 /GX /O2 /I "../../../../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WEBSERVICEDEPLOYER_EXPORTS" /YX /FD /c
  # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  # 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 /nologo /dll /machine:I386
  # ADD LINK32 /nologo /dll /machine:I386 /out:"../../../../release/win32/webservicedeployer.dll"
  
  !ELSEIF  "$(CFG)" == "webservicedeployer - 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/win32/axis"
  # PROP Intermediate_Dir "../../../../bin/win32/web_services/webservicedeployer"
  # PROP Target_Dir ""
  # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WEBSERVICEDEPLOYER_EXPORTS" /YX /FD /GZ  /c
  # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../../../include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WEBSERVICEDEPLOYER_EXPORTS" /YX /FD /GZ  /c
  # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  # 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 /dll /debug /machine:I386 /pdbtype:sept
  # ADD LINK32 Common_D.lib Soap_D.lib wsdd_D.lib Engine_D.lib xerces-c_2D.lib client_D.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"../../../../lib/win32/axis" /libpath:"../../../../lib/win32/xercesc"
  
  !ENDIF 
  
  # Begin Target
  
  # Name "webservicedeployer - Win32 Release"
  # Name "webservicedeployer - Win32 Debug"
  # Begin Group "Source Files"
  
  # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  # Begin Source File
  
  SOURCE=..\..\..\..\src\server\web_services\cpp_deployment\CPP_Deployment.cpp
  # End Source File
  # Begin Source File
  
  SOURCE=..\..\..\..\src\server\web_services\cpp_deployment\CPP_DeploymentService.cpp
  # End Source File
  # Begin Source File
  
  SOURCE=..\..\..\..\src\server\web_services\cpp_deployment\CPP_DeploymentWrapper.cpp
  # End Source File
  # End Group
  # Begin Group "Header Files"
  
  # PROP Default_Filter "h;hpp;hxx;hm;inl"
  # Begin Source File
  
  SOURCE=..\..\..\..\src\server\web_services\cpp_deployment\CPP_Deployment.h
  # End Source File
  # Begin Source File
  
  SOURCE=..\..\..\..\src\server\web_services\cpp_deployment\CPP_DeploymentWrapper.h
  # End Source File
  # 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