lilantha    2003/06/06 03:51:51

  Modified:    contrib/Axis-C++/Win32 Axis.dsp
  Log:
  add new paths
  
  Revision  Changes    Path
  1.3       +2 -2      xml-axis/contrib/Axis-C++/Win32/Axis.dsp
  
  Index: Axis.dsp
  ===================================================================
  RCS file: /home/cvs/xml-axis/contrib/Axis-C++/Win32/Axis.dsp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Axis.dsp  6 Jun 2003 10:30:56 -0000       1.2
  +++ Axis.dsp  6 Jun 2003 10:51:51 -0000       1.3
  @@ -41,7 +41,7 @@
   # PROP Intermediate_Dir "..\objs\NT_4.0\Release"
   # PROP Target_Dir ""
   # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" 
/Yu"stdafx.h" /FD /c
  -# ADD CPP /nologo /W3 /Gi /GX /O2 /I "../xerces-c/include" /I "./" /I "../src" /I 
"../src/Message" /I "../src/Util" /I "../src/Xml" /I "../src/Transport" /I 
"../src/Client" /I "../src/Encoding" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" 
/Yu"Platform.hpp" /FD /c
  +# ADD CPP /nologo /W3 /Gi /GR /GX /O2 /I "../xerces-c/include" /I "./" /I "../src" 
/I "../src/Message" /I "../src/Util" /I "../src/Xml" /I "../src/Transport" /I 
"../src/Client" /I "../src/Encoding" /I "../src/Handlers" /I "../src/Configuration" /I 
"../src/Common" /I "../src/Session" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" 
/Yu"Platform.hpp" /FD /c
   # ADD BASE RSC /l 0x409 /d "NDEBUG"
   # ADD RSC /l 0x409 /d "NDEBUG"
   BSC32=bscmake.exe
  @@ -64,7 +64,7 @@
   # PROP Intermediate_Dir "..\objs\NT_4.0\Debug"
   # PROP Target_Dir ""
   # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D 
"_LIB" /Yu"stdafx.h" /FD /GZ /c
  -# ADD CPP /nologo /W3 /Gm /Gi /GX /ZI /Od /I "../xerces-c/include" /I "./" /I 
"../src" /I "../src/Message" /I "../src/Util" /I "../src/Xml" /I "../src/Transport" /I 
"../src/Client" /I "../src/Encoding" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" 
/Yu"Platform.hpp" /FD /GZ /c
  +# ADD CPP /nologo /W3 /Gm /Gi /GR /GX /ZI /Od /I "../xerces-c/include" /I "./" /I 
"../src" /I "../src/Message" /I "../src/Util" /I "../src/Xml" /I "../src/Transport" /I 
"../src/Client" /I "../src/Encoding" /I "../src/Handlers" /I "../src/Configuration" /I 
"../src/Common" /I "../src/Session" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" 
/Yu"Platform.hpp" /FD /GZ /c
   # ADD BASE RSC /l 0x409 /d "_DEBUG"
   # ADD RSC /l 0x409 /d "_DEBUG"
   BSC32=bscmake.exe
  
  
  

Reply via email to