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/02/20 19:24:38 UTC

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

dbertoni    01/02/20 10:24:38

  Modified:    c/Projects/Win32/VC6/XPath XPath.dsp
  Log:
  Removed debug option.
  
  Revision  Changes    Path
  1.18      +2 -1      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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- XPath.dsp	2001/01/31 01:39:11	1.17
  +++ XPath.dsp	2001/02/20 18:24:33	1.18
  @@ -55,7 +55,8 @@
   # 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 ..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo /dll /debug /machine:I386
  +# ADD LINK32 ..\..\..\..\..\..\xml-xerces\c\Build\Win32\VC6\Release\xerces-c_1.lib /nologo /dll /machine:I386
  +# SUBTRACT LINK32 /debug
   
   !ELSEIF  "$(CFG)" == "XPath - Win32 Debug"