arabica/vs6/SAX.dsp

515 lines
11 KiB
Text
Raw Normal View History

2003-09-10 17:15:55 +02:00
# Microsoft Developer Studio Project File - Name="ArabicaLib" - Package Owner=<4>
2002-06-21 13:16:28 +02:00
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
2003-09-10 17:15:55 +02:00
CFG=ArabicaLib - Win32 Debug
2002-06-21 13:16:28 +02:00
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
!MESSAGE NMAKE /f "SAX.mak".
!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
2003-09-10 17:15:55 +02:00
!MESSAGE NMAKE /f "SAX.mak" CFG="ArabicaLib - Win32 Debug"
2002-06-21 13:16:28 +02:00
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
2003-09-10 17:15:55 +02:00
!MESSAGE "ArabicaLib - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "ArabicaLib - Win32 Debug" (based on "Win32 (x86) Static Library")
2002-06-21 13:16:28 +02:00
!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe
2003-09-10 17:15:55 +02:00
!IF "$(CFG)" == "ArabicaLib - Win32 Release"
2002-06-21 13:16:28 +02:00
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
2007-09-25 21:17:58 +02:00
# ADD CPP /nologo /W3 /GR /GX /O2 /I "..\src\\" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /c
2003-09-14 22:47:43 +02:00
# SUBTRACT CPP /YX
2002-06-21 13:16:28 +02:00
# ADD BASE RSC /l 0x809 /d "NDEBUG"
# ADD RSC /l 0x809 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
2007-09-25 21:17:58 +02:00
# ADD LIB32 /nologo /out:"..\src\lib\Arabica.lib"
2002-06-21 13:16:28 +02:00
2003-09-10 17:15:55 +02:00
!ELSEIF "$(CFG)" == "ArabicaLib - Win32 Debug"
2002-06-21 13:16:28 +02:00
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
2007-09-25 21:17:58 +02:00
# PROP Output_Dir "..\src\lib"
2002-06-21 13:16:28 +02:00
# PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
2007-09-25 21:17:58 +02:00
# ADD CPP /nologo /W3 /Gm /GR /GX /ZI /Od /I "..\src\\" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /FD /GZ /c
2003-09-14 22:47:43 +02:00
# SUBTRACT CPP /YX
2002-06-21 13:16:28 +02:00
# ADD BASE RSC /l 0x809 /d "_DEBUG"
# ADD RSC /l 0x809 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
2007-09-25 21:17:58 +02:00
# ADD LIB32 /nologo /out:"..\src\lib\Arabica.lib"
2002-06-21 13:16:28 +02:00
!ENDIF
# Begin Target
2003-09-10 17:15:55 +02:00
# Name "ArabicaLib - Win32 Release"
# Name "ArabicaLib - Win32 Debug"
2002-06-21 13:16:28 +02:00
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\AttributeList.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\Attributes.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\ContentHandler.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\DocumentHandler.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\DTDHandler.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\EntityResolver.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\ErrorHandler.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\HandlerBase.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\InputSource.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\Locator.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\Parser.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\ParserConfig.h
2002-09-02 12:36:06 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\SAXException.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\saxfwd.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\SAXNotRecognizedException.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\SAXNotSupportedException.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\SAXParseException.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\XMLFilter.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\XMLReader.h
2002-06-21 13:16:28 +02:00
# End Source File
# End Group
# Begin Group "Helpers"
# PROP Default_Filter ""
# Begin Group "Source"
# PROP Default_Filter "*.cpp"
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\helpers\InputSourceResolver.cpp
2002-06-21 13:16:28 +02:00
# End Source File
# End Group
# Begin Group "Headers"
# PROP Default_Filter "*.h"
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\helpers\AttributeDefaults.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\helpers\AttributeListImpl.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\helpers\AttributesImpl.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\helpers\AttributeTypes.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\helpers\CatchErrorHandler.h
2003-10-29 17:19:50 +01:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\helpers\DefaultHandler.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\helpers\FeatureNames.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\helpers\InputSourceResolver.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\helpers\LocatorImpl.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\helpers\NamespaceSupport.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\helpers\ParserAdaptor.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\helpers\PropertyNames.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\helpers\StringAdaptor.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\helpers\XMLFilterImpl.h
2002-06-21 13:16:28 +02:00
# End Source File
# End Group
# End Group
# Begin Group "ext"
# PROP Default_Filter ""
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\ext\Attributes2.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\ext\DeclHandler.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\ext\DefaultHandler2.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\ext\LexicalHandler.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\ext\Locator2.h
2002-06-21 13:16:28 +02:00
# End Source File
# End Group
# Begin Group "Wrappers"
# PROP Default_Filter ""
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\wrappers\saxexpat.cpp
# PROP Exclude_From_Build 1
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\wrappers\saxexpat.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\wrappers\saxlibxml2.cpp
# PROP Exclude_From_Build 1
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\wrappers\saxlibxml2.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\wrappers\saxmsxml2.h
2002-06-21 13:16:28 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\wrappers\saxxerces.cpp
2003-03-20 17:17:08 +01:00
# PROP Exclude_From_Build 1
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\wrappers\saxxerces.h
2002-06-21 13:16:28 +02:00
# End Source File
# End Group
# Begin Group "Filters"
# PROP Default_Filter ""
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\filter\Writer.h
2002-06-21 13:16:28 +02:00
# End Source File
# End Group
# Begin Group "Parsers"
# PROP Default_Filter ""
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\parsers\saxgarden.h
2002-06-21 13:16:28 +02:00
# End Source File
# End Group
2003-09-10 17:15:55 +02:00
# Begin Group "Utils"
# PROP Default_Filter ""
# Begin Group "impl"
# PROP Default_Filter ""
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\impl\codecvt_specialisations.h
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\impl\iso88591_utf8.cpp
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\impl\iso88591_utf8.h
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\impl\ucs2_utf16.cpp
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\impl\ucs2_utf16.h
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\impl\ucs2_utf8.cpp
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\impl\ucs2_utf8.h
2003-09-10 17:15:55 +02:00
# End Source File
# End Group
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\base64codecvt.cpp
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\base64codecvt.h
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\convert_adaptor.h
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\convertstream.h
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\iso88591utf8codecvt.cpp
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\iso88591utf8codecvt.h
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\rot13codecvt.cpp
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\rot13codecvt.h
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\socket_stream.h
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\XML\UnicodeCharacters.h
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\utf16beucs2codecvt.cpp
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\utf16beucs2codecvt.h
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\utf16leucs2codecvt.cpp
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\utf16leucs2codecvt.h
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\utf16utf8codecvt.cpp
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\utf16utf8codecvt.h
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\utf8iso88591codecvt.cpp
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\utf8iso88591codecvt.h
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\utf8ucs2codecvt.cpp
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\Utils\utf8ucs2codecvt.h
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\XML\XMLCharacterClasses.cpp
2003-09-10 17:15:55 +02:00
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\src\XML\XMLCharacterClasses.h
2003-09-10 17:15:55 +02:00
# End Source File
# End Group
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\ArabicaConfig.S
2003-09-10 17:15:55 +02:00
!IF "$(CFG)" == "ArabicaLib - Win32 Release"
# Begin Custom Build
2007-09-25 21:17:58 +02:00
InputPath=..\include\SAX\ArabicaConfig.S
2003-09-10 17:15:55 +02:00
"ArabicaConfig.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cl /TC /EP ArabicaConfig.S > ArabicaConfig.h
# End Custom Build
!ELSEIF "$(CFG)" == "ArabicaLib - Win32 Debug"
# Begin Custom Build
2007-09-25 21:17:58 +02:00
InputPath=..\include\SAX\ArabicaConfig.S
2003-09-10 17:15:55 +02:00
"ArabicaConfig.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
cl /TC /EP ArabicaConfig.S > ArabicaConfig.h
# End Custom Build
!ENDIF
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\ParserConfig.S
2002-09-02 12:36:06 +02:00
2003-09-10 17:15:55 +02:00
!IF "$(CFG)" == "ArabicaLib - Win32 Release"
2002-09-02 12:36:06 +02:00
2003-03-20 17:17:08 +01:00
# Begin Custom Build
2007-09-25 21:17:58 +02:00
InputPath=..\include\SAX\ParserConfig.S
2003-03-20 17:17:08 +01:00
BuildCmds= \
2003-09-17 13:08:31 +02:00
cl /TC /D USE_MSXML /EP ParserConfig.S > ParserConfig.h \
cl /TC /D USE_MSXML /EP saxlib.S > saxlib.cpp \
2003-03-20 17:17:08 +01:00
"ParserConfig.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
"saxlib.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
# End Custom Build
2003-09-10 17:15:55 +02:00
!ELSEIF "$(CFG)" == "ArabicaLib - Win32 Debug"
2002-09-02 12:36:06 +02:00
# PROP Ignore_Default_Tool 1
# Begin Custom Build
2007-09-25 21:17:58 +02:00
InputPath=..\include\SAX\ParserConfig.S
2002-09-02 12:36:06 +02:00
BuildCmds= \
2006-08-04 11:52:27 +02:00
cl /TC /D USE_MSXML /EP ParserConfig.S > ParserConfig.h \
cl /TC /D USE_MSXML /EP saxlib.S > saxlib.cpp \
2002-09-02 12:36:06 +02:00
"ParserConfig.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
2002-09-02 12:36:06 +02:00
"saxlib.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
2002-09-02 12:36:06 +02:00
# End Custom Build
!ENDIF
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\saxlib.cpp
# End Source File
# Begin Source File
2007-09-25 21:17:58 +02:00
SOURCE=..\include\SAX\saxlib.S
# End Source File
2002-06-21 13:16:28 +02:00
# End Target
# End Project