dbertoni 00/02/17 12:24:08
Modified: c/Projects/Win32/VC6/XSLT XSLT.dsp Log: New build options. Revision Changes Path 1.4 +9 -1 xml-xalan/c/Projects/Win32/VC6/XSLT/XSLT.dsp Index: XSLT.dsp =================================================================== RCS file: /home/cvs/xml-xalan/c/Projects/Win32/VC6/XSLT/XSLT.dsp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- XSLT.dsp 2000/01/26 20:29:31 1.3 +++ XSLT.dsp 2000/02/17 20:24:07 1.4 @@ -70,7 +70,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 "XSLT_EXPORTS" /YX /FD /GZ /c -# ADD CPP /nologo /MDd /W4 /Gm /GR /GX /Zi /Od /I "..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XALAN_XSLT_BUILD_DLL" /D "XALAN_XERCES" /YX /FD /GZ /c +# ADD CPP /nologo /MDd /W4 /Gm /GR /GX /Zi /Od /I "..\..\..\..\..\..\xml-xerces\c\src" /I "..\..\..\..\src\\" /D "_WINDOWS" /D "_USRDLL" /D "XALAN_XSLT_BUILD_DLL" /D "XALAN_XERCES" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "XML_DEBUG" /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" @@ -266,6 +266,10 @@ # End Source File # Begin Source File +SOURCE=..\..\..\..\src\XSLT\FunctionDocument.cpp +# End Source File +# Begin Source File + SOURCE=..\..\..\..\src\XSLT\FunctionFormatNumber.cpp # End Source File # Begin Source File @@ -556,6 +560,10 @@ # Begin Source File SOURCE=..\..\..\..\src\XSLT\FunctionCurrent.hpp +# End Source File +# Begin Source File + +SOURCE=..\..\..\..\src\XSLT\FunctionDocument.hpp # End Source File # Begin Source File
