You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/08/08 17:31:04 UTC

cvs commit: xml-xalan/c/Projects/Win32/VC6/XPath XPath.dsp

dbertoni    01/08/08 08:31:04

  Modified:    c/Projects/Win32/VC6/XPath XPath.dsp
  Log:
  Special inline optimization flag for SimpleNodeLocator.cpp.
  
  Revision  Changes    Path
  1.26      +13 -0     xml-xalan/c/Projects/Win32/VC6/XPath/XPath.dsp
  
  Index: XPath.dsp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Projects/Win32/VC6/XPath/XPath.dsp,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- XPath.dsp	2001/07/27 05:44:08	1.25
  +++ XPath.dsp	2001/08/08 15:31:04	1.26
  @@ -283,6 +283,19 @@
   # Begin Source File
   
   SOURCE=..\..\..\..\src\XPath\SimpleNodeLocator.cpp
  +
  +!IF  "$(CFG)" == "XPath - Win32 Release"
  +
  +# ADD CPP /Ob1
  +
  +!ELSEIF  "$(CFG)" == "XPath - Win32 Debug"
  +
  +!ELSEIF  "$(CFG)" == "XPath - Win32 Release with symbols"
  +
  +# ADD CPP /Ob1
  +
  +!ENDIF 
  +
   # End Source File
   # Begin Source File
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org