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 2004/03/26 08:36:06 UTC

cvs commit: ws-axis/c/vc/common CommonLibrary.dsp

susantha    2004/03/25 23:36:06

  Modified:    c/vc     AxisClientDLL.dsp AxisServerDLL.dsp
               c/vc/client/engine ClientEngineLibrary.dsp
               c/vc/client/transport/axis AxisTransportLibrary.dsp
               c/vc/common CommonLibrary.dsp
  Log:
  completed vc project files for creating server and client dynamic libraries
  
  Revision  Changes    Path
  1.3       +14 -140   ws-axis/c/vc/AxisClientDLL.dsp
  
  Index: AxisClientDLL.dsp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/vc/AxisClientDLL.dsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AxisClientDLL.dsp	25 Mar 2004 16:56:16 -0000	1.2
  +++ AxisClientDLL.dsp	26 Mar 2004 07:36:05 -0000	1.3
  @@ -40,6 +40,7 @@
   # PROP Use_Debug_Libraries 0
   # PROP Output_Dir "Release"
   # PROP Intermediate_Dir "Release"
  +# 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 "AXISCLIENTDLL_EXPORTS" /YX /FD /c
   # ADD CPP /nologo /MT /W3 /GX /O2 /I "../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "AXISCLIENTDLL_EXPORTS" /D "USE_EXPAT_PARSER" /D "AXIS_CLIENT_LIB" /YX /FD /c
  @@ -52,7 +53,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 /machine:I386
  -# ADD LINK32 libexpat.lib /nologo /dll /machine:I386 /libpath:"../lib/expat"
  +# ADD LINK32 libexpat.lib wsock32.lib /nologo /dll /machine:I386 /out:"../release/win32/AxisClientDLL.dll" /libpath:"../lib/expat"
   
   !ELSEIF  "$(CFG)" == "AxisClientDLL - Win32 Debug"
   
  @@ -63,8 +64,9 @@
   # PROP BASE Target_Dir ""
   # PROP Use_MFC 0
   # PROP Use_Debug_Libraries 1
  -# PROP Output_Dir "Debug"
  +# PROP Output_Dir "../release/win32/"
   # PROP Intermediate_Dir "Debug"
  +# 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 "AXISCLIENTDLL_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 "AXISCLIENTDLL_EXPORTS" /D "USE_EXPAT_PARSER" /D "AXIS_CLIENT_LIB" /YX /FD /GZ /c
  @@ -77,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 libexpat.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"../lib/expat"
  +# ADD LINK32 libexpat.lib wsock32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept /libpath:"../lib/expat"
   
   !ENDIF 
   
  @@ -126,7 +128,7 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=..\src\client\transport\axis\AxisTransport.cpp
  +SOURCE=..\src\transport\axis\AxisTransport.cpp
   # End Source File
   # Begin Source File
   
  @@ -142,11 +144,11 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=..\src\client\Call.cpp
  +SOURCE=..\src\engine\client\Call.cpp
   # End Source File
   # Begin Source File
   
  -SOURCE=..\src\client\transport\axis\Channel.cpp
  +SOURCE=..\src\transport\axis\Channel.cpp
   # End Source File
   # Begin Source File
   
  @@ -194,7 +196,7 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=..\src\client\transport\axis\HttpTransport.cpp
  +SOURCE=..\src\transport\axis\HttpTransport.cpp
   # End Source File
   # Begin Source File
   
  @@ -214,7 +216,7 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=..\src\client\transport\axis\Receiver.cpp
  +SOURCE=..\src\transport\axis\Receiver.cpp
   # End Source File
   # Begin Source File
   
  @@ -222,7 +224,7 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=..\src\client\transport\axis\Sender.cpp
  +SOURCE=..\src\transport\axis\Sender.cpp
   # End Source File
   # Begin Source File
   
  @@ -282,11 +284,11 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=..\src\client\transport\axis\Transport.cpp
  +SOURCE=..\src\transport\axis\Transport.cpp
   # End Source File
   # Begin Source File
   
  -SOURCE=..\src\client\transport\axis\TransportFactory.cpp
  +SOURCE=..\src\transport\axis\TransportFactory.cpp
   # End Source File
   # Begin Source File
   
  @@ -298,7 +300,7 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=..\src\client\transport\axis\Url.cpp
  +SOURCE=..\src\transport\axis\Url.cpp
   # End Source File
   # Begin Source File
   
  @@ -330,135 +332,7 @@
   # PROP Default_Filter "h;hpp;hxx;hm;inl"
   # Begin Source File
   
  -SOURCE=..\src\engine\AppScopeHandlerPool.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\common\ArrayBean.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\client\transport\axis\AxisTransport.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\common\AxisUtils.h
  -# End Source File
  -# Begin Source File
  -
   SOURCE=..\include\axis\client\Call.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\soap\ComplexElement.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\engine\DeserializerPool.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\xml\Element.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\xml\Event.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\engine\HandlerLoader.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\engine\HandlerPool.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\common\IArrayBean.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\common\IDeployerUtils.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\common\ISoapMethod.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\xml\QName.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\engine\RequestScopeHandlerPool.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\engine\SerializerPool.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\engine\ServerAxisEngine.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\engine\SessionScopeHandlerPool.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\engine\SharedObject.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\xml\SimpleAttribute.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\soap\SoapBody.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\soap\SoapEnvelope.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\soap\SoapKeywordMapping.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\soap\SoapMethod.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\soap\SoapParserExpat.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\xml\StartElement.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\soap\URIMapping.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\common\WrapperClassHandler.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\wsdd\WSDDDeployment.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\wsdd\WSDDDocument.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\wsdd\WSDDKeywords.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\wsdd\WSDDTransport.h
   # End Source File
   # End Group
   # Begin Group "Resource Files"
  
  
  
  1.3       +2 -289    ws-axis/c/vc/AxisServerDLL.dsp
  
  Index: AxisServerDLL.dsp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/vc/AxisServerDLL.dsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AxisServerDLL.dsp	25 Mar 2004 16:56:16 -0000	1.2
  +++ AxisServerDLL.dsp	26 Mar 2004 07:36:05 -0000	1.3
  @@ -40,6 +40,7 @@
   # PROP Use_Debug_Libraries 0
   # PROP Output_Dir "../release/win32/"
   # PROP Intermediate_Dir "Release"
  +# 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 "DYNALIB_EXPORTS" /YX /FD /c
   # ADD CPP /nologo /MT /W3 /GX /O2 /I "../include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DYNALIB_EXPORTS" /D "USE_EXPAT_PARSER" /YX /FD /c
  @@ -296,295 +297,7 @@
   # PROP Default_Filter "h;hpp;hxx;hm;inl"
   # Begin Source File
   
  -SOURCE=..\include\axis\xml\AnyElement.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\engine\AppScopeHandlerPool.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\common\ArrayBean.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\soap\Attribute.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\AxisConfig.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\engine\AxisEngine.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\AxisException.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\AxisTime.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\AxisTrace.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\AxisUserAPI.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\common\AxisUtils.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\AxisWrapperAPI.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\BasicHandler.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\soap\BasicNode.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\BasicTypeSerializer.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\soap\CharacterElement.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\soap\ComplexElement.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\engine\DeserializerPool.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\xml\Element.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\xml\Event.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\GDefine.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\Handler.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\engine\HandlerChain.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\engine\HandlerLoader.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\engine\HandlerPool.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\soap\HeaderBlock.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\common\IArrayBean.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\common\IDeployerUtils.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\IHandlerSoapDeSerializer.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\IHandlerSoapSerializer.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\IHeaderBlock.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\IMessageData.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\IParam.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\ISoapDeSerializer.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\ISoapHeader.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\common\ISoapMethod.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\ISoapSerializer.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\IWrapperSoapDeSerializer.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\IWrapperSoapSerializer.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\MessageData.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\Packet.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\Param.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\xml\QName.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\engine\RequestScopeHandlerPool.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\engine\SerializerPool.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\engine\ServerAxisEngine.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\engine\ServerAxisEngine.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\engine\SessionScopeHandlerPool.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\engine\SharedObject.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\xml\SimpleAttribute.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\soap\SoapBody.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\soap\SoapDeSerializer.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\soap\SoapEnvelope.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\soap\SoapEnvVersions.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\soap\SoapFault.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\soap\SoapFaults.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\soap\SoapHeader.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\soap\SoapKeywordMapping.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\soap\SoapMethod.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\soap\SoapParserExpat.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\soap\SoapSerializer.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\xml\StartElement.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\TypeMapping.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\soap\URIMapping.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\common\WrapperClassHandler.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\wsdd\WSDDDefines.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\wsdd\WSDDDeployment.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\wsdd\WSDDDocument.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\wsdd\WSDDHandler.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\wsdd\WSDDKeywords.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\wsdd\WSDDService.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\src\wsdd\WSDDTransport.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\include\axis\xml\XMLParser.h
  +SOURCE=..\include\axis\server\Packet.h
   # End Source File
   # End Group
   # Begin Group "Resource Files"
  
  
  
  1.3       +0 -16     ws-axis/c/vc/client/engine/ClientEngineLibrary.dsp
  
  Index: ClientEngineLibrary.dsp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/vc/client/engine/ClientEngineLibrary.dsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ClientEngineLibrary.dsp	25 Mar 2004 16:56:16 -0000	1.2
  +++ ClientEngineLibrary.dsp	26 Mar 2004 07:36:05 -0000	1.3
  @@ -146,23 +146,7 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\include\axis\engine\AxisEngine.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\..\..\include\client\Call.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\..\..\include\axis\engine\ClientAxisEngine.h
  -# End Source File
  -# Begin Source File
  -
   SOURCE=..\..\..\src\engine\DeserializerPool.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=..\..\..\include\axis\engine\HandlerChain.h
   # End Source File
   # Begin Source File
   
  
  
  
  1.2       +9 -9      ws-axis/c/vc/client/transport/axis/AxisTransportLibrary.dsp
  
  Index: AxisTransportLibrary.dsp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/vc/client/transport/axis/AxisTransportLibrary.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AxisTransportLibrary.dsp	25 Mar 2004 15:26:01 -0000	1.1
  +++ AxisTransportLibrary.dsp	26 Mar 2004 07:36:05 -0000	1.2
  @@ -85,35 +85,35 @@
   # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
   # Begin Source File
   
  -SOURCE=..\..\..\..\src\client\transport\axis\AxisTransport.cpp
  +SOURCE=..\..\..\..\src\transport\axis\AxisTransport.cpp
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\..\src\client\transport\axis\Channel.cpp
  +SOURCE=..\..\..\..\src\transport\axis\Channel.cpp
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\..\src\client\transport\axis\HttpTransport.cpp
  +SOURCE=..\..\..\..\src\transport\axis\HttpTransport.cpp
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\..\src\client\transport\axis\Receiver.cpp
  +SOURCE=..\..\..\..\src\transport\axis\Receiver.cpp
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\..\src\client\transport\axis\Sender.cpp
  +SOURCE=..\..\..\..\src\transport\axis\Sender.cpp
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\..\src\client\transport\axis\Transport.cpp
  +SOURCE=..\..\..\..\src\transport\axis\Transport.cpp
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\..\src\client\transport\axis\TransportFactory.cpp
  +SOURCE=..\..\..\..\src\transport\axis\TransportFactory.cpp
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\..\..\src\client\transport\axis\Url.cpp
  +SOURCE=..\..\..\..\src\transport\axis\Url.cpp
   # End Source File
   # End Group
   # Begin Group "Header Files"
  @@ -121,7 +121,7 @@
   # PROP Default_Filter "h;hpp;hxx;hm;inl"
   # Begin Source File
   
  -SOURCE=..\..\..\..\src\client\transport\axis\AxisTransport.h
  +SOURCE=..\..\..\..\src\transport\axis\AxisTransport.h
   # End Source File
   # End Group
   # End Target
  
  
  
  1.2       +2 -2      ws-axis/c/vc/common/CommonLibrary.dsp
  
  Index: CommonLibrary.dsp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/vc/common/CommonLibrary.dsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CommonLibrary.dsp	25 Mar 2004 15:08:19 -0000	1.1
  +++ CommonLibrary.dsp	26 Mar 2004 07:36:05 -0000	1.2
  @@ -186,7 +186,7 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\include\axis\common\GDefine.h
  +SOURCE=..\..\include\axis\GDefine.h
   # End Source File
   # Begin Source File
   
  @@ -246,7 +246,7 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=..\..\include\axis\common\MessageData.h
  +SOURCE=..\..\src\common\MessageData.h
   # End Source File
   # Begin Source File