v2.1.2
This commit is contained in:
parent
9341942014
commit
c04629cb7b
1518 changed files with 7382 additions and 6882 deletions
|
@ -1,5 +1,14 @@
|
||||||
XQilla: an XQuery and XPath 2.0 library and command line interpreter.
|
XQilla: an XQuery and XPath 2.0 library and command line interpreter.
|
||||||
|
|
||||||
|
version 2.1.2 (2008.04.28):
|
||||||
|
* Fixed a bug in static resolution of replace expressions
|
||||||
|
* Fixed the Xerces-C data model layer to work correctly with DOM Level 1
|
||||||
|
elements and attributes.
|
||||||
|
* Worked around a Xerces-C bug that resulted in exceptions when using
|
||||||
|
the DOM 3 API with certain schemas.
|
||||||
|
* Fixed a 64 bit compilation problem.
|
||||||
|
* Fixed a Solaris compilation problem.
|
||||||
|
|
||||||
version 2.1.1 (2008.04.08):
|
version 2.1.1 (2008.04.08):
|
||||||
* Added the xqilla:parse-json() and xqilla:serialize-json() extension
|
* Added the xqilla:parse-json() and xqilla:serialize-json() extension
|
||||||
functions to parse and serialize JSON.
|
functions to parse and serialize JSON.
|
||||||
|
|
|
@ -346,6 +346,7 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
||||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||||
PATH_SEPARATOR = @PATH_SEPARATOR@
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
||||||
RANLIB = @RANLIB@
|
RANLIB = @RANLIB@
|
||||||
|
SED = @SED@
|
||||||
SET_MAKE = @SET_MAKE@
|
SET_MAKE = @SET_MAKE@
|
||||||
SHELL = @SHELL@
|
SHELL = @SHELL@
|
||||||
STRIP = @STRIP@
|
STRIP = @STRIP@
|
||||||
|
|
|
@ -1,74 +1,74 @@
|
||||||
Microsoft Developer Studio Workspace File, Format Version 6.00
|
Microsoft Developer Studio Workspace File, Format Version 6.00
|
||||||
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
Project: "basicXQillaUsage"=.\basicXQillaUsage.dsp - Package Owner=<4>
|
Project: "basicXQillaUsage"=.\basicXQillaUsage.dsp - Package Owner=<4>
|
||||||
|
|
||||||
Package=<5>
|
Package=<5>
|
||||||
{{{
|
{{{
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
Package=<4>
|
Package=<4>
|
||||||
{{{
|
{{{
|
||||||
Begin Project Dependency
|
Begin Project Dependency
|
||||||
Project_Dep_Name xqilla
|
Project_Dep_Name xqilla
|
||||||
End Project Dependency
|
End Project Dependency
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
Project: "xqilla"=.\xqilla.dsp - Package Owner=<4>
|
Project: "xqilla"=.\xqilla.dsp - Package Owner=<4>
|
||||||
|
|
||||||
Package=<5>
|
Package=<5>
|
||||||
{{{
|
{{{
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
Package=<4>
|
Package=<4>
|
||||||
{{{
|
{{{
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
Project: "xqilla_cmd"=.\xqilla_cmd.dsp - Package Owner=<4>
|
Project: "xqilla_cmd"=.\xqilla_cmd.dsp - Package Owner=<4>
|
||||||
|
|
||||||
Package=<5>
|
Package=<5>
|
||||||
{{{
|
{{{
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
Package=<4>
|
Package=<4>
|
||||||
{{{
|
{{{
|
||||||
Begin Project Dependency
|
Begin Project Dependency
|
||||||
Project_Dep_Name xqilla
|
Project_Dep_Name xqilla
|
||||||
End Project Dependency
|
End Project Dependency
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
Project: "xqtsRunner"=.\xqtsRunner.dsp - Package Owner=<4>
|
Project: "xqtsRunner"=.\xqtsRunner.dsp - Package Owner=<4>
|
||||||
|
|
||||||
Package=<5>
|
Package=<5>
|
||||||
{{{
|
{{{
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
Package=<4>
|
Package=<4>
|
||||||
{{{
|
{{{
|
||||||
Begin Project Dependency
|
Begin Project Dependency
|
||||||
Project_Dep_Name xqilla
|
Project_Dep_Name xqilla
|
||||||
End Project Dependency
|
End Project Dependency
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
Global:
|
Global:
|
||||||
|
|
||||||
Package=<5>
|
Package=<5>
|
||||||
{{{
|
{{{
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
Package=<3>
|
Package=<3>
|
||||||
{{{
|
{{{
|
||||||
}}}
|
}}}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
|
|
@ -1,90 +1,90 @@
|
||||||
# Microsoft Developer Studio Project File - Name="dom-basic" - Package Owner=<4>
|
# Microsoft Developer Studio Project File - Name="dom-basic" - Package Owner=<4>
|
||||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||||
# ** DO NOT EDIT **
|
# ** DO NOT EDIT **
|
||||||
|
|
||||||
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
||||||
|
|
||||||
CFG=dom-basic - Win32 Debug
|
CFG=dom-basic - Win32 Debug
|
||||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||||
!MESSAGE use the Export Makefile command and run
|
!MESSAGE use the Export Makefile command and run
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE NMAKE /f "dom-basic.mak".
|
!MESSAGE NMAKE /f "dom-basic.mak".
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE You can specify a configuration when running NMAKE
|
!MESSAGE You can specify a configuration when running NMAKE
|
||||||
!MESSAGE by defining the macro CFG on the command line. For example:
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE NMAKE /f "dom-basic.mak" CFG="dom-basic - Win32 Debug"
|
!MESSAGE NMAKE /f "dom-basic.mak" CFG="dom-basic - Win32 Debug"
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE Possible choices for configuration are:
|
!MESSAGE Possible choices for configuration are:
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "dom-basic - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "dom-basic - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "dom-basic - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "dom-basic - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=cl.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "dom-basic - Win32 Release"
|
!IF "$(CFG)" == "dom-basic - Win32 Release"
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
# PROP BASE Use_MFC 0
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
# PROP BASE Output_Dir "../../build/windows/VC6\Release"
|
# PROP BASE Output_Dir "../../build/windows/VC6\Release"
|
||||||
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Release\dom-basic"
|
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Release\dom-basic"
|
||||||
# PROP BASE Target_Dir ""
|
# PROP BASE Target_Dir ""
|
||||||
# PROP Use_MFC 0
|
# PROP Use_MFC 0
|
||||||
# PROP Use_Debug_Libraries 0
|
# PROP Use_Debug_Libraries 0
|
||||||
# PROP Output_Dir "../../build/windows/VC6\Release"
|
# PROP Output_Dir "../../build/windows/VC6\Release"
|
||||||
# PROP Intermediate_Dir "../../build/windows/VC6\Release\dom-basic"
|
# PROP Intermediate_Dir "../../build/windows/VC6\Release\dom-basic"
|
||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src"/I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src"/I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
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 /subsystem:console /machine:I386
|
# 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 /subsystem:console /machine:I386
|
||||||
# ADD LINK32 /libpath:../../build/windows/VC6/Release xerces-c_2.lib xqilla21.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Release /nologo /out:../../build/windows/VC6/Release/dom-basic.exe /subsystem:console /machine:I386 /nodefaultlib:"libcmt"
|
# ADD LINK32 /libpath:../../build/windows/VC6/Release xerces-c_2.lib xqilla21.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Release /nologo /out:../../build/windows/VC6/Release/dom-basic.exe /subsystem:console /machine:I386 /nodefaultlib:"libcmt"
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "dom-basic - Win32 Debug"
|
!ELSEIF "$(CFG)" == "dom-basic - Win32 Debug"
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
# PROP BASE Use_MFC 0
|
||||||
# PROP BASE Use_Debug_Libraries 1
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
# PROP BASE Output_Dir "../../build/windows/VC6\Debug"
|
# PROP BASE Output_Dir "../../build/windows/VC6\Debug"
|
||||||
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Debug\dom-basic"
|
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Debug\dom-basic"
|
||||||
# PROP BASE Target_Dir ""
|
# PROP BASE Target_Dir ""
|
||||||
# PROP Use_MFC 0
|
# PROP Use_MFC 0
|
||||||
# PROP Use_Debug_Libraries 1
|
# PROP Use_Debug_Libraries 1
|
||||||
# PROP Output_Dir "../../build/windows/VC6\Debug"
|
# PROP Output_Dir "../../build/windows/VC6\Debug"
|
||||||
# PROP Intermediate_Dir "../../build/windows/VC6\Debug\dom-basic"
|
# PROP Intermediate_Dir "../../build/windows/VC6\Debug\dom-basic"
|
||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
||||||
# ADD RSC /l 0x409 /d "_DEBUG"
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
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 /subsystem:console /debug /machine:I386 /pdbtype:sept
|
# 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 /subsystem:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD LINK32 /libpath:../../build/windows/VC6/Debug xerces-c_2d.lib xqilla21d.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Debug /nologo /out:../../build/windows/VC6/Debug/dom-basic.exe /pdb:"../../build/windows/VC6/Debug/dom-basic.pdb" /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt"
|
# ADD LINK32 /libpath:../../build/windows/VC6/Debug xerces-c_2d.lib xqilla21d.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Debug /nologo /out:../../build/windows/VC6/Debug/dom-basic.exe /pdb:"../../build/windows/VC6/Debug/dom-basic.pdb" /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "dom-basic - Win32 Release"
|
# Name "dom-basic - Win32 Release"
|
||||||
# Name "dom-basic - Win32 Debug"
|
# Name "dom-basic - Win32 Debug"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\src\samples\dom-api\dom-basic.cpp
|
SOURCE=..\..\src\samples\dom-api\dom-basic.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Target
|
# End Target
|
||||||
# End Project
|
# End Project
|
||||||
|
|
|
@ -1,90 +1,90 @@
|
||||||
# Microsoft Developer Studio Project File - Name="dom-context-item" - Package Owner=<4>
|
# Microsoft Developer Studio Project File - Name="dom-context-item" - Package Owner=<4>
|
||||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||||
# ** DO NOT EDIT **
|
# ** DO NOT EDIT **
|
||||||
|
|
||||||
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
||||||
|
|
||||||
CFG=dom-context-item - Win32 Debug
|
CFG=dom-context-item - Win32 Debug
|
||||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||||
!MESSAGE use the Export Makefile command and run
|
!MESSAGE use the Export Makefile command and run
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE NMAKE /f "dom-context-item.mak".
|
!MESSAGE NMAKE /f "dom-context-item.mak".
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE You can specify a configuration when running NMAKE
|
!MESSAGE You can specify a configuration when running NMAKE
|
||||||
!MESSAGE by defining the macro CFG on the command line. For example:
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE NMAKE /f "dom-context-item.mak" CFG="dom-context-item - Win32 Debug"
|
!MESSAGE NMAKE /f "dom-context-item.mak" CFG="dom-context-item - Win32 Debug"
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE Possible choices for configuration are:
|
!MESSAGE Possible choices for configuration are:
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "dom-context-item - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "dom-context-item - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "dom-context-item - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "dom-context-item - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=cl.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "dom-context-item - Win32 Release"
|
!IF "$(CFG)" == "dom-context-item - Win32 Release"
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
# PROP BASE Use_MFC 0
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
# PROP BASE Output_Dir "../../build/windows/VC6\Release"
|
# PROP BASE Output_Dir "../../build/windows/VC6\Release"
|
||||||
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Release\dom-context-item"
|
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Release\dom-context-item"
|
||||||
# PROP BASE Target_Dir ""
|
# PROP BASE Target_Dir ""
|
||||||
# PROP Use_MFC 0
|
# PROP Use_MFC 0
|
||||||
# PROP Use_Debug_Libraries 0
|
# PROP Use_Debug_Libraries 0
|
||||||
# PROP Output_Dir "../../build/windows/VC6\Release"
|
# PROP Output_Dir "../../build/windows/VC6\Release"
|
||||||
# PROP Intermediate_Dir "../../build/windows/VC6\Release\dom-context-item"
|
# PROP Intermediate_Dir "../../build/windows/VC6\Release\dom-context-item"
|
||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src"/I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src"/I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
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 /subsystem:console /machine:I386
|
# 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 /subsystem:console /machine:I386
|
||||||
# ADD LINK32 /libpath:../../build/windows/VC6/Release xerces-c_2.lib xqilla21.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Release /nologo /out:../../build/windows/VC6/Release/dom-context-item.exe /subsystem:console /machine:I386 /nodefaultlib:"libcmt"
|
# ADD LINK32 /libpath:../../build/windows/VC6/Release xerces-c_2.lib xqilla21.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Release /nologo /out:../../build/windows/VC6/Release/dom-context-item.exe /subsystem:console /machine:I386 /nodefaultlib:"libcmt"
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "dom-context-item - Win32 Debug"
|
!ELSEIF "$(CFG)" == "dom-context-item - Win32 Debug"
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
# PROP BASE Use_MFC 0
|
||||||
# PROP BASE Use_Debug_Libraries 1
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
# PROP BASE Output_Dir "../../build/windows/VC6\Debug"
|
# PROP BASE Output_Dir "../../build/windows/VC6\Debug"
|
||||||
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Debug\dom-context-item"
|
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Debug\dom-context-item"
|
||||||
# PROP BASE Target_Dir ""
|
# PROP BASE Target_Dir ""
|
||||||
# PROP Use_MFC 0
|
# PROP Use_MFC 0
|
||||||
# PROP Use_Debug_Libraries 1
|
# PROP Use_Debug_Libraries 1
|
||||||
# PROP Output_Dir "../../build/windows/VC6\Debug"
|
# PROP Output_Dir "../../build/windows/VC6\Debug"
|
||||||
# PROP Intermediate_Dir "../../build/windows/VC6\Debug\dom-context-item"
|
# PROP Intermediate_Dir "../../build/windows/VC6\Debug\dom-context-item"
|
||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
||||||
# ADD RSC /l 0x409 /d "_DEBUG"
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
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 /subsystem:console /debug /machine:I386 /pdbtype:sept
|
# 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 /subsystem:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD LINK32 /libpath:../../build/windows/VC6/Debug xerces-c_2d.lib xqilla21d.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Debug /nologo /out:../../build/windows/VC6/Debug/dom-context-item.exe /pdb:"../../build/windows/VC6/Debug/dom-context-item.pdb" /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt"
|
# ADD LINK32 /libpath:../../build/windows/VC6/Debug xerces-c_2d.lib xqilla21d.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Debug /nologo /out:../../build/windows/VC6/Debug/dom-context-item.exe /pdb:"../../build/windows/VC6/Debug/dom-context-item.pdb" /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "dom-context-item - Win32 Release"
|
# Name "dom-context-item - Win32 Release"
|
||||||
# Name "dom-context-item - Win32 Debug"
|
# Name "dom-context-item - Win32 Debug"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\src\samples\dom-api\dom-context-item.cpp
|
SOURCE=..\..\src\samples\dom-api\dom-context-item.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Target
|
# End Target
|
||||||
# End Project
|
# End Project
|
||||||
|
|
|
@ -1,90 +1,90 @@
|
||||||
# Microsoft Developer Studio Project File - Name="dom-resolver" - Package Owner=<4>
|
# Microsoft Developer Studio Project File - Name="dom-resolver" - Package Owner=<4>
|
||||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||||
# ** DO NOT EDIT **
|
# ** DO NOT EDIT **
|
||||||
|
|
||||||
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
||||||
|
|
||||||
CFG=dom-resolver - Win32 Debug
|
CFG=dom-resolver - Win32 Debug
|
||||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||||
!MESSAGE use the Export Makefile command and run
|
!MESSAGE use the Export Makefile command and run
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE NMAKE /f "dom-resolver.mak".
|
!MESSAGE NMAKE /f "dom-resolver.mak".
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE You can specify a configuration when running NMAKE
|
!MESSAGE You can specify a configuration when running NMAKE
|
||||||
!MESSAGE by defining the macro CFG on the command line. For example:
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE NMAKE /f "dom-resolver.mak" CFG="dom-resolver - Win32 Debug"
|
!MESSAGE NMAKE /f "dom-resolver.mak" CFG="dom-resolver - Win32 Debug"
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE Possible choices for configuration are:
|
!MESSAGE Possible choices for configuration are:
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "dom-resolver - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "dom-resolver - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "dom-resolver - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "dom-resolver - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=cl.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "dom-resolver - Win32 Release"
|
!IF "$(CFG)" == "dom-resolver - Win32 Release"
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
# PROP BASE Use_MFC 0
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
# PROP BASE Output_Dir "../../build/windows/VC6\Release"
|
# PROP BASE Output_Dir "../../build/windows/VC6\Release"
|
||||||
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Release\dom-resolver"
|
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Release\dom-resolver"
|
||||||
# PROP BASE Target_Dir ""
|
# PROP BASE Target_Dir ""
|
||||||
# PROP Use_MFC 0
|
# PROP Use_MFC 0
|
||||||
# PROP Use_Debug_Libraries 0
|
# PROP Use_Debug_Libraries 0
|
||||||
# PROP Output_Dir "../../build/windows/VC6\Release"
|
# PROP Output_Dir "../../build/windows/VC6\Release"
|
||||||
# PROP Intermediate_Dir "../../build/windows/VC6\Release\dom-resolver"
|
# PROP Intermediate_Dir "../../build/windows/VC6\Release\dom-resolver"
|
||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src"/I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src"/I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
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 /subsystem:console /machine:I386
|
# 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 /subsystem:console /machine:I386
|
||||||
# ADD LINK32 /libpath:../../build/windows/VC6/Release xerces-c_2.lib xqilla21.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Release /nologo /out:../../build/windows/VC6/Release/dom-resolver.exe /subsystem:console /machine:I386 /nodefaultlib:"libcmt"
|
# ADD LINK32 /libpath:../../build/windows/VC6/Release xerces-c_2.lib xqilla21.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Release /nologo /out:../../build/windows/VC6/Release/dom-resolver.exe /subsystem:console /machine:I386 /nodefaultlib:"libcmt"
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "dom-resolver - Win32 Debug"
|
!ELSEIF "$(CFG)" == "dom-resolver - Win32 Debug"
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
# PROP BASE Use_MFC 0
|
||||||
# PROP BASE Use_Debug_Libraries 1
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
# PROP BASE Output_Dir "../../build/windows/VC6\Debug"
|
# PROP BASE Output_Dir "../../build/windows/VC6\Debug"
|
||||||
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Debug\dom-resolver"
|
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Debug\dom-resolver"
|
||||||
# PROP BASE Target_Dir ""
|
# PROP BASE Target_Dir ""
|
||||||
# PROP Use_MFC 0
|
# PROP Use_MFC 0
|
||||||
# PROP Use_Debug_Libraries 1
|
# PROP Use_Debug_Libraries 1
|
||||||
# PROP Output_Dir "../../build/windows/VC6\Debug"
|
# PROP Output_Dir "../../build/windows/VC6\Debug"
|
||||||
# PROP Intermediate_Dir "../../build/windows/VC6\Debug\dom-resolver"
|
# PROP Intermediate_Dir "../../build/windows/VC6\Debug\dom-resolver"
|
||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
||||||
# ADD RSC /l 0x409 /d "_DEBUG"
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
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 /subsystem:console /debug /machine:I386 /pdbtype:sept
|
# 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 /subsystem:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD LINK32 /libpath:../../build/windows/VC6/Debug xerces-c_2d.lib xqilla21d.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Debug /nologo /out:../../build/windows/VC6/Debug/dom-resolver.exe /pdb:"../../build/windows/VC6/Debug/dom-resolver.pdb" /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt"
|
# ADD LINK32 /libpath:../../build/windows/VC6/Debug xerces-c_2d.lib xqilla21d.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Debug /nologo /out:../../build/windows/VC6/Debug/dom-resolver.exe /pdb:"../../build/windows/VC6/Debug/dom-resolver.pdb" /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "dom-resolver - Win32 Release"
|
# Name "dom-resolver - Win32 Release"
|
||||||
# Name "dom-resolver - Win32 Debug"
|
# Name "dom-resolver - Win32 Debug"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\src\samples\dom-api\dom-resolver.cpp
|
SOURCE=..\..\src\samples\dom-api\dom-resolver.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Target
|
# End Target
|
||||||
# End Project
|
# End Project
|
||||||
|
|
|
@ -1,90 +1,90 @@
|
||||||
# Microsoft Developer Studio Project File - Name="simple-basic" - Package Owner=<4>
|
# Microsoft Developer Studio Project File - Name="simple-basic" - Package Owner=<4>
|
||||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||||
# ** DO NOT EDIT **
|
# ** DO NOT EDIT **
|
||||||
|
|
||||||
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
||||||
|
|
||||||
CFG=simple-basic - Win32 Debug
|
CFG=simple-basic - Win32 Debug
|
||||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||||
!MESSAGE use the Export Makefile command and run
|
!MESSAGE use the Export Makefile command and run
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE NMAKE /f "simple-basic.mak".
|
!MESSAGE NMAKE /f "simple-basic.mak".
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE You can specify a configuration when running NMAKE
|
!MESSAGE You can specify a configuration when running NMAKE
|
||||||
!MESSAGE by defining the macro CFG on the command line. For example:
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE NMAKE /f "simple-basic.mak" CFG="simple-basic - Win32 Debug"
|
!MESSAGE NMAKE /f "simple-basic.mak" CFG="simple-basic - Win32 Debug"
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE Possible choices for configuration are:
|
!MESSAGE Possible choices for configuration are:
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "simple-basic - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "simple-basic - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "simple-basic - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "simple-basic - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=cl.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "simple-basic - Win32 Release"
|
!IF "$(CFG)" == "simple-basic - Win32 Release"
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
# PROP BASE Use_MFC 0
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
# PROP BASE Output_Dir "../../build/windows/VC6\Release"
|
# PROP BASE Output_Dir "../../build/windows/VC6\Release"
|
||||||
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Release\simple-basic"
|
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Release\simple-basic"
|
||||||
# PROP BASE Target_Dir ""
|
# PROP BASE Target_Dir ""
|
||||||
# PROP Use_MFC 0
|
# PROP Use_MFC 0
|
||||||
# PROP Use_Debug_Libraries 0
|
# PROP Use_Debug_Libraries 0
|
||||||
# PROP Output_Dir "../../build/windows/VC6\Release"
|
# PROP Output_Dir "../../build/windows/VC6\Release"
|
||||||
# PROP Intermediate_Dir "../../build/windows/VC6\Release\simple-basic"
|
# PROP Intermediate_Dir "../../build/windows/VC6\Release\simple-basic"
|
||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src"/I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src"/I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
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 /subsystem:console /machine:I386
|
# 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 /subsystem:console /machine:I386
|
||||||
# ADD LINK32 /libpath:../../build/windows/VC6/Release xerces-c_2.lib xqilla21.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Release /nologo /out:../../build/windows/VC6/Release/simple-basic.exe /subsystem:console /machine:I386 /nodefaultlib:"libcmt"
|
# ADD LINK32 /libpath:../../build/windows/VC6/Release xerces-c_2.lib xqilla21.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Release /nologo /out:../../build/windows/VC6/Release/simple-basic.exe /subsystem:console /machine:I386 /nodefaultlib:"libcmt"
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "simple-basic - Win32 Debug"
|
!ELSEIF "$(CFG)" == "simple-basic - Win32 Debug"
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
# PROP BASE Use_MFC 0
|
||||||
# PROP BASE Use_Debug_Libraries 1
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
# PROP BASE Output_Dir "../../build/windows/VC6\Debug"
|
# PROP BASE Output_Dir "../../build/windows/VC6\Debug"
|
||||||
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Debug\simple-basic"
|
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Debug\simple-basic"
|
||||||
# PROP BASE Target_Dir ""
|
# PROP BASE Target_Dir ""
|
||||||
# PROP Use_MFC 0
|
# PROP Use_MFC 0
|
||||||
# PROP Use_Debug_Libraries 1
|
# PROP Use_Debug_Libraries 1
|
||||||
# PROP Output_Dir "../../build/windows/VC6\Debug"
|
# PROP Output_Dir "../../build/windows/VC6\Debug"
|
||||||
# PROP Intermediate_Dir "../../build/windows/VC6\Debug\simple-basic"
|
# PROP Intermediate_Dir "../../build/windows/VC6\Debug\simple-basic"
|
||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
||||||
# ADD RSC /l 0x409 /d "_DEBUG"
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
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 /subsystem:console /debug /machine:I386 /pdbtype:sept
|
# 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 /subsystem:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD LINK32 /libpath:../../build/windows/VC6/Debug xerces-c_2d.lib xqilla21d.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Debug /nologo /out:../../build/windows/VC6/Debug/simple-basic.exe /pdb:"../../build/windows/VC6/Debug/simple-basic.pdb" /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt"
|
# ADD LINK32 /libpath:../../build/windows/VC6/Debug xerces-c_2d.lib xqilla21d.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Debug /nologo /out:../../build/windows/VC6/Debug/simple-basic.exe /pdb:"../../build/windows/VC6/Debug/simple-basic.pdb" /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "simple-basic - Win32 Release"
|
# Name "simple-basic - Win32 Release"
|
||||||
# Name "simple-basic - Win32 Debug"
|
# Name "simple-basic - Win32 Debug"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\src\samples\simple-api\simple-basic.cpp
|
SOURCE=..\..\src\samples\simple-api\simple-basic.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Target
|
# End Target
|
||||||
# End Project
|
# End Project
|
||||||
|
|
|
@ -1,90 +1,90 @@
|
||||||
# Microsoft Developer Studio Project File - Name="simple-context-item" - Package Owner=<4>
|
# Microsoft Developer Studio Project File - Name="simple-context-item" - Package Owner=<4>
|
||||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||||
# ** DO NOT EDIT **
|
# ** DO NOT EDIT **
|
||||||
|
|
||||||
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
||||||
|
|
||||||
CFG=simple-context-item - Win32 Debug
|
CFG=simple-context-item - Win32 Debug
|
||||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||||
!MESSAGE use the Export Makefile command and run
|
!MESSAGE use the Export Makefile command and run
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE NMAKE /f "simple-context-item.mak".
|
!MESSAGE NMAKE /f "simple-context-item.mak".
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE You can specify a configuration when running NMAKE
|
!MESSAGE You can specify a configuration when running NMAKE
|
||||||
!MESSAGE by defining the macro CFG on the command line. For example:
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE NMAKE /f "simple-context-item.mak" CFG="simple-context-item - Win32 Debug"
|
!MESSAGE NMAKE /f "simple-context-item.mak" CFG="simple-context-item - Win32 Debug"
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE Possible choices for configuration are:
|
!MESSAGE Possible choices for configuration are:
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "simple-context-item - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "simple-context-item - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "simple-context-item - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "simple-context-item - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=cl.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "simple-context-item - Win32 Release"
|
!IF "$(CFG)" == "simple-context-item - Win32 Release"
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
# PROP BASE Use_MFC 0
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
# PROP BASE Output_Dir "../../build/windows/VC6\Release"
|
# PROP BASE Output_Dir "../../build/windows/VC6\Release"
|
||||||
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Release\simple-context-item"
|
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Release\simple-context-item"
|
||||||
# PROP BASE Target_Dir ""
|
# PROP BASE Target_Dir ""
|
||||||
# PROP Use_MFC 0
|
# PROP Use_MFC 0
|
||||||
# PROP Use_Debug_Libraries 0
|
# PROP Use_Debug_Libraries 0
|
||||||
# PROP Output_Dir "../../build/windows/VC6\Release"
|
# PROP Output_Dir "../../build/windows/VC6\Release"
|
||||||
# PROP Intermediate_Dir "../../build/windows/VC6\Release\simple-context-item"
|
# PROP Intermediate_Dir "../../build/windows/VC6\Release\simple-context-item"
|
||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src"/I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src"/I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
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 /subsystem:console /machine:I386
|
# 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 /subsystem:console /machine:I386
|
||||||
# ADD LINK32 /libpath:../../build/windows/VC6/Release xerces-c_2.lib xqilla21.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Release /nologo /out:../../build/windows/VC6/Release/simple-context-item.exe /subsystem:console /machine:I386 /nodefaultlib:"libcmt"
|
# ADD LINK32 /libpath:../../build/windows/VC6/Release xerces-c_2.lib xqilla21.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Release /nologo /out:../../build/windows/VC6/Release/simple-context-item.exe /subsystem:console /machine:I386 /nodefaultlib:"libcmt"
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "simple-context-item - Win32 Debug"
|
!ELSEIF "$(CFG)" == "simple-context-item - Win32 Debug"
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
# PROP BASE Use_MFC 0
|
||||||
# PROP BASE Use_Debug_Libraries 1
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
# PROP BASE Output_Dir "../../build/windows/VC6\Debug"
|
# PROP BASE Output_Dir "../../build/windows/VC6\Debug"
|
||||||
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Debug\simple-context-item"
|
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Debug\simple-context-item"
|
||||||
# PROP BASE Target_Dir ""
|
# PROP BASE Target_Dir ""
|
||||||
# PROP Use_MFC 0
|
# PROP Use_MFC 0
|
||||||
# PROP Use_Debug_Libraries 1
|
# PROP Use_Debug_Libraries 1
|
||||||
# PROP Output_Dir "../../build/windows/VC6\Debug"
|
# PROP Output_Dir "../../build/windows/VC6\Debug"
|
||||||
# PROP Intermediate_Dir "../../build/windows/VC6\Debug\simple-context-item"
|
# PROP Intermediate_Dir "../../build/windows/VC6\Debug\simple-context-item"
|
||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
||||||
# ADD RSC /l 0x409 /d "_DEBUG"
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
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 /subsystem:console /debug /machine:I386 /pdbtype:sept
|
# 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 /subsystem:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD LINK32 /libpath:../../build/windows/VC6/Debug xerces-c_2d.lib xqilla21d.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Debug /nologo /out:../../build/windows/VC6/Debug/simple-context-item.exe /pdb:"../../build/windows/VC6/Debug/simple-context-item.pdb" /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt"
|
# ADD LINK32 /libpath:../../build/windows/VC6/Debug xerces-c_2d.lib xqilla21d.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Debug /nologo /out:../../build/windows/VC6/Debug/simple-context-item.exe /pdb:"../../build/windows/VC6/Debug/simple-context-item.pdb" /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "simple-context-item - Win32 Release"
|
# Name "simple-context-item - Win32 Release"
|
||||||
# Name "simple-context-item - Win32 Debug"
|
# Name "simple-context-item - Win32 Debug"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\src\samples\simple-api\simple-context-item.cpp
|
SOURCE=..\..\src\samples\simple-api\simple-context-item.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Target
|
# End Target
|
||||||
# End Project
|
# End Project
|
||||||
|
|
|
@ -1,90 +1,90 @@
|
||||||
# Microsoft Developer Studio Project File - Name="xmarkRunner" - Package Owner=<4>
|
# Microsoft Developer Studio Project File - Name="xmarkRunner" - Package Owner=<4>
|
||||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||||
# ** DO NOT EDIT **
|
# ** DO NOT EDIT **
|
||||||
|
|
||||||
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
||||||
|
|
||||||
CFG=xmarkRunner - Win32 Debug
|
CFG=xmarkRunner - Win32 Debug
|
||||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||||
!MESSAGE use the Export Makefile command and run
|
!MESSAGE use the Export Makefile command and run
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE NMAKE /f "xmarkRunner.mak".
|
!MESSAGE NMAKE /f "xmarkRunner.mak".
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE You can specify a configuration when running NMAKE
|
!MESSAGE You can specify a configuration when running NMAKE
|
||||||
!MESSAGE by defining the macro CFG on the command line. For example:
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE NMAKE /f "xmarkRunner.mak" CFG="xmarkRunner - Win32 Debug"
|
!MESSAGE NMAKE /f "xmarkRunner.mak" CFG="xmarkRunner - Win32 Debug"
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE Possible choices for configuration are:
|
!MESSAGE Possible choices for configuration are:
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "xmarkRunner - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "xmarkRunner - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "xmarkRunner - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "xmarkRunner - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=cl.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "xmarkRunner - Win32 Release"
|
!IF "$(CFG)" == "xmarkRunner - Win32 Release"
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
# PROP BASE Use_MFC 0
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
# PROP BASE Output_Dir "../../build/windows/VC6\Release"
|
# PROP BASE Output_Dir "../../build/windows/VC6\Release"
|
||||||
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Release\xmarkRunner"
|
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Release\xmarkRunner"
|
||||||
# PROP BASE Target_Dir ""
|
# PROP BASE Target_Dir ""
|
||||||
# PROP Use_MFC 0
|
# PROP Use_MFC 0
|
||||||
# PROP Use_Debug_Libraries 0
|
# PROP Use_Debug_Libraries 0
|
||||||
# PROP Output_Dir "../../build/windows/VC6\Release"
|
# PROP Output_Dir "../../build/windows/VC6\Release"
|
||||||
# PROP Intermediate_Dir "../../build/windows/VC6\Release\xmarkRunner"
|
# PROP Intermediate_Dir "../../build/windows/VC6\Release\xmarkRunner"
|
||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src"/I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src"/I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
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 /subsystem:console /machine:I386
|
# 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 /subsystem:console /machine:I386
|
||||||
# ADD LINK32 /libpath:../../build/windows/VC6/Release xerces-c_2.lib xqilla21.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Release /nologo /out:../../build/windows/VC6/Release/xmarkRunner.exe /subsystem:console /machine:I386 /nodefaultlib:"libcmt"
|
# ADD LINK32 /libpath:../../build/windows/VC6/Release xerces-c_2.lib xqilla21.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Release /nologo /out:../../build/windows/VC6/Release/xmarkRunner.exe /subsystem:console /machine:I386 /nodefaultlib:"libcmt"
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "xmarkRunner - Win32 Debug"
|
!ELSEIF "$(CFG)" == "xmarkRunner - Win32 Debug"
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
# PROP BASE Use_MFC 0
|
||||||
# PROP BASE Use_Debug_Libraries 1
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
# PROP BASE Output_Dir "../../build/windows/VC6\Debug"
|
# PROP BASE Output_Dir "../../build/windows/VC6\Debug"
|
||||||
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Debug\xmarkRunner"
|
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Debug\xmarkRunner"
|
||||||
# PROP BASE Target_Dir ""
|
# PROP BASE Target_Dir ""
|
||||||
# PROP Use_MFC 0
|
# PROP Use_MFC 0
|
||||||
# PROP Use_Debug_Libraries 1
|
# PROP Use_Debug_Libraries 1
|
||||||
# PROP Output_Dir "../../build/windows/VC6\Debug"
|
# PROP Output_Dir "../../build/windows/VC6\Debug"
|
||||||
# PROP Intermediate_Dir "../../build/windows/VC6\Debug\xmarkRunner"
|
# PROP Intermediate_Dir "../../build/windows/VC6\Debug\xmarkRunner"
|
||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
||||||
# ADD RSC /l 0x409 /d "_DEBUG"
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
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 /subsystem:console /debug /machine:I386 /pdbtype:sept
|
# 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 /subsystem:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD LINK32 /libpath:../../build/windows/VC6/Debug xerces-c_2d.lib xqilla21d.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Debug /nologo /out:../../build/windows/VC6/Debug/xmarkRunner.exe /pdb:"../../build/windows/VC6/Debug/xmarkRunner.pdb" /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt"
|
# ADD LINK32 /libpath:../../build/windows/VC6/Debug xerces-c_2d.lib xqilla21d.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Debug /nologo /out:../../build/windows/VC6/Debug/xmarkRunner.exe /pdb:"../../build/windows/VC6/Debug/xmarkRunner.pdb" /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "xmarkRunner - Win32 Release"
|
# Name "xmarkRunner - Win32 Release"
|
||||||
# Name "xmarkRunner - Win32 Debug"
|
# Name "xmarkRunner - Win32 Debug"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\tests\xmark\xmark.cpp
|
SOURCE=..\..\tests\xmark\xmark.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Target
|
# End Target
|
||||||
# End Project
|
# End Project
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,90 +1,90 @@
|
||||||
# Microsoft Developer Studio Project File - Name="xqilla_cmd" - Package Owner=<4>
|
# Microsoft Developer Studio Project File - Name="xqilla_cmd" - Package Owner=<4>
|
||||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||||
# ** DO NOT EDIT **
|
# ** DO NOT EDIT **
|
||||||
|
|
||||||
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
||||||
|
|
||||||
CFG=xqilla_cmd - Win32 Debug
|
CFG=xqilla_cmd - Win32 Debug
|
||||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||||
!MESSAGE use the Export Makefile command and run
|
!MESSAGE use the Export Makefile command and run
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE NMAKE /f "xqilla_cmd.mak".
|
!MESSAGE NMAKE /f "xqilla_cmd.mak".
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE You can specify a configuration when running NMAKE
|
!MESSAGE You can specify a configuration when running NMAKE
|
||||||
!MESSAGE by defining the macro CFG on the command line. For example:
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE NMAKE /f "xqilla_cmd.mak" CFG="xqilla_cmd - Win32 Debug"
|
!MESSAGE NMAKE /f "xqilla_cmd.mak" CFG="xqilla_cmd - Win32 Debug"
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE Possible choices for configuration are:
|
!MESSAGE Possible choices for configuration are:
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "xqilla_cmd - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "xqilla_cmd - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "xqilla_cmd - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "xqilla_cmd - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=cl.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "xqilla_cmd - Win32 Release"
|
!IF "$(CFG)" == "xqilla_cmd - Win32 Release"
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
# PROP BASE Use_MFC 0
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
# PROP BASE Output_Dir "../../build/windows/VC6\Release"
|
# PROP BASE Output_Dir "../../build/windows/VC6\Release"
|
||||||
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Release\xqilla_cmd"
|
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Release\xqilla_cmd"
|
||||||
# PROP BASE Target_Dir ""
|
# PROP BASE Target_Dir ""
|
||||||
# PROP Use_MFC 0
|
# PROP Use_MFC 0
|
||||||
# PROP Use_Debug_Libraries 0
|
# PROP Use_Debug_Libraries 0
|
||||||
# PROP Output_Dir "../../build/windows/VC6\Release"
|
# PROP Output_Dir "../../build/windows/VC6\Release"
|
||||||
# PROP Intermediate_Dir "../../build/windows/VC6\Release\xqilla_cmd"
|
# PROP Intermediate_Dir "../../build/windows/VC6\Release\xqilla_cmd"
|
||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src"/I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src"/I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
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 /subsystem:console /machine:I386
|
# 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 /subsystem:console /machine:I386
|
||||||
# ADD LINK32 /libpath:../../build/windows/VC6/Release xerces-c_2.lib xqilla21.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Release /nologo /out:../../build/windows/VC6/Release/xqilla.exe /subsystem:console /machine:I386 /nodefaultlib:"libcmt"
|
# ADD LINK32 /libpath:../../build/windows/VC6/Release xerces-c_2.lib xqilla21.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Release /nologo /out:../../build/windows/VC6/Release/xqilla.exe /subsystem:console /machine:I386 /nodefaultlib:"libcmt"
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "xqilla_cmd - Win32 Debug"
|
!ELSEIF "$(CFG)" == "xqilla_cmd - Win32 Debug"
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
# PROP BASE Use_MFC 0
|
||||||
# PROP BASE Use_Debug_Libraries 1
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
# PROP BASE Output_Dir "../../build/windows/VC6\Debug"
|
# PROP BASE Output_Dir "../../build/windows/VC6\Debug"
|
||||||
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Debug\xqilla_cmd"
|
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Debug\xqilla_cmd"
|
||||||
# PROP BASE Target_Dir ""
|
# PROP BASE Target_Dir ""
|
||||||
# PROP Use_MFC 0
|
# PROP Use_MFC 0
|
||||||
# PROP Use_Debug_Libraries 1
|
# PROP Use_Debug_Libraries 1
|
||||||
# PROP Output_Dir "../../build/windows/VC6\Debug"
|
# PROP Output_Dir "../../build/windows/VC6\Debug"
|
||||||
# PROP Intermediate_Dir "../../build/windows/VC6\Debug\xqilla_cmd"
|
# PROP Intermediate_Dir "../../build/windows/VC6\Debug\xqilla_cmd"
|
||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
||||||
# ADD RSC /l 0x409 /d "_DEBUG"
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
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 /subsystem:console /debug /machine:I386 /pdbtype:sept
|
# 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 /subsystem:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD LINK32 /libpath:../../build/windows/VC6/Debug xerces-c_2d.lib xqilla21d.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Debug /nologo /out:../../build/windows/VC6/Debug/xqilla.exe /pdb:"../../build/windows/VC6/Debug/xqilla.pdb" /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt"
|
# ADD LINK32 /libpath:../../build/windows/VC6/Debug xerces-c_2d.lib xqilla21d.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Debug /nologo /out:../../build/windows/VC6/Debug/xqilla.exe /pdb:"../../build/windows/VC6/Debug/xqilla.pdb" /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "xqilla_cmd - Win32 Release"
|
# Name "xqilla_cmd - Win32 Release"
|
||||||
# Name "xqilla_cmd - Win32 Debug"
|
# Name "xqilla_cmd - Win32 Debug"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\src\samples\xqilla\xqilla-commandline.cpp
|
SOURCE=..\..\src\samples\xqilla\xqilla-commandline.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Target
|
# End Target
|
||||||
# End Project
|
# End Project
|
||||||
|
|
|
@ -1,90 +1,90 @@
|
||||||
# Microsoft Developer Studio Project File - Name="xqtsRunner" - Package Owner=<4>
|
# Microsoft Developer Studio Project File - Name="xqtsRunner" - Package Owner=<4>
|
||||||
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
# Microsoft Developer Studio Generated Build File, Format Version 6.00
|
||||||
# ** DO NOT EDIT **
|
# ** DO NOT EDIT **
|
||||||
|
|
||||||
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
# TARGTYPE "Win32 (x86) Console Application" 0x0103
|
||||||
|
|
||||||
CFG=xqtsRunner - Win32 Debug
|
CFG=xqtsRunner - Win32 Debug
|
||||||
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
||||||
!MESSAGE use the Export Makefile command and run
|
!MESSAGE use the Export Makefile command and run
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE NMAKE /f "xqtsRunner.mak".
|
!MESSAGE NMAKE /f "xqtsRunner.mak".
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE You can specify a configuration when running NMAKE
|
!MESSAGE You can specify a configuration when running NMAKE
|
||||||
!MESSAGE by defining the macro CFG on the command line. For example:
|
!MESSAGE by defining the macro CFG on the command line. For example:
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE NMAKE /f "xqtsRunner.mak" CFG="xqtsRunner - Win32 Debug"
|
!MESSAGE NMAKE /f "xqtsRunner.mak" CFG="xqtsRunner - Win32 Debug"
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE Possible choices for configuration are:
|
!MESSAGE Possible choices for configuration are:
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
!MESSAGE "xqtsRunner - Win32 Release" (based on "Win32 (x86) Console Application")
|
!MESSAGE "xqtsRunner - Win32 Release" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE "xqtsRunner - Win32 Debug" (based on "Win32 (x86) Console Application")
|
!MESSAGE "xqtsRunner - Win32 Debug" (based on "Win32 (x86) Console Application")
|
||||||
!MESSAGE
|
!MESSAGE
|
||||||
|
|
||||||
# Begin Project
|
# Begin Project
|
||||||
# PROP AllowPerConfigDependencies 0
|
# PROP AllowPerConfigDependencies 0
|
||||||
# PROP Scc_ProjName ""
|
# PROP Scc_ProjName ""
|
||||||
# PROP Scc_LocalPath ""
|
# PROP Scc_LocalPath ""
|
||||||
CPP=cl.exe
|
CPP=cl.exe
|
||||||
RSC=rc.exe
|
RSC=rc.exe
|
||||||
|
|
||||||
!IF "$(CFG)" == "xqtsRunner - Win32 Release"
|
!IF "$(CFG)" == "xqtsRunner - Win32 Release"
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
# PROP BASE Use_MFC 0
|
||||||
# PROP BASE Use_Debug_Libraries 0
|
# PROP BASE Use_Debug_Libraries 0
|
||||||
# PROP BASE Output_Dir "../../build/windows/VC6\Release"
|
# PROP BASE Output_Dir "../../build/windows/VC6\Release"
|
||||||
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Release\xqtsRunner"
|
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Release\xqtsRunner"
|
||||||
# PROP BASE Target_Dir ""
|
# PROP BASE Target_Dir ""
|
||||||
# PROP Use_MFC 0
|
# PROP Use_MFC 0
|
||||||
# PROP Use_Debug_Libraries 0
|
# PROP Use_Debug_Libraries 0
|
||||||
# PROP Output_Dir "../../build/windows/VC6\Release"
|
# PROP Output_Dir "../../build/windows/VC6\Release"
|
||||||
# PROP Intermediate_Dir "../../build/windows/VC6\Release\xqtsRunner"
|
# PROP Intermediate_Dir "../../build/windows/VC6\Release\xqtsRunner"
|
||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src"/I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src"/I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
# ADD BASE RSC /l 0x409 /d "NDEBUG"
|
||||||
# ADD RSC /l 0x409 /d "NDEBUG"
|
# ADD RSC /l 0x409 /d "NDEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
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 /subsystem:console /machine:I386
|
# 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 /subsystem:console /machine:I386
|
||||||
# ADD LINK32 /libpath:../../build/windows/VC6/Release xerces-c_2.lib xqilla21.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Release /nologo /out:../../build/windows/VC6/Release/xqtsRunner.exe /subsystem:console /machine:I386 /nodefaultlib:"libcmt"
|
# ADD LINK32 /libpath:../../build/windows/VC6/Release xerces-c_2.lib xqilla21.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Release /nologo /out:../../build/windows/VC6/Release/xqtsRunner.exe /subsystem:console /machine:I386 /nodefaultlib:"libcmt"
|
||||||
|
|
||||||
!ELSEIF "$(CFG)" == "xqtsRunner - Win32 Debug"
|
!ELSEIF "$(CFG)" == "xqtsRunner - Win32 Debug"
|
||||||
|
|
||||||
# PROP BASE Use_MFC 0
|
# PROP BASE Use_MFC 0
|
||||||
# PROP BASE Use_Debug_Libraries 1
|
# PROP BASE Use_Debug_Libraries 1
|
||||||
# PROP BASE Output_Dir "../../build/windows/VC6\Debug"
|
# PROP BASE Output_Dir "../../build/windows/VC6\Debug"
|
||||||
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Debug\xqtsRunner"
|
# PROP BASE Intermediate_Dir "../../build/windows/VC6\Debug\xqtsRunner"
|
||||||
# PROP BASE Target_Dir ""
|
# PROP BASE Target_Dir ""
|
||||||
# PROP Use_MFC 0
|
# PROP Use_MFC 0
|
||||||
# PROP Use_Debug_Libraries 1
|
# PROP Use_Debug_Libraries 1
|
||||||
# PROP Output_Dir "../../build/windows/VC6\Debug"
|
# PROP Output_Dir "../../build/windows/VC6\Debug"
|
||||||
# PROP Intermediate_Dir "../../build/windows/VC6\Debug\xqtsRunner"
|
# PROP Intermediate_Dir "../../build/windows/VC6\Debug\xqtsRunner"
|
||||||
# PROP Ignore_Export_Lib 0
|
# PROP Ignore_Export_Lib 0
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "." /I "../../include" /I "../../../xerces-c-src/include" /I "../../../xerces-c-src/src" /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
|
||||||
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
# ADD BASE RSC /l 0x409 /d "_DEBUG"
|
||||||
# ADD RSC /l 0x409 /d "_DEBUG"
|
# ADD RSC /l 0x409 /d "_DEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
# ADD BASE BSC32 /nologo
|
# ADD BASE BSC32 /nologo
|
||||||
# ADD BSC32 /nologo
|
# ADD BSC32 /nologo
|
||||||
LINK32=link.exe
|
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 /subsystem:console /debug /machine:I386 /pdbtype:sept
|
# 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 /subsystem:console /debug /machine:I386 /pdbtype:sept
|
||||||
# ADD LINK32 /libpath:../../build/windows/VC6/Debug xerces-c_2d.lib xqilla21d.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Debug /nologo /out:../../build/windows/VC6/Debug/xqtsRunner.exe /pdb:"../../build/windows/VC6/Debug/xqtsRunner.pdb" /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt"
|
# ADD LINK32 /libpath:../../build/windows/VC6/Debug xerces-c_2d.lib xqilla21d.lib /libpath:../../../xerces-c-src/Build/Win32/VC6/Debug /nologo /out:../../build/windows/VC6/Debug/xqtsRunner.exe /pdb:"../../build/windows/VC6/Debug/xqtsRunner.pdb" /subsystem:console /debug /machine:I386 /nodefaultlib:"libcmt"
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
# Begin Target
|
# Begin Target
|
||||||
|
|
||||||
# Name "xqtsRunner - Win32 Release"
|
# Name "xqtsRunner - Win32 Release"
|
||||||
# Name "xqtsRunner - Win32 Debug"
|
# Name "xqtsRunner - Win32 Debug"
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\tests\xqts\runner.cpp
|
SOURCE=..\..\tests\xqts\runner.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Target
|
# End Target
|
||||||
# End Project
|
# End Project
|
||||||
|
|
|
@ -1,115 +1,115 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 8.00
|
Microsoft Visual Studio Solution File, Format Version 8.00
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqilla", "XQilla.vcproj", "{63E85107-41E0-4FC7-8083-40E85861B426}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqilla", "XQilla.vcproj", "{63E85107-41E0-4FC7-8083-40E85861B426}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqilla_static", "xqilla_static.vcproj", "{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqilla_static", "xqilla_static.vcproj", "{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqilla_cmd", "xqilla_cmd.vcproj", "{44F4673C-C971-4085-8750-3BA0D7FE6FD2}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqilla_cmd", "xqilla_cmd.vcproj", "{44F4673C-C971-4085-8750-3BA0D7FE6FD2}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqilla_cmd_static", "xqilla_cmd_static.vcproj", "{411BCA29-C615-4E4F-B6F0-07580823EC0B}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqilla_cmd_static", "xqilla_cmd_static.vcproj", "{411BCA29-C615-4E4F-B6F0-07580823EC0B}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1} = {B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}
|
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1} = {B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simple-basic", "simple-basic.vcproj", "{C03914F5-AA13-4B1C-A4B0-8FD6560AB573}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simple-basic", "simple-basic.vcproj", "{C03914F5-AA13-4B1C-A4B0-8FD6560AB573}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simple-context-item", "simple-context-item.vcproj", "{55BEA039-4B29-4909-902A-9DD4BEADBCD0}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simple-context-item", "simple-context-item.vcproj", "{55BEA039-4B29-4909-902A-9DD4BEADBCD0}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dom-basic", "dom-basic.vcproj", "{6672DE96-EA92-44A2-900E-6868A86FB044}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dom-basic", "dom-basic.vcproj", "{6672DE96-EA92-44A2-900E-6868A86FB044}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dom-context-item", "dom-context-item.vcproj", "{E1A71F82-696D-4439-B647-CE04D75E49DC}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dom-context-item", "dom-context-item.vcproj", "{E1A71F82-696D-4439-B647-CE04D75E49DC}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dom-resolver", "dom-resolver.vcproj", "{31B7B9AA-109C-4B71-ADA6-274A6420969E}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dom-resolver", "dom-resolver.vcproj", "{31B7B9AA-109C-4B71-ADA6-274A6420969E}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqtsRunner", "xqtsRunner.vcproj", "{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqtsRunner", "xqtsRunner.vcproj", "{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmarkRunner", "xmarkRunner.vcproj", "{619264FA-3730-43C4-A903-0EAA453527AC}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmarkRunner", "xmarkRunner.vcproj", "{619264FA-3730-43C4-A903-0EAA453527AC}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfiguration) = preSolution
|
GlobalSection(SolutionConfiguration) = preSolution
|
||||||
Debug = Debug
|
Debug = Debug
|
||||||
Release = Release
|
Release = Release
|
||||||
Debug AMD64 = Debug AMD64
|
Debug AMD64 = Debug AMD64
|
||||||
Release AMD64 = Release AMD64
|
Release AMD64 = Release AMD64
|
||||||
Debug IA64 = Debug IA64
|
Debug IA64 = Debug IA64
|
||||||
Release IA64 = Release IA64
|
Release IA64 = Release IA64
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfiguration) = postSolution
|
GlobalSection(ProjectConfiguration) = postSolution
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426}.Debug.ActiveCfg = Debug|Win32
|
{63E85107-41E0-4FC7-8083-40E85861B426}.Debug.ActiveCfg = Debug|Win32
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426}.Debug.Build.0 = Debug|Win32
|
{63E85107-41E0-4FC7-8083-40E85861B426}.Debug.Build.0 = Debug|Win32
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426}.Release.ActiveCfg = Release|Win32
|
{63E85107-41E0-4FC7-8083-40E85861B426}.Release.ActiveCfg = Release|Win32
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426}.Release.Build.0 = Release|Win32
|
{63E85107-41E0-4FC7-8083-40E85861B426}.Release.Build.0 = Release|Win32
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426}.Debug IA64.ActiveCfg = Debug IA64|Win32
|
{63E85107-41E0-4FC7-8083-40E85861B426}.Debug IA64.ActiveCfg = Debug IA64|Win32
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426}.Debug IA64.Build.0 = Debug IA64|Win32
|
{63E85107-41E0-4FC7-8083-40E85861B426}.Debug IA64.Build.0 = Debug IA64|Win32
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426}.Release IA64.ActiveCfg = Release IA64|Win32
|
{63E85107-41E0-4FC7-8083-40E85861B426}.Release IA64.ActiveCfg = Release IA64|Win32
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426}.Release IA64.Build.0 = Release IA64|Win32
|
{63E85107-41E0-4FC7-8083-40E85861B426}.Release IA64.Build.0 = Release IA64|Win32
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426}.Debug AMD64.ActiveCfg = Debug AMD64|Win32
|
{63E85107-41E0-4FC7-8083-40E85861B426}.Debug AMD64.ActiveCfg = Debug AMD64|Win32
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426}.Debug AMD64.Build.0 = Debug AMD64|Win32
|
{63E85107-41E0-4FC7-8083-40E85861B426}.Debug AMD64.Build.0 = Debug AMD64|Win32
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426}.Release AMD64.ActiveCfg = Release AMD64|Win32
|
{63E85107-41E0-4FC7-8083-40E85861B426}.Release AMD64.ActiveCfg = Release AMD64|Win32
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426}.Release AMD64.Build.0 = Release AMD64|Win32
|
{63E85107-41E0-4FC7-8083-40E85861B426}.Release AMD64.Build.0 = Release AMD64|Win32
|
||||||
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Debug.ActiveCfg = Debug|Win32
|
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Debug.ActiveCfg = Debug|Win32
|
||||||
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Debug.Build.0 = Debug|Win32
|
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Debug.Build.0 = Debug|Win32
|
||||||
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Release.ActiveCfg = Release|Win32
|
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Release.ActiveCfg = Release|Win32
|
||||||
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Release.Build.0 = Release|Win32
|
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Release.Build.0 = Release|Win32
|
||||||
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Debug IA64.ActiveCfg = Debug IA64|Win32
|
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Debug IA64.ActiveCfg = Debug IA64|Win32
|
||||||
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Debug IA64.Build.0 = Debug IA64|Win32
|
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Debug IA64.Build.0 = Debug IA64|Win32
|
||||||
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Release IA64.ActiveCfg = Release IA64|Win32
|
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Release IA64.ActiveCfg = Release IA64|Win32
|
||||||
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Release IA64.Build.0 = Release IA64|Win32
|
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Release IA64.Build.0 = Release IA64|Win32
|
||||||
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Debug AMD64.ActiveCfg = Debug AMD64|Win32
|
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Debug AMD64.ActiveCfg = Debug AMD64|Win32
|
||||||
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Debug AMD64.Build.0 = Debug AMD64|Win32
|
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Debug AMD64.Build.0 = Debug AMD64|Win32
|
||||||
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Release AMD64.ActiveCfg = Release AMD64|Win32
|
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Release AMD64.ActiveCfg = Release AMD64|Win32
|
||||||
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Release AMD64.Build.0 = Release AMD64|Win32
|
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Release AMD64.Build.0 = Release AMD64|Win32
|
||||||
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Debug.ActiveCfg = Debug|Win32
|
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Debug.ActiveCfg = Debug|Win32
|
||||||
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Debug.Build.0 = Debug|Win32
|
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Debug.Build.0 = Debug|Win32
|
||||||
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Release.ActiveCfg = Release|Win32
|
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Release.ActiveCfg = Release|Win32
|
||||||
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Release.Build.0 = Release|Win32
|
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Release.Build.0 = Release|Win32
|
||||||
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Debug IA64.ActiveCfg = Debug IA64|Win32
|
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Debug IA64.ActiveCfg = Debug IA64|Win32
|
||||||
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Debug IA64.Build.0 = Debug IA64|Win32
|
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Debug IA64.Build.0 = Debug IA64|Win32
|
||||||
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Release IA64.ActiveCfg = Release IA64|Win32
|
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Release IA64.ActiveCfg = Release IA64|Win32
|
||||||
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Release IA64.Build.0 = Release IA64|Win32
|
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Release IA64.Build.0 = Release IA64|Win32
|
||||||
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Debug AMD64.ActiveCfg = Debug AMD64|Win32
|
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Debug AMD64.ActiveCfg = Debug AMD64|Win32
|
||||||
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Debug AMD64.Build.0 = Debug AMD64|Win32
|
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Debug AMD64.Build.0 = Debug AMD64|Win32
|
||||||
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Release AMD64.ActiveCfg = Release AMD64|Win32
|
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Release AMD64.ActiveCfg = Release AMD64|Win32
|
||||||
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Release AMD64.Build.0 = Release AMD64|Win32
|
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Release AMD64.Build.0 = Release AMD64|Win32
|
||||||
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}.Debug.ActiveCfg = Debug|Win32
|
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}.Debug.ActiveCfg = Debug|Win32
|
||||||
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}.Debug AMD64.ActiveCfg = Debug AMD64|Win32
|
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}.Debug AMD64.ActiveCfg = Debug AMD64|Win32
|
||||||
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}.Debug IA64.ActiveCfg = Debug IA64|Win32
|
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}.Debug IA64.ActiveCfg = Debug IA64|Win32
|
||||||
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}.Release.ActiveCfg = Release|Win32
|
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}.Release.ActiveCfg = Release|Win32
|
||||||
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}.Release AMD64.ActiveCfg = Release AMD64|Win32
|
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}.Release AMD64.ActiveCfg = Release AMD64|Win32
|
||||||
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}.Release IA64.ActiveCfg = Release IA64|Win32
|
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}.Release IA64.ActiveCfg = Release IA64|Win32
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ExtensibilityAddIns) = postSolution
|
GlobalSection(ExtensibilityAddIns) = postSolution
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(DPCodeReviewSolutionGUID) = preSolution
|
GlobalSection(DPCodeReviewSolutionGUID) = preSolution
|
||||||
DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
|
DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
|
|
@ -1,102 +1,102 @@
|
||||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||||
# Visual C++ Express 2005
|
# Visual C++ Express 2005
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqilla", "xqilla.vcproj", "{63E85107-41E0-4FC7-8083-40E85861B426}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqilla", "xqilla.vcproj", "{63E85107-41E0-4FC7-8083-40E85861B426}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqilla_cmd", "xqilla_cmd.vcproj", "{44F4673C-C971-4085-8750-3BA0D7FE6FD2}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqilla_cmd", "xqilla_cmd.vcproj", "{44F4673C-C971-4085-8750-3BA0D7FE6FD2}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simple-basic", "simple-basic.vcproj", "{C03914F5-AA13-4B1C-A4B0-8FD6560AB573}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simple-basic", "simple-basic.vcproj", "{C03914F5-AA13-4B1C-A4B0-8FD6560AB573}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simple-context-item", "simple-context-item.vcproj", "{55BEA039-4B29-4909-902A-9DD4BEADBCD0}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "simple-context-item", "simple-context-item.vcproj", "{55BEA039-4B29-4909-902A-9DD4BEADBCD0}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dom-basic", "dom-basic.vcproj", "{6672DE96-EA92-44A2-900E-6868A86FB044}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dom-basic", "dom-basic.vcproj", "{6672DE96-EA92-44A2-900E-6868A86FB044}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dom-context-item", "dom-context-item.vcproj", "{E1A71F82-696D-4439-B647-CE04D75E49DC}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dom-context-item", "dom-context-item.vcproj", "{E1A71F82-696D-4439-B647-CE04D75E49DC}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dom-resolver", "dom-resolver.vcproj", "{31B7B9AA-109C-4B71-ADA6-274A6420969E}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dom-resolver", "dom-resolver.vcproj", "{31B7B9AA-109C-4B71-ADA6-274A6420969E}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmarkRunner", "xmarkRunner.vcproj", "{619264FA-3730-43C4-A903-0EAA453527AC}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xmarkRunner", "xmarkRunner.vcproj", "{619264FA-3730-43C4-A903-0EAA453527AC}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqtsRunner", "xqtsRunner.vcproj", "{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqtsRunner", "xqtsRunner.vcproj", "{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
{63E85107-41E0-4FC7-8083-40E85861B426} = {63E85107-41E0-4FC7-8083-40E85861B426}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqilla_static", "xqilla_static.vcproj", "{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqilla_static", "xqilla_static.vcproj", "{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqilla_cmd_static", "xqilla_cmd_static.vcproj", "{411BCA29-C615-4E4F-B6F0-07580823EC0B}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xqilla_cmd_static", "xqilla_cmd_static.vcproj", "{411BCA29-C615-4E4F-B6F0-07580823EC0B}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1} = {B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}
|
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1} = {B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Win32 = Debug|Win32
|
Debug|Win32 = Debug|Win32
|
||||||
Release|Win32 = Release|Win32
|
Release|Win32 = Release|Win32
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426}.Debug|Win32.ActiveCfg = Debug|Win32
|
{63E85107-41E0-4FC7-8083-40E85861B426}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426}.Debug|Win32.Build.0 = Debug|Win32
|
{63E85107-41E0-4FC7-8083-40E85861B426}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426}.Release|Win32.ActiveCfg = Release|Win32
|
{63E85107-41E0-4FC7-8083-40E85861B426}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{63E85107-41E0-4FC7-8083-40E85861B426}.Release|Win32.Build.0 = Release|Win32
|
{63E85107-41E0-4FC7-8083-40E85861B426}.Release|Win32.Build.0 = Release|Win32
|
||||||
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Debug|Win32.ActiveCfg = Debug|Win32
|
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Debug|Win32.Build.0 = Debug|Win32
|
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Release|Win32.ActiveCfg = Release|Win32
|
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Release|Win32.Build.0 = Release|Win32
|
{44F4673C-C971-4085-8750-3BA0D7FE6FD2}.Release|Win32.Build.0 = Release|Win32
|
||||||
{C03914F5-AA13-4B1C-A4B0-8FD6560AB573}.Debug|Win32.ActiveCfg = Debug|Win32
|
{C03914F5-AA13-4B1C-A4B0-8FD6560AB573}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{C03914F5-AA13-4B1C-A4B0-8FD6560AB573}.Debug|Win32.Build.0 = Debug|Win32
|
{C03914F5-AA13-4B1C-A4B0-8FD6560AB573}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{C03914F5-AA13-4B1C-A4B0-8FD6560AB573}.Release|Win32.ActiveCfg = Release|Win32
|
{C03914F5-AA13-4B1C-A4B0-8FD6560AB573}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{C03914F5-AA13-4B1C-A4B0-8FD6560AB573}.Release|Win32.Build.0 = Release|Win32
|
{C03914F5-AA13-4B1C-A4B0-8FD6560AB573}.Release|Win32.Build.0 = Release|Win32
|
||||||
{55BEA039-4B29-4909-902A-9DD4BEADBCD0}.Debug|Win32.ActiveCfg = Debug|Win32
|
{55BEA039-4B29-4909-902A-9DD4BEADBCD0}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{55BEA039-4B29-4909-902A-9DD4BEADBCD0}.Debug|Win32.Build.0 = Debug|Win32
|
{55BEA039-4B29-4909-902A-9DD4BEADBCD0}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{55BEA039-4B29-4909-902A-9DD4BEADBCD0}.Release|Win32.ActiveCfg = Release|Win32
|
{55BEA039-4B29-4909-902A-9DD4BEADBCD0}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{55BEA039-4B29-4909-902A-9DD4BEADBCD0}.Release|Win32.Build.0 = Release|Win32
|
{55BEA039-4B29-4909-902A-9DD4BEADBCD0}.Release|Win32.Build.0 = Release|Win32
|
||||||
{6672DE96-EA92-44A2-900E-6868A86FB044}.Debug|Win32.ActiveCfg = Debug|Win32
|
{6672DE96-EA92-44A2-900E-6868A86FB044}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{6672DE96-EA92-44A2-900E-6868A86FB044}.Debug|Win32.Build.0 = Debug|Win32
|
{6672DE96-EA92-44A2-900E-6868A86FB044}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{6672DE96-EA92-44A2-900E-6868A86FB044}.Release|Win32.ActiveCfg = Release|Win32
|
{6672DE96-EA92-44A2-900E-6868A86FB044}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{6672DE96-EA92-44A2-900E-6868A86FB044}.Release|Win32.Build.0 = Release|Win32
|
{6672DE96-EA92-44A2-900E-6868A86FB044}.Release|Win32.Build.0 = Release|Win32
|
||||||
{E1A71F82-696D-4439-B647-CE04D75E49DC}.Debug|Win32.ActiveCfg = Debug|Win32
|
{E1A71F82-696D-4439-B647-CE04D75E49DC}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{E1A71F82-696D-4439-B647-CE04D75E49DC}.Debug|Win32.Build.0 = Debug|Win32
|
{E1A71F82-696D-4439-B647-CE04D75E49DC}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{E1A71F82-696D-4439-B647-CE04D75E49DC}.Release|Win32.ActiveCfg = Release|Win32
|
{E1A71F82-696D-4439-B647-CE04D75E49DC}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{E1A71F82-696D-4439-B647-CE04D75E49DC}.Release|Win32.Build.0 = Release|Win32
|
{E1A71F82-696D-4439-B647-CE04D75E49DC}.Release|Win32.Build.0 = Release|Win32
|
||||||
{31B7B9AA-109C-4B71-ADA6-274A6420969E}.Debug|Win32.ActiveCfg = Debug|Win32
|
{31B7B9AA-109C-4B71-ADA6-274A6420969E}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{31B7B9AA-109C-4B71-ADA6-274A6420969E}.Debug|Win32.Build.0 = Debug|Win32
|
{31B7B9AA-109C-4B71-ADA6-274A6420969E}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{31B7B9AA-109C-4B71-ADA6-274A6420969E}.Release|Win32.ActiveCfg = Release|Win32
|
{31B7B9AA-109C-4B71-ADA6-274A6420969E}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{31B7B9AA-109C-4B71-ADA6-274A6420969E}.Release|Win32.Build.0 = Release|Win32
|
{31B7B9AA-109C-4B71-ADA6-274A6420969E}.Release|Win32.Build.0 = Release|Win32
|
||||||
{619264FA-3730-43C4-A903-0EAA453527AC}.Debug|Win32.ActiveCfg = Debug|Win32
|
{619264FA-3730-43C4-A903-0EAA453527AC}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{619264FA-3730-43C4-A903-0EAA453527AC}.Debug|Win32.Build.0 = Debug|Win32
|
{619264FA-3730-43C4-A903-0EAA453527AC}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{619264FA-3730-43C4-A903-0EAA453527AC}.Release|Win32.ActiveCfg = Release|Win32
|
{619264FA-3730-43C4-A903-0EAA453527AC}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{619264FA-3730-43C4-A903-0EAA453527AC}.Release|Win32.Build.0 = Release|Win32
|
{619264FA-3730-43C4-A903-0EAA453527AC}.Release|Win32.Build.0 = Release|Win32
|
||||||
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Debug|Win32.ActiveCfg = Debug|Win32
|
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Debug|Win32.Build.0 = Debug|Win32
|
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Debug|Win32.Build.0 = Debug|Win32
|
||||||
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Release|Win32.ActiveCfg = Release|Win32
|
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Release|Win32.Build.0 = Release|Win32
|
{E8F410F3-AA0A-4E73-97DC-B444C2CBDAA3}.Release|Win32.Build.0 = Release|Win32
|
||||||
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}.Debug|Win32.ActiveCfg = Debug|Win32
|
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}.Release|Win32.ActiveCfg = Release|Win32
|
{B96FD1CF-A620-4A8A-AC4B-EBCFA324D9D1}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
{411BCA29-C615-4E4F-B6F0-07580823EC0B}.Debug|Win32.ActiveCfg = Debug|Win32
|
{411BCA29-C615-4E4F-B6F0-07580823EC0B}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||||
{411BCA29-C615-4E4F-B6F0-07580823EC0B}.Release|Win32.ActiveCfg = Release|Win32
|
{411BCA29-C615-4E4F-B6F0-07580823EC0B}.Release|Win32.ActiveCfg = Release|Win32
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
|
500
aclocal.m4
vendored
500
aclocal.m4
vendored
|
@ -18,7 +18,7 @@ you should regenerate the build system entirely.], [63])])
|
||||||
|
|
||||||
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
|
# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
|
||||||
|
|
||||||
# serial 48 Debian 1.5.22-4 AC_PROG_LIBTOOL
|
# serial 51 Debian 1.5.24-1ubuntu1 AC_PROG_LIBTOOL
|
||||||
|
|
||||||
|
|
||||||
# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
|
# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
|
||||||
|
@ -181,7 +181,7 @@ test -z "$STRIP" && STRIP=:
|
||||||
test -z "$ac_objext" && ac_objext=o
|
test -z "$ac_objext" && ac_objext=o
|
||||||
|
|
||||||
# Determine commands to create old-style static archives.
|
# Determine commands to create old-style static archives.
|
||||||
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
|
old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
|
||||||
old_postinstall_cmds='chmod 644 $oldlib'
|
old_postinstall_cmds='chmod 644 $oldlib'
|
||||||
old_postuninstall_cmds=
|
old_postuninstall_cmds=
|
||||||
|
|
||||||
|
@ -268,8 +268,9 @@ cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
|
||||||
# Check for compiler boilerplate output or warnings with
|
# Check for compiler boilerplate output or warnings with
|
||||||
# the simple compiler test code.
|
# the simple compiler test code.
|
||||||
AC_DEFUN([_LT_COMPILER_BOILERPLATE],
|
AC_DEFUN([_LT_COMPILER_BOILERPLATE],
|
||||||
[ac_outfile=conftest.$ac_objext
|
[AC_REQUIRE([LT_AC_PROG_SED])dnl
|
||||||
printf "$lt_simple_compile_test_code" >conftest.$ac_ext
|
ac_outfile=conftest.$ac_objext
|
||||||
|
echo "$lt_simple_compile_test_code" >conftest.$ac_ext
|
||||||
eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
|
eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
|
||||||
_lt_compiler_boilerplate=`cat conftest.err`
|
_lt_compiler_boilerplate=`cat conftest.err`
|
||||||
$rm conftest*
|
$rm conftest*
|
||||||
|
@ -281,8 +282,9 @@ $rm conftest*
|
||||||
# Check for linker boilerplate output or warnings with
|
# Check for linker boilerplate output or warnings with
|
||||||
# the simple link test code.
|
# the simple link test code.
|
||||||
AC_DEFUN([_LT_LINKER_BOILERPLATE],
|
AC_DEFUN([_LT_LINKER_BOILERPLATE],
|
||||||
[ac_outfile=conftest.$ac_objext
|
[AC_REQUIRE([LT_AC_PROG_SED])dnl
|
||||||
printf "$lt_simple_link_test_code" >conftest.$ac_ext
|
ac_outfile=conftest.$ac_objext
|
||||||
|
echo "$lt_simple_link_test_code" >conftest.$ac_ext
|
||||||
eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
|
eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
|
||||||
_lt_linker_boilerplate=`cat conftest.err`
|
_lt_linker_boilerplate=`cat conftest.err`
|
||||||
$rm conftest*
|
$rm conftest*
|
||||||
|
@ -298,12 +300,20 @@ $rm conftest*
|
||||||
# If we don't find anything, use the default library path according
|
# If we don't find anything, use the default library path according
|
||||||
# to the aix ld manual.
|
# to the aix ld manual.
|
||||||
AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX],
|
AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX],
|
||||||
[AC_LINK_IFELSE(AC_LANG_PROGRAM,[
|
[AC_REQUIRE([LT_AC_PROG_SED])dnl
|
||||||
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
|
AC_LINK_IFELSE(AC_LANG_PROGRAM,[
|
||||||
}'`
|
lt_aix_libpath_sed='
|
||||||
|
/Import File Strings/,/^$/ {
|
||||||
|
/^0/ {
|
||||||
|
s/^0 *\(.*\)$/\1/
|
||||||
|
p
|
||||||
|
}
|
||||||
|
}'
|
||||||
|
aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
|
||||||
# Check for a 64-bit object if we didn't find anything.
|
# Check for a 64-bit object if we didn't find anything.
|
||||||
if test -z "$aix_libpath"; then aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0 *\(.*\)$/\1/; p; }
|
if test -z "$aix_libpath"; then
|
||||||
}'`; fi],[])
|
aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
|
||||||
|
fi],[])
|
||||||
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
|
if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
|
||||||
])# _LT_AC_SYS_LIBPATH_AIX
|
])# _LT_AC_SYS_LIBPATH_AIX
|
||||||
|
|
||||||
|
@ -534,13 +544,17 @@ ia64-*-hpux*)
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
;;
|
;;
|
||||||
|
|
||||||
x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
|
x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
|
||||||
|
s390*-*linux*|sparc*-*linux*)
|
||||||
# Find out which ABI we are using.
|
# Find out which ABI we are using.
|
||||||
echo 'int i;' > conftest.$ac_ext
|
echo 'int i;' > conftest.$ac_ext
|
||||||
if AC_TRY_EVAL(ac_compile); then
|
if AC_TRY_EVAL(ac_compile); then
|
||||||
case `/usr/bin/file conftest.o` in
|
case `/usr/bin/file conftest.o` in
|
||||||
*32-bit*)
|
*32-bit*)
|
||||||
case $host in
|
case $host in
|
||||||
|
x86_64-*kfreebsd*-gnu)
|
||||||
|
LD="${LD-ld} -m elf_i386_fbsd"
|
||||||
|
;;
|
||||||
x86_64-*linux*)
|
x86_64-*linux*)
|
||||||
LD="${LD-ld} -m elf_i386"
|
LD="${LD-ld} -m elf_i386"
|
||||||
;;
|
;;
|
||||||
|
@ -557,6 +571,9 @@ x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
|
||||||
;;
|
;;
|
||||||
*64-bit*)
|
*64-bit*)
|
||||||
case $host in
|
case $host in
|
||||||
|
x86_64-*kfreebsd*-gnu)
|
||||||
|
LD="${LD-ld} -m elf_x86_64_fbsd"
|
||||||
|
;;
|
||||||
x86_64-*linux*)
|
x86_64-*linux*)
|
||||||
LD="${LD-ld} -m elf_x86_64"
|
LD="${LD-ld} -m elf_x86_64"
|
||||||
;;
|
;;
|
||||||
|
@ -628,7 +645,7 @@ AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION],
|
||||||
AC_CACHE_CHECK([$1], [$2],
|
AC_CACHE_CHECK([$1], [$2],
|
||||||
[$2=no
|
[$2=no
|
||||||
ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
|
ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
|
||||||
printf "$lt_simple_compile_test_code" > conftest.$ac_ext
|
echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
||||||
lt_compiler_flag="$3"
|
lt_compiler_flag="$3"
|
||||||
# Insert the option either (1) after the last *FLAGS variable, or
|
# Insert the option either (1) after the last *FLAGS variable, or
|
||||||
# (2) before a word containing "conftest.", or (3) at the end.
|
# (2) before a word containing "conftest.", or (3) at the end.
|
||||||
|
@ -669,11 +686,12 @@ fi
|
||||||
# ------------------------------------------------------------
|
# ------------------------------------------------------------
|
||||||
# Check whether the given compiler option works
|
# Check whether the given compiler option works
|
||||||
AC_DEFUN([AC_LIBTOOL_LINKER_OPTION],
|
AC_DEFUN([AC_LIBTOOL_LINKER_OPTION],
|
||||||
[AC_CACHE_CHECK([$1], [$2],
|
[AC_REQUIRE([LT_AC_PROG_SED])dnl
|
||||||
|
AC_CACHE_CHECK([$1], [$2],
|
||||||
[$2=no
|
[$2=no
|
||||||
save_LDFLAGS="$LDFLAGS"
|
save_LDFLAGS="$LDFLAGS"
|
||||||
LDFLAGS="$LDFLAGS $3"
|
LDFLAGS="$LDFLAGS $3"
|
||||||
printf "$lt_simple_link_test_code" > conftest.$ac_ext
|
echo "$lt_simple_link_test_code" > conftest.$ac_ext
|
||||||
if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
|
if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
|
||||||
# The linker can only warn and ignore the option if not recognized
|
# The linker can only warn and ignore the option if not recognized
|
||||||
# So say no if there are warnings
|
# So say no if there are warnings
|
||||||
|
@ -787,24 +805,27 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
# If test is not a shell built-in, we'll probably end up computing a
|
lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
|
||||||
# maximum length that is only half of the actual maximum length, but
|
if test -n "$lt_cv_sys_max_cmd_len"; then
|
||||||
# we can't tell.
|
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
|
||||||
SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
|
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
|
||||||
while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
|
else
|
||||||
|
SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
|
||||||
|
while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
|
||||||
= "XX$teststring") >/dev/null 2>&1 &&
|
= "XX$teststring") >/dev/null 2>&1 &&
|
||||||
new_result=`expr "X$teststring" : ".*" 2>&1` &&
|
new_result=`expr "X$teststring" : ".*" 2>&1` &&
|
||||||
lt_cv_sys_max_cmd_len=$new_result &&
|
lt_cv_sys_max_cmd_len=$new_result &&
|
||||||
test $i != 17 # 1/2 MB should be enough
|
test $i != 17 # 1/2 MB should be enough
|
||||||
do
|
do
|
||||||
i=`expr $i + 1`
|
i=`expr $i + 1`
|
||||||
teststring=$teststring$teststring
|
teststring=$teststring$teststring
|
||||||
done
|
done
|
||||||
teststring=
|
teststring=
|
||||||
# Add a significant safety factor because C++ compilers can tack on massive
|
# Add a significant safety factor because C++ compilers can tack on massive
|
||||||
# amounts of additional arguments before passing them to the linker.
|
# amounts of additional arguments before passing them to the linker.
|
||||||
# It appears as though 1/2 is a usable value.
|
# It appears as though 1/2 is a usable value.
|
||||||
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
|
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
])
|
])
|
||||||
|
@ -1031,7 +1052,8 @@ fi
|
||||||
# ---------------------------------
|
# ---------------------------------
|
||||||
# Check to see if options -c and -o are simultaneously supported by compiler
|
# Check to see if options -c and -o are simultaneously supported by compiler
|
||||||
AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O],
|
AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O],
|
||||||
[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
|
[AC_REQUIRE([LT_AC_PROG_SED])dnl
|
||||||
|
AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
|
||||||
AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
|
AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
|
||||||
[_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
|
[_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
|
||||||
[_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
|
[_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
|
||||||
|
@ -1039,7 +1061,7 @@ AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
|
||||||
mkdir conftest
|
mkdir conftest
|
||||||
cd conftest
|
cd conftest
|
||||||
mkdir out
|
mkdir out
|
||||||
printf "$lt_simple_compile_test_code" > conftest.$ac_ext
|
echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
||||||
|
|
||||||
lt_compiler_flag="-o out/conftest2.$ac_objext"
|
lt_compiler_flag="-o out/conftest2.$ac_objext"
|
||||||
# Insert the option either (1) after the last *FLAGS variable, or
|
# Insert the option either (1) after the last *FLAGS variable, or
|
||||||
|
@ -1179,6 +1201,7 @@ else
|
||||||
darwin*)
|
darwin*)
|
||||||
if test -n "$STRIP" ; then
|
if test -n "$STRIP" ; then
|
||||||
striplib="$STRIP -x"
|
striplib="$STRIP -x"
|
||||||
|
old_striplib="$STRIP -S"
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
else
|
else
|
||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
|
@ -1196,7 +1219,8 @@ fi
|
||||||
# -----------------------------
|
# -----------------------------
|
||||||
# PORTME Fill in your ld.so characteristics
|
# PORTME Fill in your ld.so characteristics
|
||||||
AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER],
|
AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER],
|
||||||
[AC_MSG_CHECKING([dynamic linker characteristics])
|
[AC_REQUIRE([LT_AC_PROG_SED])dnl
|
||||||
|
AC_MSG_CHECKING([dynamic linker characteristics])
|
||||||
library_names_spec=
|
library_names_spec=
|
||||||
libname_spec='lib$name'
|
libname_spec='lib$name'
|
||||||
soname_spec=
|
soname_spec=
|
||||||
|
@ -1210,20 +1234,58 @@ shlibpath_overrides_runpath=unknown
|
||||||
version_type=none
|
version_type=none
|
||||||
dynamic_linker="$host_os ld.so"
|
dynamic_linker="$host_os ld.so"
|
||||||
sys_lib_dlsearch_path_spec="/lib /usr/lib"
|
sys_lib_dlsearch_path_spec="/lib /usr/lib"
|
||||||
|
m4_if($1,[],[
|
||||||
if test "$GCC" = yes; then
|
if test "$GCC" = yes; then
|
||||||
sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
|
case $host_os in
|
||||||
if echo "$sys_lib_search_path_spec" | grep ';' >/dev/null ; then
|
darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
|
||||||
|
*) lt_awk_arg="/^libraries:/" ;;
|
||||||
|
esac
|
||||||
|
lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
|
||||||
|
if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
|
||||||
# if the path contains ";" then we assume it to be the separator
|
# if the path contains ";" then we assume it to be the separator
|
||||||
# otherwise default to the standard path separator (i.e. ":") - it is
|
# otherwise default to the standard path separator (i.e. ":") - it is
|
||||||
# assumed that no part of a normal pathname contains ";" but that should
|
# assumed that no part of a normal pathname contains ";" but that should
|
||||||
# okay in the real world where ";" in dirpaths is itself problematic.
|
# okay in the real world where ";" in dirpaths is itself problematic.
|
||||||
sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
|
lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
|
||||||
else
|
else
|
||||||
sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
|
lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
|
||||||
fi
|
fi
|
||||||
|
# Ok, now we have the path, separated by spaces, we can step through it
|
||||||
|
# and add multilib dir if necessary.
|
||||||
|
lt_tmp_lt_search_path_spec=
|
||||||
|
lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
|
||||||
|
for lt_sys_path in $lt_search_path_spec; do
|
||||||
|
if test -d "$lt_sys_path/$lt_multi_os_dir"; then
|
||||||
|
lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
|
||||||
|
else
|
||||||
|
test -d "$lt_sys_path" && \
|
||||||
|
lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
|
||||||
|
BEGIN {RS=" "; FS="/|\n";} {
|
||||||
|
lt_foo="";
|
||||||
|
lt_count=0;
|
||||||
|
for (lt_i = NF; lt_i > 0; lt_i--) {
|
||||||
|
if ($lt_i != "" && $lt_i != ".") {
|
||||||
|
if ($lt_i == "..") {
|
||||||
|
lt_count++;
|
||||||
|
} else {
|
||||||
|
if (lt_count == 0) {
|
||||||
|
lt_foo="/" $lt_i lt_foo;
|
||||||
|
} else {
|
||||||
|
lt_count--;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (lt_foo != "") { lt_freq[[lt_foo]]++; }
|
||||||
|
if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
|
||||||
|
}'`
|
||||||
|
sys_lib_search_path_spec=`echo $lt_search_path_spec`
|
||||||
else
|
else
|
||||||
sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
|
sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
|
||||||
fi
|
fi])
|
||||||
need_lib_prefix=unknown
|
need_lib_prefix=unknown
|
||||||
hardcode_into_libs=no
|
hardcode_into_libs=no
|
||||||
|
|
||||||
|
@ -1380,12 +1442,8 @@ darwin* | rhapsody*)
|
||||||
shlibpath_overrides_runpath=yes
|
shlibpath_overrides_runpath=yes
|
||||||
shlibpath_var=DYLD_LIBRARY_PATH
|
shlibpath_var=DYLD_LIBRARY_PATH
|
||||||
shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
|
shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
|
||||||
# Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
|
m4_if([$1], [],[
|
||||||
if test "$GCC" = yes; then
|
sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
|
||||||
sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
|
|
||||||
else
|
|
||||||
sys_lib_search_path_spec='/lib /usr/lib /usr/local/lib'
|
|
||||||
fi
|
|
||||||
sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
|
sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -1439,7 +1497,7 @@ freebsd* | dragonfly*)
|
||||||
shlibpath_overrides_runpath=no
|
shlibpath_overrides_runpath=no
|
||||||
hardcode_into_libs=yes
|
hardcode_into_libs=yes
|
||||||
;;
|
;;
|
||||||
freebsd*) # from 4.6 on
|
*) # from 4.6 on, and DragonFly
|
||||||
shlibpath_overrides_runpath=yes
|
shlibpath_overrides_runpath=yes
|
||||||
hardcode_into_libs=yes
|
hardcode_into_libs=yes
|
||||||
;;
|
;;
|
||||||
|
@ -1502,7 +1560,7 @@ hpux9* | hpux10* | hpux11*)
|
||||||
postinstall_cmds='chmod 555 $lib'
|
postinstall_cmds='chmod 555 $lib'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
interix3*)
|
interix[[3-9]]*)
|
||||||
version_type=linux
|
version_type=linux
|
||||||
need_lib_prefix=no
|
need_lib_prefix=no
|
||||||
need_version=no
|
need_version=no
|
||||||
|
@ -1573,7 +1631,7 @@ linux* | k*bsd*-gnu)
|
||||||
|
|
||||||
# Append ld.so.conf contents to the search path
|
# Append ld.so.conf contents to the search path
|
||||||
if test -f /etc/ld.so.conf; then
|
if test -f /etc/ld.so.conf; then
|
||||||
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
|
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
|
||||||
sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
|
sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -1679,6 +1737,10 @@ osf3* | osf4* | osf5*)
|
||||||
sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
|
sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
rdos*)
|
||||||
|
dynamic_linker=no
|
||||||
|
;;
|
||||||
|
|
||||||
solaris*)
|
solaris*)
|
||||||
version_type=linux
|
version_type=linux
|
||||||
need_lib_prefix=no
|
need_lib_prefix=no
|
||||||
|
@ -1784,7 +1846,8 @@ fi
|
||||||
# _LT_AC_TAGCONFIG
|
# _LT_AC_TAGCONFIG
|
||||||
# ----------------
|
# ----------------
|
||||||
AC_DEFUN([_LT_AC_TAGCONFIG],
|
AC_DEFUN([_LT_AC_TAGCONFIG],
|
||||||
[AC_ARG_WITH([tags],
|
[AC_REQUIRE([LT_AC_PROG_SED])dnl
|
||||||
|
AC_ARG_WITH([tags],
|
||||||
[AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
|
[AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
|
||||||
[include additional configurations @<:@automatic@:>@])],
|
[include additional configurations @<:@automatic@:>@])],
|
||||||
[tagnames="$withval"])
|
[tagnames="$withval"])
|
||||||
|
@ -2045,7 +2108,7 @@ m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP],
|
||||||
|
|
||||||
# AC_PATH_TOOL_PREFIX
|
# AC_PATH_TOOL_PREFIX
|
||||||
# -------------------
|
# -------------------
|
||||||
# find a file program which can recognise shared library
|
# find a file program which can recognize shared library
|
||||||
AC_DEFUN([AC_PATH_TOOL_PREFIX],
|
AC_DEFUN([AC_PATH_TOOL_PREFIX],
|
||||||
[AC_REQUIRE([AC_PROG_EGREP])dnl
|
[AC_REQUIRE([AC_PROG_EGREP])dnl
|
||||||
AC_MSG_CHECKING([for $1])
|
AC_MSG_CHECKING([for $1])
|
||||||
|
@ -2108,7 +2171,7 @@ fi
|
||||||
|
|
||||||
# AC_PATH_MAGIC
|
# AC_PATH_MAGIC
|
||||||
# -------------
|
# -------------
|
||||||
# find a file program which can recognise a shared library
|
# find a file program which can recognize a shared library
|
||||||
AC_DEFUN([AC_PATH_MAGIC],
|
AC_DEFUN([AC_PATH_MAGIC],
|
||||||
[AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
|
[AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
|
||||||
if test -z "$lt_cv_path_MAGIC_CMD"; then
|
if test -z "$lt_cv_path_MAGIC_CMD"; then
|
||||||
|
@ -2255,7 +2318,7 @@ esac
|
||||||
# how to check for library dependencies
|
# how to check for library dependencies
|
||||||
# -- PORTME fill in with the dynamic library characteristics
|
# -- PORTME fill in with the dynamic library characteristics
|
||||||
AC_DEFUN([AC_DEPLIBS_CHECK_METHOD],
|
AC_DEFUN([AC_DEPLIBS_CHECK_METHOD],
|
||||||
[AC_CACHE_CHECK([how to recognise dependent libraries],
|
[AC_CACHE_CHECK([how to recognize dependent libraries],
|
||||||
lt_cv_deplibs_check_method,
|
lt_cv_deplibs_check_method,
|
||||||
[lt_cv_file_magic_cmd='$MAGIC_CMD'
|
[lt_cv_file_magic_cmd='$MAGIC_CMD'
|
||||||
lt_cv_file_magic_test_file=
|
lt_cv_file_magic_test_file=
|
||||||
|
@ -2294,9 +2357,15 @@ cygwin*)
|
||||||
|
|
||||||
mingw* | pw32*)
|
mingw* | pw32*)
|
||||||
# Base MSYS/MinGW do not provide the 'file' command needed by
|
# Base MSYS/MinGW do not provide the 'file' command needed by
|
||||||
# func_win32_libid shell function, so use a weaker test based on 'objdump'.
|
# func_win32_libid shell function, so use a weaker test based on 'objdump',
|
||||||
lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
|
# unless we find 'file', for example because we are cross-compiling.
|
||||||
lt_cv_file_magic_cmd='$OBJDUMP -f'
|
if ( file / ) >/dev/null 2>&1; then
|
||||||
|
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
|
||||||
|
lt_cv_file_magic_cmd='func_win32_libid'
|
||||||
|
else
|
||||||
|
lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
|
||||||
|
lt_cv_file_magic_cmd='$OBJDUMP -f'
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
darwin* | rhapsody*)
|
darwin* | rhapsody*)
|
||||||
|
@ -2341,7 +2410,7 @@ hpux10.20* | hpux11*)
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
interix3*)
|
interix[[3-9]]*)
|
||||||
# PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
|
# PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
|
||||||
lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
|
lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
|
||||||
;;
|
;;
|
||||||
|
@ -2391,6 +2460,10 @@ osf3* | osf4* | osf5*)
|
||||||
lt_cv_deplibs_check_method=pass_all
|
lt_cv_deplibs_check_method=pass_all
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
rdos*)
|
||||||
|
lt_cv_deplibs_check_method=pass_all
|
||||||
|
;;
|
||||||
|
|
||||||
solaris*)
|
solaris*)
|
||||||
lt_cv_deplibs_check_method=pass_all
|
lt_cv_deplibs_check_method=pass_all
|
||||||
;;
|
;;
|
||||||
|
@ -2443,7 +2516,7 @@ AC_DEFUN([AC_PROG_NM],
|
||||||
lt_cv_path_NM="$NM"
|
lt_cv_path_NM="$NM"
|
||||||
else
|
else
|
||||||
lt_nm_to_check="${ac_tool_prefix}nm"
|
lt_nm_to_check="${ac_tool_prefix}nm"
|
||||||
if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
|
if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
|
||||||
lt_nm_to_check="$lt_nm_to_check nm"
|
lt_nm_to_check="$lt_nm_to_check nm"
|
||||||
fi
|
fi
|
||||||
for lt_tmp_nm in $lt_nm_to_check; do
|
for lt_tmp_nm in $lt_nm_to_check; do
|
||||||
|
@ -2659,10 +2732,10 @@ objext=o
|
||||||
_LT_AC_TAGVAR(objext, $1)=$objext
|
_LT_AC_TAGVAR(objext, $1)=$objext
|
||||||
|
|
||||||
# Code to be used in simple compile tests
|
# Code to be used in simple compile tests
|
||||||
lt_simple_compile_test_code="int some_variable = 0;\n"
|
lt_simple_compile_test_code="int some_variable = 0;"
|
||||||
|
|
||||||
# Code to be used in simple link tests
|
# Code to be used in simple link tests
|
||||||
lt_simple_link_test_code='int main(){return(0);}\n'
|
lt_simple_link_test_code='int main(){return(0);}'
|
||||||
|
|
||||||
_LT_AC_SYS_COMPILER
|
_LT_AC_SYS_COMPILER
|
||||||
|
|
||||||
|
@ -2764,10 +2837,10 @@ objext=o
|
||||||
_LT_AC_TAGVAR(objext, $1)=$objext
|
_LT_AC_TAGVAR(objext, $1)=$objext
|
||||||
|
|
||||||
# Code to be used in simple compile tests
|
# Code to be used in simple compile tests
|
||||||
lt_simple_compile_test_code="int some_variable = 0;\n"
|
lt_simple_compile_test_code="int some_variable = 0;"
|
||||||
|
|
||||||
# Code to be used in simple link tests
|
# Code to be used in simple link tests
|
||||||
lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }\n'
|
lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
|
||||||
|
|
||||||
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
||||||
_LT_AC_SYS_COMPILER
|
_LT_AC_SYS_COMPILER
|
||||||
|
@ -2913,7 +2986,7 @@ case $host_os in
|
||||||
strings "$collect2name" | grep resolve_lib_name >/dev/null
|
strings "$collect2name" | grep resolve_lib_name >/dev/null
|
||||||
then
|
then
|
||||||
# We have reworked collect2
|
# We have reworked collect2
|
||||||
_LT_AC_TAGVAR(hardcode_direct, $1)=yes
|
:
|
||||||
else
|
else
|
||||||
# We have old collect2
|
# We have old collect2
|
||||||
_LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
|
_LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
|
||||||
|
@ -3072,10 +3145,10 @@ case $host_os in
|
||||||
case $cc_basename in
|
case $cc_basename in
|
||||||
xlc*)
|
xlc*)
|
||||||
output_verbose_link_cmd='echo'
|
output_verbose_link_cmd='echo'
|
||||||
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
|
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
|
||||||
_LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
|
_LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
|
||||||
# Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
|
# Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
|
||||||
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
||||||
_LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
_LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
@ -3158,9 +3231,7 @@ case $host_os in
|
||||||
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
|
_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
|
||||||
|
|
||||||
case $host_cpu in
|
case $host_cpu in
|
||||||
hppa*64*|ia64*)
|
hppa*64*|ia64*) ;;
|
||||||
_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
|
|
||||||
;;
|
|
||||||
*)
|
*)
|
||||||
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
||||||
;;
|
;;
|
||||||
|
@ -3228,7 +3299,7 @@ case $host_os in
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
interix3*)
|
interix[[3-9]]*)
|
||||||
_LT_AC_TAGVAR(hardcode_direct, $1)=no
|
_LT_AC_TAGVAR(hardcode_direct, $1)=no
|
||||||
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
||||||
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
||||||
|
@ -3348,6 +3419,29 @@ case $host_os in
|
||||||
# dependencies.
|
# dependencies.
|
||||||
output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
|
output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
case `$CC -V 2>&1 | sed 5q` in
|
||||||
|
*Sun\ C*)
|
||||||
|
# Sun C++ 5.9
|
||||||
|
_LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
|
||||||
|
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
|
||||||
|
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
|
||||||
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
||||||
|
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
|
||||||
|
|
||||||
|
# Not sure whether something based on
|
||||||
|
# $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
|
||||||
|
# would be better.
|
||||||
|
output_verbose_link_cmd='echo'
|
||||||
|
|
||||||
|
# Archives containing C++ object files must be created using
|
||||||
|
# "CC -xar", where "CC" is the Sun C++ compiler. This is
|
||||||
|
# necessary to make sure instantiated templates are included
|
||||||
|
# in the archive.
|
||||||
|
_LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
lynxos*)
|
lynxos*)
|
||||||
|
@ -3386,16 +3480,20 @@ case $host_os in
|
||||||
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
||||||
;;
|
;;
|
||||||
openbsd*)
|
openbsd*)
|
||||||
_LT_AC_TAGVAR(hardcode_direct, $1)=yes
|
if test -f /usr/libexec/ld.so; then
|
||||||
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
_LT_AC_TAGVAR(hardcode_direct, $1)=yes
|
||||||
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
||||||
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
|
||||||
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
||||||
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
|
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||||
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
|
||||||
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
|
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
||||||
|
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
|
||||||
|
fi
|
||||||
|
output_verbose_link_cmd='echo'
|
||||||
|
else
|
||||||
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
||||||
fi
|
fi
|
||||||
output_verbose_link_cmd='echo'
|
|
||||||
;;
|
;;
|
||||||
osf3*)
|
osf3*)
|
||||||
case $cc_basename in
|
case $cc_basename in
|
||||||
|
@ -3557,15 +3655,10 @@ case $host_os in
|
||||||
case $host_os in
|
case $host_os in
|
||||||
solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
|
solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
|
||||||
*)
|
*)
|
||||||
# The C++ compiler is used as linker so we must use $wl
|
# The compiler driver will combine and reorder linker options,
|
||||||
# flag to pass the commands to the underlying system
|
# but understands `-z linker_flag'.
|
||||||
# linker. We must also pass each convience library through
|
|
||||||
# to the system linker between allextract/defaultextract.
|
|
||||||
# The C++ compiler will combine linker options so we
|
|
||||||
# cannot just pass the convience library names through
|
|
||||||
# without $wl.
|
|
||||||
# Supported since Solaris 2.6 (maybe 2.5.1?)
|
# Supported since Solaris 2.6 (maybe 2.5.1?)
|
||||||
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract'
|
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
|
_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
|
||||||
|
@ -3612,6 +3705,12 @@ case $host_os in
|
||||||
fi
|
fi
|
||||||
|
|
||||||
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
|
||||||
|
case $host_os in
|
||||||
|
solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
|
||||||
|
*)
|
||||||
|
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
|
||||||
|
;;
|
||||||
|
esac
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -3855,7 +3954,7 @@ $rm -f confest.$objext
|
||||||
# PORTME: override above test on systems where it is broken
|
# PORTME: override above test on systems where it is broken
|
||||||
ifelse([$1],[CXX],
|
ifelse([$1],[CXX],
|
||||||
[case $host_os in
|
[case $host_os in
|
||||||
interix3*)
|
interix[[3-9]]*)
|
||||||
# Interix 3.5 installs completely hosed .la files for C++, so rather than
|
# Interix 3.5 installs completely hosed .la files for C++, so rather than
|
||||||
# hack all around it, let's just trust "g++" to DTRT.
|
# hack all around it, let's just trust "g++" to DTRT.
|
||||||
_LT_AC_TAGVAR(predep_objects,$1)=
|
_LT_AC_TAGVAR(predep_objects,$1)=
|
||||||
|
@ -3863,13 +3962,46 @@ interix3*)
|
||||||
_LT_AC_TAGVAR(postdeps,$1)=
|
_LT_AC_TAGVAR(postdeps,$1)=
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
linux*)
|
||||||
|
case `$CC -V 2>&1 | sed 5q` in
|
||||||
|
*Sun\ C*)
|
||||||
|
# Sun C++ 5.9
|
||||||
|
#
|
||||||
|
# The more standards-conforming stlport4 library is
|
||||||
|
# incompatible with the Cstd library. Avoid specifying
|
||||||
|
# it if it's in CXXFLAGS. Ignore libCrun as
|
||||||
|
# -library=stlport4 depends on it.
|
||||||
|
case " $CXX $CXXFLAGS " in
|
||||||
|
*" -library=stlport4 "*)
|
||||||
|
solaris_use_stlport4=yes
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
if test "$solaris_use_stlport4" != yes; then
|
||||||
|
_LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
|
|
||||||
solaris*)
|
solaris*)
|
||||||
case $cc_basename in
|
case $cc_basename in
|
||||||
CC*)
|
CC*)
|
||||||
|
# The more standards-conforming stlport4 library is
|
||||||
|
# incompatible with the Cstd library. Avoid specifying
|
||||||
|
# it if it's in CXXFLAGS. Ignore libCrun as
|
||||||
|
# -library=stlport4 depends on it.
|
||||||
|
case " $CXX $CXXFLAGS " in
|
||||||
|
*" -library=stlport4 "*)
|
||||||
|
solaris_use_stlport4=yes
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
# Adding this requires a known-good setup of shared libraries for
|
# Adding this requires a known-good setup of shared libraries for
|
||||||
# Sun compiler versions before 5.6, else PIC objects from an old
|
# Sun compiler versions before 5.6, else PIC objects from an old
|
||||||
# archive will be linked into the output, leading to subtle bugs.
|
# archive will be linked into the output, leading to subtle bugs.
|
||||||
_LT_AC_TAGVAR(postdeps,$1)='-lCstd -lCrun'
|
if test "$solaris_use_stlport4" != yes; then
|
||||||
|
_LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
@ -3918,10 +4050,17 @@ objext=o
|
||||||
_LT_AC_TAGVAR(objext, $1)=$objext
|
_LT_AC_TAGVAR(objext, $1)=$objext
|
||||||
|
|
||||||
# Code to be used in simple compile tests
|
# Code to be used in simple compile tests
|
||||||
lt_simple_compile_test_code=" subroutine t\n return\n end\n"
|
lt_simple_compile_test_code="\
|
||||||
|
subroutine t
|
||||||
|
return
|
||||||
|
end
|
||||||
|
"
|
||||||
|
|
||||||
# Code to be used in simple link tests
|
# Code to be used in simple link tests
|
||||||
lt_simple_link_test_code=" program t\n end\n"
|
lt_simple_link_test_code="\
|
||||||
|
program t
|
||||||
|
end
|
||||||
|
"
|
||||||
|
|
||||||
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
||||||
_LT_AC_SYS_COMPILER
|
_LT_AC_SYS_COMPILER
|
||||||
|
@ -4000,10 +4139,10 @@ objext=o
|
||||||
_LT_AC_TAGVAR(objext, $1)=$objext
|
_LT_AC_TAGVAR(objext, $1)=$objext
|
||||||
|
|
||||||
# Code to be used in simple compile tests
|
# Code to be used in simple compile tests
|
||||||
lt_simple_compile_test_code="class foo {}\n"
|
lt_simple_compile_test_code="class foo {}"
|
||||||
|
|
||||||
# Code to be used in simple link tests
|
# Code to be used in simple link tests
|
||||||
lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }\n'
|
lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
|
||||||
|
|
||||||
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
# ltmain only uses $CC for tagged configurations so make sure $CC is set.
|
||||||
_LT_AC_SYS_COMPILER
|
_LT_AC_SYS_COMPILER
|
||||||
|
@ -4056,7 +4195,7 @@ objext=o
|
||||||
_LT_AC_TAGVAR(objext, $1)=$objext
|
_LT_AC_TAGVAR(objext, $1)=$objext
|
||||||
|
|
||||||
# Code to be used in simple compile tests
|
# Code to be used in simple compile tests
|
||||||
lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }\n'
|
lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
|
||||||
|
|
||||||
# Code to be used in simple link tests
|
# Code to be used in simple link tests
|
||||||
lt_simple_link_test_code="$lt_simple_compile_test_code"
|
lt_simple_link_test_code="$lt_simple_compile_test_code"
|
||||||
|
@ -4145,6 +4284,7 @@ if test -f "$ltmain"; then
|
||||||
_LT_AC_TAGVAR(module_cmds, $1) \
|
_LT_AC_TAGVAR(module_cmds, $1) \
|
||||||
_LT_AC_TAGVAR(module_expsym_cmds, $1) \
|
_LT_AC_TAGVAR(module_expsym_cmds, $1) \
|
||||||
_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
|
_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
|
||||||
|
_LT_AC_TAGVAR(fix_srcfile_path, $1) \
|
||||||
_LT_AC_TAGVAR(exclude_expsyms, $1) \
|
_LT_AC_TAGVAR(exclude_expsyms, $1) \
|
||||||
_LT_AC_TAGVAR(include_expsyms, $1); do
|
_LT_AC_TAGVAR(include_expsyms, $1); do
|
||||||
|
|
||||||
|
@ -4191,7 +4331,7 @@ ifelse([$1], [],
|
||||||
# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
|
# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
|
||||||
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
|
||||||
#
|
#
|
||||||
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
|
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
|
||||||
# Free Software Foundation, Inc.
|
# Free Software Foundation, Inc.
|
||||||
#
|
#
|
||||||
# This file is part of GNU Libtool:
|
# This file is part of GNU Libtool:
|
||||||
|
@ -4516,7 +4656,7 @@ sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
|
||||||
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
|
sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
|
||||||
|
|
||||||
# Fix the shell variable \$srcfile for the compiler.
|
# Fix the shell variable \$srcfile for the compiler.
|
||||||
fix_srcfile_path="$_LT_AC_TAGVAR(fix_srcfile_path, $1)"
|
fix_srcfile_path=$lt_fix_srcfile_path
|
||||||
|
|
||||||
# Set to yes if exported symbols are required.
|
# Set to yes if exported symbols are required.
|
||||||
always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
|
always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
|
||||||
|
@ -4599,6 +4739,7 @@ fi
|
||||||
# ---------------------------------
|
# ---------------------------------
|
||||||
AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE],
|
AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE],
|
||||||
[AC_REQUIRE([AC_CANONICAL_HOST])
|
[AC_REQUIRE([AC_CANONICAL_HOST])
|
||||||
|
AC_REQUIRE([LT_AC_PROG_SED])
|
||||||
AC_REQUIRE([AC_PROG_NM])
|
AC_REQUIRE([AC_PROG_NM])
|
||||||
AC_REQUIRE([AC_OBJEXT])
|
AC_REQUIRE([AC_OBJEXT])
|
||||||
# Check for command to grab the raw symbol name followed by C symbol from nm.
|
# Check for command to grab the raw symbol name followed by C symbol from nm.
|
||||||
|
@ -4825,12 +4966,14 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
|
||||||
# like `-m68040'.
|
# like `-m68040'.
|
||||||
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
|
||||||
;;
|
;;
|
||||||
beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
|
beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
|
||||||
# PIC is the default for these OSes.
|
# PIC is the default for these OSes.
|
||||||
;;
|
;;
|
||||||
mingw* | os2* | pw32*)
|
mingw* | cygwin* | os2* | pw32*)
|
||||||
# This hack is so that the source file can tell whether it is being
|
# This hack is so that the source file can tell whether it is being
|
||||||
# built for inclusion in a dll (and should export symbols for example).
|
# built for inclusion in a dll (and should export symbols for example).
|
||||||
|
# Although the cygwin gcc ignores -fPIC, still need this for old-style
|
||||||
|
# (--disable-auto-import) libraries
|
||||||
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
|
||||||
;;
|
;;
|
||||||
darwin* | rhapsody*)
|
darwin* | rhapsody*)
|
||||||
|
@ -4842,7 +4985,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
|
||||||
# DJGPP does not support shared libraries at all
|
# DJGPP does not support shared libraries at all
|
||||||
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
|
||||||
;;
|
;;
|
||||||
interix3*)
|
interix[[3-9]]*)
|
||||||
# Interix 3.x gcc -fpic/-fPIC options generate broken code.
|
# Interix 3.x gcc -fpic/-fPIC options generate broken code.
|
||||||
# Instead, we relocate shared libraries at runtime.
|
# Instead, we relocate shared libraries at runtime.
|
||||||
;;
|
;;
|
||||||
|
@ -4978,6 +5121,14 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
|
||||||
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
case `$CC -V 2>&1 | sed 5q` in
|
||||||
|
*Sun\ C*)
|
||||||
|
# Sun C++ 5.9
|
||||||
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
||||||
|
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
||||||
|
_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
|
||||||
|
;;
|
||||||
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
@ -5098,13 +5249,15 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
|
||||||
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
beos* | cygwin* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
|
beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
|
||||||
# PIC is the default for these OSes.
|
# PIC is the default for these OSes.
|
||||||
;;
|
;;
|
||||||
|
|
||||||
mingw* | pw32* | os2*)
|
mingw* | cygwin* | pw32* | os2*)
|
||||||
# This hack is so that the source file can tell whether it is being
|
# This hack is so that the source file can tell whether it is being
|
||||||
# built for inclusion in a dll (and should export symbols for example).
|
# built for inclusion in a dll (and should export symbols for example).
|
||||||
|
# Although the cygwin gcc ignores -fPIC, still need this for old-style
|
||||||
|
# (--disable-auto-import) libraries
|
||||||
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -5114,7 +5267,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
|
||||||
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
interix3*)
|
interix[[3-9]]*)
|
||||||
# Interix 3.x gcc -fpic/-fPIC options generate broken code.
|
# Interix 3.x gcc -fpic/-fPIC options generate broken code.
|
||||||
# Instead, we relocate shared libraries at runtime.
|
# Instead, we relocate shared libraries at runtime.
|
||||||
;;
|
;;
|
||||||
|
@ -5172,7 +5325,7 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
mingw* | pw32* | os2*)
|
mingw* | cygwin* | pw32* | os2*)
|
||||||
# This hack is so that the source file can tell whether it is being
|
# This hack is so that the source file can tell whether it is being
|
||||||
# built for inclusion in a dll (and should export symbols for example).
|
# built for inclusion in a dll (and should export symbols for example).
|
||||||
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'
|
||||||
|
@ -5224,6 +5377,22 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
|
||||||
# All Alpha code is PIC.
|
# All Alpha code is PIC.
|
||||||
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
||||||
;;
|
;;
|
||||||
|
*)
|
||||||
|
case `$CC -V 2>&1 | sed 5q` in
|
||||||
|
*Sun\ C*)
|
||||||
|
# Sun C 5.9
|
||||||
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
||||||
|
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
||||||
|
_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
|
||||||
|
;;
|
||||||
|
*Sun\ F*)
|
||||||
|
# Sun Fortran 8.3 passes all unrecognized flags to the linker
|
||||||
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
||||||
|
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
||||||
|
_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=''
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -5233,6 +5402,10 @@ AC_MSG_CHECKING([for $compiler option to produce PIC])
|
||||||
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
rdos*)
|
||||||
|
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
|
||||||
|
;;
|
||||||
|
|
||||||
solaris*)
|
solaris*)
|
||||||
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
|
||||||
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
_LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
|
||||||
|
@ -5327,7 +5500,8 @@ AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
|
||||||
# ------------------------------------
|
# ------------------------------------
|
||||||
# See if the linker supports building shared libraries.
|
# See if the linker supports building shared libraries.
|
||||||
AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS],
|
AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS],
|
||||||
[AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
|
[AC_REQUIRE([LT_AC_PROG_SED])dnl
|
||||||
|
AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
|
||||||
ifelse([$1],[CXX],[
|
ifelse([$1],[CXX],[
|
||||||
_LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
|
_LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
|
||||||
case $host_os in
|
case $host_os in
|
||||||
|
@ -5344,7 +5518,7 @@ ifelse([$1],[CXX],[
|
||||||
_LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
|
_LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
|
||||||
;;
|
;;
|
||||||
cygwin* | mingw*)
|
cygwin* | mingw*)
|
||||||
_LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/;/^.* __nm__/s/^.* __nm__\([[^ ]]*\) [[^ ]]*/\1 DATA/;/^I /d;/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
|
_LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
|
||||||
;;
|
;;
|
||||||
linux* | k*bsd*-gnu)
|
linux* | k*bsd*-gnu)
|
||||||
_LT_AC_TAGVAR(link_all_deplibs, $1)=no
|
_LT_AC_TAGVAR(link_all_deplibs, $1)=no
|
||||||
|
@ -5486,7 +5660,7 @@ EOF
|
||||||
_LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
|
_LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
|
||||||
_LT_AC_TAGVAR(always_export_symbols, $1)=no
|
_LT_AC_TAGVAR(always_export_symbols, $1)=no
|
||||||
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
|
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
|
||||||
_LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]] /s/.* \([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]] /s/.* //'\'' | sort | uniq > $export_symbols'
|
_LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
|
||||||
|
|
||||||
if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
|
if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
|
||||||
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
|
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
|
||||||
|
@ -5504,7 +5678,7 @@ EOF
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
interix3*)
|
interix[[3-9]]*)
|
||||||
_LT_AC_TAGVAR(hardcode_direct, $1)=no
|
_LT_AC_TAGVAR(hardcode_direct, $1)=no
|
||||||
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
||||||
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
||||||
|
@ -5519,7 +5693,7 @@ EOF
|
||||||
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
|
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
|
||||||
;;
|
;;
|
||||||
|
|
||||||
linux* | k*bsd*-gnu)
|
gnu* | linux* | k*bsd*-gnu)
|
||||||
if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
|
if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
|
||||||
tmp_addflag=
|
tmp_addflag=
|
||||||
case $cc_basename,$host_cpu in
|
case $cc_basename,$host_cpu in
|
||||||
|
@ -5537,13 +5711,22 @@ EOF
|
||||||
ifc* | ifort*) # Intel Fortran compiler
|
ifc* | ifort*) # Intel Fortran compiler
|
||||||
tmp_addflag=' -nofor_main' ;;
|
tmp_addflag=' -nofor_main' ;;
|
||||||
esac
|
esac
|
||||||
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
case `$CC -V 2>&1 | sed 5q` in
|
||||||
|
*Sun\ C*) # Sun C 5.9
|
||||||
|
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
|
||||||
|
tmp_sharedflag='-G' ;;
|
||||||
|
*Sun\ F*) # Sun Fortran 8.3
|
||||||
|
tmp_sharedflag='-G' ;;
|
||||||
|
*)
|
||||||
|
tmp_sharedflag='-shared' ;;
|
||||||
|
esac
|
||||||
|
_LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
|
||||||
|
|
||||||
if test $supports_anon_versioning = yes; then
|
if test $supports_anon_versioning = yes; then
|
||||||
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
|
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
|
||||||
cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
|
cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
|
||||||
$echo "local: *; };" >> $output_objdir/$libname.ver~
|
$echo "local: *; };" >> $output_objdir/$libname.ver~
|
||||||
$CC -shared'"$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
|
$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
|
||||||
fi
|
fi
|
||||||
_LT_AC_TAGVAR(link_all_deplibs, $1)=no
|
_LT_AC_TAGVAR(link_all_deplibs, $1)=no
|
||||||
else
|
else
|
||||||
|
@ -5584,7 +5767,7 @@ EOF
|
||||||
|
|
||||||
sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
|
sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
|
||||||
case `$LD -v 2>&1` in
|
case `$LD -v 2>&1` in
|
||||||
*\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
|
*\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
|
||||||
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
||||||
cat <<_LT_EOF 1>&2
|
cat <<_LT_EOF 1>&2
|
||||||
|
|
||||||
|
@ -5703,7 +5886,7 @@ _LT_EOF
|
||||||
strings "$collect2name" | grep resolve_lib_name >/dev/null
|
strings "$collect2name" | grep resolve_lib_name >/dev/null
|
||||||
then
|
then
|
||||||
# We have reworked collect2
|
# We have reworked collect2
|
||||||
_LT_AC_TAGVAR(hardcode_direct, $1)=yes
|
:
|
||||||
else
|
else
|
||||||
# We have old collect2
|
# We have old collect2
|
||||||
_LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
|
_LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
|
||||||
|
@ -5796,7 +5979,7 @@ _LT_EOF
|
||||||
# The linker will automatically build a .lib file if we build a DLL.
|
# The linker will automatically build a .lib file if we build a DLL.
|
||||||
_LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
|
_LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
|
||||||
# FIXME: Should let the user specify the lib program.
|
# FIXME: Should let the user specify the lib program.
|
||||||
_LT_AC_TAGVAR(old_archive_cmds, $1)='lib /OUT:$oldlib$oldobjs$old_deplibs'
|
_LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
|
||||||
_LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
|
_LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
|
||||||
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
|
_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
|
||||||
;;
|
;;
|
||||||
|
@ -5838,10 +6021,10 @@ _LT_EOF
|
||||||
case $cc_basename in
|
case $cc_basename in
|
||||||
xlc*)
|
xlc*)
|
||||||
output_verbose_link_cmd='echo'
|
output_verbose_link_cmd='echo'
|
||||||
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
|
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
|
||||||
_LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
|
_LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
|
||||||
# Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
|
# Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
|
||||||
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
||||||
_LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
_LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
@ -6003,24 +6186,28 @@ _LT_EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
openbsd*)
|
openbsd*)
|
||||||
_LT_AC_TAGVAR(hardcode_direct, $1)=yes
|
if test -f /usr/libexec/ld.so; then
|
||||||
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
_LT_AC_TAGVAR(hardcode_direct, $1)=yes
|
||||||
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
||||||
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
|
||||||
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
|
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||||
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
_LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
|
||||||
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
||||||
|
_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
|
||||||
|
else
|
||||||
|
case $host_os in
|
||||||
|
openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
|
||||||
|
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
||||||
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
||||||
|
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
case $host_os in
|
_LT_AC_TAGVAR(ld_shlibs, $1)=no
|
||||||
openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
|
|
||||||
_LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
|
|
||||||
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
|
|
||||||
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
@ -6079,17 +6266,16 @@ _LT_EOF
|
||||||
case $host_os in
|
case $host_os in
|
||||||
solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
|
solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
|
||||||
*)
|
*)
|
||||||
# The compiler driver will combine linker options so we
|
# The compiler driver will combine and reorder linker options,
|
||||||
# cannot just pass the convience library names through
|
# but understands `-z linker_flag'. GCC discards it without `$wl',
|
||||||
# without $wl, iff we do not link with $LD.
|
# but is careful enough not to reorder.
|
||||||
# Luckily, gcc supports the same syntax we need for Sun Studio.
|
|
||||||
# Supported since Solaris 2.6 (maybe 2.5.1?)
|
# Supported since Solaris 2.6 (maybe 2.5.1?)
|
||||||
case $wlarc in
|
if test "$GCC" = yes; then
|
||||||
'')
|
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
|
||||||
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' ;;
|
else
|
||||||
*)
|
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
|
||||||
_LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}-z ${wl}defaultextract' ;;
|
fi
|
||||||
esac ;;
|
;;
|
||||||
esac
|
esac
|
||||||
_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
|
_LT_AC_TAGVAR(link_all_deplibs, $1)=yes
|
||||||
;;
|
;;
|
||||||
|
@ -6146,7 +6332,7 @@ _LT_EOF
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7*)
|
sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
|
||||||
_LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
|
_LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
|
||||||
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
|
_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
|
||||||
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
|
||||||
|
@ -6221,7 +6407,7 @@ x|xyes)
|
||||||
# to ld, don't add -lc before -lgcc.
|
# to ld, don't add -lc before -lgcc.
|
||||||
AC_MSG_CHECKING([whether -lc should be explicitly linked in])
|
AC_MSG_CHECKING([whether -lc should be explicitly linked in])
|
||||||
$rm conftest*
|
$rm conftest*
|
||||||
printf "$lt_simple_compile_test_code" > conftest.$ac_ext
|
echo "$lt_simple_compile_test_code" > conftest.$ac_ext
|
||||||
|
|
||||||
if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
|
if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
|
||||||
soname=conftest
|
soname=conftest
|
||||||
|
@ -6324,6 +6510,30 @@ AC_DEFUN([LT_AC_PROG_RC],
|
||||||
[AC_CHECK_TOOL(RC, windres, no)
|
[AC_CHECK_TOOL(RC, windres, no)
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
|
# Cheap backport of AS_EXECUTABLE_P and required macros
|
||||||
|
# from Autoconf 2.59; we should not use $as_executable_p directly.
|
||||||
|
|
||||||
|
# _AS_TEST_PREPARE
|
||||||
|
# ----------------
|
||||||
|
m4_ifndef([_AS_TEST_PREPARE],
|
||||||
|
[m4_defun([_AS_TEST_PREPARE],
|
||||||
|
[if test -x / >/dev/null 2>&1; then
|
||||||
|
as_executable_p='test -x'
|
||||||
|
else
|
||||||
|
as_executable_p='test -f'
|
||||||
|
fi
|
||||||
|
])])# _AS_TEST_PREPARE
|
||||||
|
|
||||||
|
# AS_EXECUTABLE_P
|
||||||
|
# ---------------
|
||||||
|
# Check whether a file is executable.
|
||||||
|
m4_ifndef([AS_EXECUTABLE_P],
|
||||||
|
[m4_defun([AS_EXECUTABLE_P],
|
||||||
|
[AS_REQUIRE([_AS_TEST_PREPARE])dnl
|
||||||
|
$as_executable_p $1[]dnl
|
||||||
|
])])# AS_EXECUTABLE_P
|
||||||
|
|
||||||
# NOTE: This macro has been submitted for inclusion into #
|
# NOTE: This macro has been submitted for inclusion into #
|
||||||
# GNU Autoconf as AC_PROG_SED. When it is available in #
|
# GNU Autoconf as AC_PROG_SED. When it is available in #
|
||||||
# a released version of Autoconf we should remove this #
|
# a released version of Autoconf we should remove this #
|
||||||
|
@ -6344,12 +6554,13 @@ do
|
||||||
test -z "$as_dir" && as_dir=.
|
test -z "$as_dir" && as_dir=.
|
||||||
for lt_ac_prog in sed gsed; do
|
for lt_ac_prog in sed gsed; do
|
||||||
for ac_exec_ext in '' $ac_executable_extensions; do
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
||||||
if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
|
if AS_EXECUTABLE_P(["$as_dir/$lt_ac_prog$ac_exec_ext"]); then
|
||||||
lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
|
lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
IFS=$as_save_IFS
|
||||||
lt_ac_max=0
|
lt_ac_max=0
|
||||||
lt_ac_count=0
|
lt_ac_count=0
|
||||||
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
|
# Add /usr/xpg4/bin/sed as it is typically found on Solaris
|
||||||
|
@ -6382,6 +6593,7 @@ for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
|
||||||
done
|
done
|
||||||
])
|
])
|
||||||
SED=$lt_cv_path_SED
|
SED=$lt_cv_path_SED
|
||||||
|
AC_SUBST([SED])
|
||||||
AC_MSG_RESULT([$SED])
|
AC_MSG_RESULT([$SED])
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
|
@ -2,10 +2,10 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT([XQilla],[2.1.1],[])
|
AC_INIT([XQilla],[2.1.2],[])
|
||||||
AC_CONFIG_AUX_DIR(autotools)
|
AC_CONFIG_AUX_DIR(autotools)
|
||||||
AC_CANONICAL_TARGET([])
|
AC_CANONICAL_TARGET([])
|
||||||
AM_INIT_AUTOMAKE(XQilla, 2.1.1,)
|
AM_INIT_AUTOMAKE(XQilla, 2.1.2,)
|
||||||
AC_CONFIG_SRCDIR([src/runtime/Result.cpp])
|
AC_CONFIG_SRCDIR([src/runtime/Result.cpp])
|
||||||
AC_CONFIG_HEADERS([src/config/xqilla_config_unix.h])
|
AC_CONFIG_HEADERS([src/config/xqilla_config_unix.h])
|
||||||
|
|
||||||
|
|
|
@ -103,7 +103,7 @@
|
||||||
<a name="l00179"></a>00179 <span class="preprocessor">#endif</span>
|
<a name="l00179"></a>00179 <span class="preprocessor">#endif</span>
|
||||||
<a name="l00180"></a>00180 <span class="preprocessor"></span>
|
<a name="l00180"></a>00180 <span class="preprocessor"></span>
|
||||||
<a name="l00181"></a>00181
|
<a name="l00181"></a>00181
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -45,7 +45,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMAttr.html">DOMAttr</a></code> class refers to an attribute of an XML element. <a href="classxercesc_1_1DOMAttr.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMAttr.html">DOMAttr</a></code> class refers to an attribute of an XML element. <a href="classxercesc_1_1DOMAttr.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:16 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -184,7 +184,7 @@
|
||||||
<a name="l00684"></a>00684 XERCES_CPP_NAMESPACE_END
|
<a name="l00684"></a>00684 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00685"></a>00685
|
<a name="l00685"></a>00685
|
||||||
<a name="l00686"></a>00686 <span class="preprocessor">#endif</span>
|
<a name="l00686"></a>00686 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -40,7 +40,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classxercesc_1_1DOMBuilder.html">DOMBuilder</a> provides an API for parsing XML documents and building the corresponding DOM document tree. <a href="classxercesc_1_1DOMBuilder.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classxercesc_1_1DOMBuilder.html">DOMBuilder</a> provides an API for parsing XML documents and building the corresponding DOM document tree. <a href="classxercesc_1_1DOMBuilder.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:17 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
<a name="l00103"></a>00103 <span class="preprocessor">#endif</span>
|
<a name="l00103"></a>00103 <span class="preprocessor">#endif</span>
|
||||||
<a name="l00104"></a>00104 <span class="preprocessor"></span>
|
<a name="l00104"></a>00104 <span class="preprocessor"></span>
|
||||||
<a name="l00105"></a>00105
|
<a name="l00105"></a>00105
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -45,7 +45,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. <a href="classxercesc_1_1DOMCDATASection.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. <a href="classxercesc_1_1DOMCDATASection.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:17 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -104,7 +104,7 @@
|
||||||
<a name="l00213"></a>00213 <span class="preprocessor">#endif</span>
|
<a name="l00213"></a>00213 <span class="preprocessor">#endif</span>
|
||||||
<a name="l00214"></a>00214 <span class="preprocessor"></span>
|
<a name="l00214"></a>00214 <span class="preprocessor"></span>
|
||||||
<a name="l00215"></a>00215
|
<a name="l00215"></a>00215
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -47,7 +47,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMCharacterData.html">DOMCharacterData</a></code> interface extends <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> with a set of attributes and methods for accessing character data in the DOM. <a href="classxercesc_1_1DOMCharacterData.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMCharacterData.html">DOMCharacterData</a></code> interface extends <a class="el" href="classxercesc_1_1DOMNode.html">DOMNode</a> with a set of attributes and methods for accessing character data in the DOM. <a href="classxercesc_1_1DOMCharacterData.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:17 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
<a name="l00075"></a>00075
|
<a name="l00075"></a>00075
|
||||||
<a name="l00076"></a>00076 <span class="preprocessor">#endif</span>
|
<a name="l00076"></a>00076 <span class="preprocessor">#endif</span>
|
||||||
<a name="l00077"></a>00077 <span class="preprocessor"></span>
|
<a name="l00077"></a>00077 <span class="preprocessor"></span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -45,7 +45,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">This interface inherits from <code>CharacterData</code> and represents the content of a comment, i.e., all the characters between the starting ' <code><!--</code>' and ending '<code>--></code>'. <a href="classxercesc_1_1DOMComment.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">This interface inherits from <code>CharacterData</code> and represents the content of a comment, i.e., all the characters between the starting ' <code><!--</code>' and ending '<code>--></code>'. <a href="classxercesc_1_1DOMComment.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:17 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -91,7 +91,7 @@
|
||||||
<a name="l00505"></a>00505
|
<a name="l00505"></a>00505
|
||||||
<a name="l00506"></a>00506 <span class="preprocessor">#endif </span>
|
<a name="l00506"></a>00506 <span class="preprocessor">#endif </span>
|
||||||
<a name="l00507"></a>00507 <span class="preprocessor"></span>
|
<a name="l00507"></a>00507 <span class="preprocessor"></span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -59,7 +59,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div><p>
|
</div><p>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:17 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
<a name="l00107"></a>00107 XERCES_CPP_NAMESPACE_END
|
<a name="l00107"></a>00107 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00108"></a>00108
|
<a name="l00108"></a>00108
|
||||||
<a name="l00109"></a>00109 <span class="preprocessor">#endif</span>
|
<a name="l00109"></a>00109 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -44,7 +44,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classxercesc_1_1DOMDocumentFragment.html">DOMDocumentFragment</a> is a "lightweight" or "minimal" <a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a> object. <a href="classxercesc_1_1DOMDocumentFragment.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classxercesc_1_1DOMDocumentFragment.html">DOMDocumentFragment</a> is a "lightweight" or "minimal" <a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a> object. <a href="classxercesc_1_1DOMDocumentFragment.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:18 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
<a name="l00093"></a>00093 XERCES_CPP_NAMESPACE_END
|
<a name="l00093"></a>00093 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00094"></a>00094
|
<a name="l00094"></a>00094
|
||||||
<a name="l00095"></a>00095 <span class="preprocessor">#endif</span>
|
<a name="l00095"></a>00095 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -40,7 +40,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocumentRange.html">xercesc::DOMDocumentRange</a></td></tr>
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMDocumentRange.html">xercesc::DOMDocumentRange</a></td></tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:18 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -92,7 +92,7 @@
|
||||||
<a name="l00153"></a>00153 XERCES_CPP_NAMESPACE_END
|
<a name="l00153"></a>00153 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00154"></a>00154
|
<a name="l00154"></a>00154
|
||||||
<a name="l00155"></a>00155 <span class="preprocessor">#endif</span>
|
<a name="l00155"></a>00155 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -41,7 +41,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight"><code><a class="el" href="classxercesc_1_1DOMDocumentTraversal.html">DOMDocumentTraversal</a></code> contains methods that create <code>DOMNodeIterators</code> and <code>DOMTreeWalkers</code> to traverse a node and its children in document order (depth first, pre-order traversal, which is equivalent to the order in which the start tags occur in the text representation of the document). <a href="classxercesc_1_1DOMDocumentTraversal.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight"><code><a class="el" href="classxercesc_1_1DOMDocumentTraversal.html">DOMDocumentTraversal</a></code> contains methods that create <code>DOMNodeIterators</code> and <code>DOMTreeWalkers</code> to traverse a node and its children in document order (depth first, pre-order traversal, which is equivalent to the order in which the start tags occur in the text representation of the document). <a href="classxercesc_1_1DOMDocumentTraversal.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:18 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
<a name="l00159"></a>00159 <span class="preprocessor">#endif</span>
|
<a name="l00159"></a>00159 <span class="preprocessor">#endif</span>
|
||||||
<a name="l00160"></a>00160 <span class="preprocessor"></span>
|
<a name="l00160"></a>00160 <span class="preprocessor"></span>
|
||||||
<a name="l00161"></a>00161
|
<a name="l00161"></a>00161
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -44,7 +44,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Each <code><a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a></code> has a <code>doctype</code> attribute whose value is either <code>null</code> or a <code><a class="el" href="classxercesc_1_1DOMDocumentType.html">DOMDocumentType</a></code> object. <a href="classxercesc_1_1DOMDocumentType.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Each <code><a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a></code> has a <code>doctype</code> attribute whose value is either <code>null</code> or a <code><a class="el" href="classxercesc_1_1DOMDocumentType.html">DOMDocumentType</a></code> object. <a href="classxercesc_1_1DOMDocumentType.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:18 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -202,7 +202,7 @@
|
||||||
<a name="l00877"></a>00877 XERCES_CPP_NAMESPACE_END
|
<a name="l00877"></a>00877 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00878"></a>00878
|
<a name="l00878"></a>00878
|
||||||
<a name="l00879"></a>00879 <span class="preprocessor">#endif</span>
|
<a name="l00879"></a>00879 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -50,7 +50,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a></code> interface represents the entire XML document. <a href="classxercesc_1_1DOMDocument.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMDocument.html">DOMDocument</a></code> interface represents the entire XML document. <a href="classxercesc_1_1DOMDocument.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:17 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -143,7 +143,7 @@
|
||||||
<a name="l00469"></a>00469 <span class="preprocessor"></span>
|
<a name="l00469"></a>00469 <span class="preprocessor"></span>
|
||||||
<a name="l00470"></a>00470
|
<a name="l00470"></a>00470
|
||||||
<a name="l00471"></a>00471
|
<a name="l00471"></a>00471
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -45,7 +45,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">By far the vast majority of objects (apart from text) that authors encounter when traversing a document are <code><a class="el" href="classxercesc_1_1DOMElement.html">DOMElement</a></code> nodes. <a href="classxercesc_1_1DOMElement.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">By far the vast majority of objects (apart from text) that authors encounter when traversing a document are <code><a class="el" href="classxercesc_1_1DOMElement.html">DOMElement</a></code> nodes. <a href="classxercesc_1_1DOMElement.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:18 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -76,7 +76,7 @@
|
||||||
<a name="l00095"></a>00095 <span class="preprocessor">#endif</span>
|
<a name="l00095"></a>00095 <span class="preprocessor">#endif</span>
|
||||||
<a name="l00096"></a>00096 <span class="preprocessor"></span>
|
<a name="l00096"></a>00096 <span class="preprocessor"></span>
|
||||||
<a name="l00097"></a>00097
|
<a name="l00097"></a>00097
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -44,7 +44,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight"><code><a class="el" href="classxercesc_1_1DOMEntityReference.html">DOMEntityReference</a></code> objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference. <a href="classxercesc_1_1DOMEntityReference.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight"><code><a class="el" href="classxercesc_1_1DOMEntityReference.html">DOMEntityReference</a></code> objects may be inserted into the structure model when an entity reference is in the source document, or when the user wishes to insert an entity reference. <a href="classxercesc_1_1DOMEntityReference.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:18 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
<a name="l00143"></a>00143 XERCES_CPP_NAMESPACE_END
|
<a name="l00143"></a>00143 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00144"></a>00144
|
<a name="l00144"></a>00144
|
||||||
<a name="l00145"></a>00145 <span class="preprocessor">#endif</span>
|
<a name="l00145"></a>00145 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -40,7 +40,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classxercesc_1_1DOMEntityResolver.html">DOMEntityResolver</a> provides a way for applications to redirect references to external entities. <a href="classxercesc_1_1DOMEntityResolver.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classxercesc_1_1DOMEntityResolver.html">DOMEntityResolver</a> provides a way for applications to redirect references to external entities. <a href="classxercesc_1_1DOMEntityResolver.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:19 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -98,7 +98,7 @@
|
||||||
<a name="l00206"></a>00206
|
<a name="l00206"></a>00206
|
||||||
<a name="l00207"></a>00207 <span class="preprocessor">#endif</span>
|
<a name="l00207"></a>00207 <span class="preprocessor">#endif</span>
|
||||||
<a name="l00208"></a>00208 <span class="preprocessor"></span>
|
<a name="l00208"></a>00208 <span class="preprocessor"></span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -44,7 +44,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">This interface represents an entity, either parsed or unparsed, in an XML document. <a href="classxercesc_1_1DOMEntity.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">This interface represents an entity, either parsed or unparsed, in an XML document. <a href="classxercesc_1_1DOMEntity.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:18 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
<a name="l00107"></a>00107 XERCES_CPP_NAMESPACE_END
|
<a name="l00107"></a>00107 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00108"></a>00108
|
<a name="l00108"></a>00108
|
||||||
<a name="l00109"></a>00109 <span class="preprocessor">#endif</span>
|
<a name="l00109"></a>00109 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -41,7 +41,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Basic interface for DOM error handlers. <a href="classxercesc_1_1DOMErrorHandler.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Basic interface for DOM error handlers. <a href="classxercesc_1_1DOMErrorHandler.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:19 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -122,7 +122,7 @@
|
||||||
<a name="l00251"></a>00251 XERCES_CPP_NAMESPACE_END
|
<a name="l00251"></a>00251 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00252"></a>00252
|
<a name="l00252"></a>00252
|
||||||
<a name="l00253"></a>00253 <span class="preprocessor">#endif</span>
|
<a name="l00253"></a>00253 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -40,7 +40,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classxercesc_1_1DOMError.html">DOMError</a> is an interface that describes an error. <a href="classxercesc_1_1DOMError.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classxercesc_1_1DOMError.html">DOMError</a> is an interface that describes an error. <a href="classxercesc_1_1DOMError.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:19 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -36,7 +36,7 @@ Include dependency graph for DOMException.cpp:<p><center><img src="DOMException_
|
||||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:19 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -130,7 +130,7 @@
|
||||||
<a name="l00252"></a>00252
|
<a name="l00252"></a>00252
|
||||||
<a name="l00253"></a>00253 <span class="preprocessor">#endif</span>
|
<a name="l00253"></a>00253 <span class="preprocessor">#endif</span>
|
||||||
<a name="l00254"></a>00254 <span class="preprocessor"></span>
|
<a name="l00254"></a>00254 <span class="preprocessor"></span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -49,7 +49,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMException.html">xercesc::DOMException</a></td></tr>
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMException.html">xercesc::DOMException</a></td></tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:19 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -106,7 +106,7 @@
|
||||||
<a name="l00178"></a>00178 XERCES_CPP_NAMESPACE_END
|
<a name="l00178"></a>00178 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00179"></a>00179
|
<a name="l00179"></a>00179
|
||||||
<a name="l00180"></a>00180 <span class="preprocessor">#endif</span>
|
<a name="l00180"></a>00180 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -44,7 +44,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMImplementationLS.html">xercesc::DOMImplementationLS</a></td></tr>
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMImplementationLS.html">xercesc::DOMImplementationLS</a></td></tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:20 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -67,7 +67,7 @@
|
||||||
<a name="l00087"></a>00087 XERCES_CPP_NAMESPACE_END
|
<a name="l00087"></a>00087 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00088"></a>00088
|
<a name="l00088"></a>00088
|
||||||
<a name="l00089"></a>00089 <span class="preprocessor">#endif</span>
|
<a name="l00089"></a>00089 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -39,7 +39,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMImplementationRegistry.html">xercesc::DOMImplementationRegistry</a></td></tr>
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMImplementationRegistry.html">xercesc::DOMImplementationRegistry</a></td></tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:20 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
<a name="l00100"></a>00100 XERCES_CPP_NAMESPACE_END
|
<a name="l00100"></a>00100 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00101"></a>00101
|
<a name="l00101"></a>00101
|
||||||
<a name="l00102"></a>00102 <span class="preprocessor">#endif</span>
|
<a name="l00102"></a>00102 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -39,7 +39,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMImplementationSource.html">xercesc::DOMImplementationSource</a></td></tr>
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMImplementationSource.html">xercesc::DOMImplementationSource</a></td></tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:20 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -124,7 +124,7 @@
|
||||||
<a name="l00266"></a>00266 XERCES_CPP_NAMESPACE_END
|
<a name="l00266"></a>00266 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00267"></a>00267
|
<a name="l00267"></a>00267
|
||||||
<a name="l00268"></a>00268 <span class="preprocessor">#endif</span>
|
<a name="l00268"></a>00268 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -50,7 +50,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMImplementation.html">DOMImplementation</a></code> interface provides a number of methods for performing operations that are independent of any particular instance of the document object model. <a href="classxercesc_1_1DOMImplementation.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMImplementation.html">DOMImplementation</a></code> interface provides a number of methods for performing operations that are independent of any particular instance of the document object model. <a href="classxercesc_1_1DOMImplementation.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:19 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -119,7 +119,7 @@
|
||||||
<a name="l00278"></a>00278 XERCES_CPP_NAMESPACE_END
|
<a name="l00278"></a>00278 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00279"></a>00279
|
<a name="l00279"></a>00279
|
||||||
<a name="l00280"></a>00280 <span class="preprocessor">#endif</span>
|
<a name="l00280"></a>00280 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:15 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -40,7 +40,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">This interface represents a single input source for an XML entity. <a href="classxercesc_1_1DOMInputSource.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">This interface represents a single input source for an XML entity. <a href="classxercesc_1_1DOMInputSource.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:20 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -105,7 +105,7 @@
|
||||||
<a name="l00206"></a>00206 XERCES_CPP_NAMESPACE_END
|
<a name="l00206"></a>00206 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00207"></a>00207
|
<a name="l00207"></a>00207
|
||||||
<a name="l00208"></a>00208 <span class="preprocessor">#endif</span>
|
<a name="l00208"></a>00208 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:16 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -40,7 +40,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classxercesc_1_1DOMLocator.html">DOMLocator</a> is an interface that describes a location. <a href="classxercesc_1_1DOMLocator.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classxercesc_1_1DOMLocator.html">DOMLocator</a> is an interface that describes a location. <a href="classxercesc_1_1DOMLocator.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:20 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -108,7 +108,7 @@
|
||||||
<a name="l00245"></a>00245
|
<a name="l00245"></a>00245
|
||||||
<a name="l00246"></a>00246 <span class="preprocessor">#endif</span>
|
<a name="l00246"></a>00246 <span class="preprocessor">#endif</span>
|
||||||
<a name="l00247"></a>00247 <span class="preprocessor"></span>
|
<a name="l00247"></a>00247 <span class="preprocessor"></span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:16 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -59,7 +59,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div><p>
|
</div><p>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:20 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
<a name="l00216"></a>00216 XERCES_CPP_NAMESPACE_END
|
<a name="l00216"></a>00216 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00217"></a>00217
|
<a name="l00217"></a>00217
|
||||||
<a name="l00218"></a>00218 <span class="preprocessor">#endif</span>
|
<a name="l00218"></a>00218 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:16 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -47,7 +47,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Filters are objects that know how to "filter out" nodes. <a href="classxercesc_1_1DOMNodeFilter.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Filters are objects that know how to "filter out" nodes. <a href="classxercesc_1_1DOMNodeFilter.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:21 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -102,7 +102,7 @@
|
||||||
<a name="l00194"></a>00194 XERCES_CPP_NAMESPACE_END
|
<a name="l00194"></a>00194 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00195"></a>00195
|
<a name="l00195"></a>00195
|
||||||
<a name="l00196"></a>00196 <span class="preprocessor">#endif</span>
|
<a name="l00196"></a>00196 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:16 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -64,7 +64,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div><p>
|
</div><p>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:21 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
<a name="l00112"></a>00112 <span class="preprocessor">#endif</span>
|
<a name="l00112"></a>00112 <span class="preprocessor">#endif</span>
|
||||||
<a name="l00113"></a>00113 <span class="preprocessor"></span>
|
<a name="l00113"></a>00113 <span class="preprocessor"></span>
|
||||||
<a name="l00114"></a>00114
|
<a name="l00114"></a>00114
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:16 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -40,7 +40,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMNodeList.html">DOMNodeList</a></code> interface provides the abstraction of an ordered collection of nodes. <a href="classxercesc_1_1DOMNodeList.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMNodeList.html">DOMNodeList</a></code> interface provides the abstraction of an ordered collection of nodes. <a href="classxercesc_1_1DOMNodeList.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:21 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -236,7 +236,7 @@
|
||||||
<a name="l00958"></a>00958
|
<a name="l00958"></a>00958
|
||||||
<a name="l00959"></a>00959 <span class="preprocessor">#endif</span>
|
<a name="l00959"></a>00959 <span class="preprocessor">#endif</span>
|
||||||
<a name="l00960"></a>00960 <span class="preprocessor"></span>
|
<a name="l00960"></a>00960 <span class="preprocessor"></span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:16 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -147,7 +147,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div><p>
|
</div><p>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:21 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
<a name="l00112"></a>00112 <span class="preprocessor">#endif</span>
|
<a name="l00112"></a>00112 <span class="preprocessor">#endif</span>
|
||||||
<a name="l00113"></a>00113 <span class="preprocessor"></span>
|
<a name="l00113"></a>00113 <span class="preprocessor"></span>
|
||||||
<a name="l00114"></a>00114
|
<a name="l00114"></a>00114
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:16 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -44,7 +44,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">This interface represents a notation declared in the DTD. <a href="classxercesc_1_1DOMNotation.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">This interface represents a notation declared in the DTD. <a href="classxercesc_1_1DOMNotation.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:21 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -97,7 +97,7 @@
|
||||||
<a name="l00115"></a>00115
|
<a name="l00115"></a>00115
|
||||||
<a name="l00116"></a>00116 <span class="preprocessor">#endif</span>
|
<a name="l00116"></a>00116 <span class="preprocessor">#endif</span>
|
||||||
<a name="l00117"></a>00117 <span class="preprocessor"></span>
|
<a name="l00117"></a>00117 <span class="preprocessor"></span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:16 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -53,7 +53,7 @@ Include dependency graph for DOMPSVITypeInfo.hpp:<p><center><img src="DOMPSVITyp
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div><p>
|
</div><p>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:22 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -90,7 +90,7 @@
|
||||||
<a name="l00120"></a>00120
|
<a name="l00120"></a>00120
|
||||||
<a name="l00121"></a>00121 <span class="preprocessor">#endif</span>
|
<a name="l00121"></a>00121 <span class="preprocessor">#endif</span>
|
||||||
<a name="l00122"></a>00122 <span class="preprocessor"></span>
|
<a name="l00122"></a>00122 <span class="preprocessor"></span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:16 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -44,7 +44,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMProcessingInstruction.html">DOMProcessingInstruction</a></code> interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document. <a href="classxercesc_1_1DOMProcessingInstruction.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMProcessingInstruction.html">DOMProcessingInstruction</a></code> interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document. <a href="classxercesc_1_1DOMProcessingInstruction.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:22 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -33,7 +33,7 @@ Include dependency graph for DOMRangeException.cpp:<p><center><img src="DOMRange
|
||||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacexercesc.html">xercesc</a></td></tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:22 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -93,7 +93,7 @@
|
||||||
<a name="l00131"></a>00131
|
<a name="l00131"></a>00131
|
||||||
<a name="l00132"></a>00132 <span class="preprocessor">#endif</span>
|
<a name="l00132"></a>00132 <span class="preprocessor">#endif</span>
|
||||||
<a name="l00133"></a>00133 <span class="preprocessor"></span>
|
<a name="l00133"></a>00133 <span class="preprocessor"></span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:16 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -47,7 +47,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">Range operations may throw a <code><a class="el" href="classxercesc_1_1DOMRangeException.html">DOMRangeException</a></code> as specified in their method descriptions. <a href="classxercesc_1_1DOMRangeException.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Range operations may throw a <code><a class="el" href="classxercesc_1_1DOMRangeException.html">DOMRangeException</a></code> as specified in their method descriptions. <a href="classxercesc_1_1DOMRangeException.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:22 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -151,7 +151,7 @@
|
||||||
<a name="l00528"></a>00528 XERCES_CPP_NAMESPACE_END
|
<a name="l00528"></a>00528 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00529"></a>00529
|
<a name="l00529"></a>00529
|
||||||
<a name="l00530"></a>00530 <span class="preprocessor">#endif</span>
|
<a name="l00530"></a>00530 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:16 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -39,7 +39,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMRange.html">xercesc::DOMRange</a></td></tr>
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMRange.html">xercesc::DOMRange</a></td></tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:22 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -92,7 +92,7 @@
|
||||||
<a name="l00187"></a>00187 <span class="preprocessor">#endif</span>
|
<a name="l00187"></a>00187 <span class="preprocessor">#endif</span>
|
||||||
<a name="l00188"></a>00188 <span class="preprocessor"></span>
|
<a name="l00188"></a>00188 <span class="preprocessor"></span>
|
||||||
<a name="l00189"></a>00189
|
<a name="l00189"></a>00189
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:16 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -46,7 +46,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMText.html">DOMText</a></code> interface inherits from <code><a class="el" href="classxercesc_1_1DOMCharacterData.html">DOMCharacterData</a></code> and represents the textual content (termed character data in XML) of an <code><a class="el" href="classxercesc_1_1DOMElement.html">DOMElement</a></code> or <code><a class="el" href="classxercesc_1_1DOMAttr.html">DOMAttr</a></code>. <a href="classxercesc_1_1DOMText.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">The <code><a class="el" href="classxercesc_1_1DOMText.html">DOMText</a></code> interface inherits from <code><a class="el" href="classxercesc_1_1DOMCharacterData.html">DOMCharacterData</a></code> and represents the textual content (termed character data in XML) of an <code><a class="el" href="classxercesc_1_1DOMElement.html">DOMElement</a></code> or <code><a class="el" href="classxercesc_1_1DOMAttr.html">DOMAttr</a></code>. <a href="classxercesc_1_1DOMText.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:22 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -117,7 +117,7 @@
|
||||||
<a name="l00274"></a>00274 XERCES_CPP_NAMESPACE_END
|
<a name="l00274"></a>00274 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00275"></a>00275
|
<a name="l00275"></a>00275
|
||||||
<a name="l00276"></a>00276 <span class="preprocessor">#endif</span>
|
<a name="l00276"></a>00276 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:16 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -64,7 +64,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div><p>
|
</div><p>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:22 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -80,7 +80,7 @@
|
||||||
<a name="l00103"></a>00103
|
<a name="l00103"></a>00103
|
||||||
<a name="l00104"></a>00104 <span class="preprocessor">#endif</span>
|
<a name="l00104"></a>00104 <span class="preprocessor">#endif</span>
|
||||||
<a name="l00105"></a>00105 <span class="preprocessor"></span>
|
<a name="l00105"></a>00105 <span class="preprocessor"></span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:16 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -61,7 +61,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div><p>
|
</div><p>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:23 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
<a name="l00138"></a>00138
|
<a name="l00138"></a>00138
|
||||||
<a name="l00139"></a>00139 <span class="preprocessor">#endif</span>
|
<a name="l00139"></a>00139 <span class="preprocessor">#endif</span>
|
||||||
<a name="l00140"></a>00140 <span class="preprocessor"></span>
|
<a name="l00140"></a>00140 <span class="preprocessor"></span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:16 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -44,7 +44,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
|
|
||||||
<tr><td class="mdescLeft"> </td><td class="mdescRight">When associating an object to a key on a node using <code>setUserData</code> the application can provide a handler that gets called when the node the object is associated to is being cloned or imported. <a href="classxercesc_1_1DOMUserDataHandler.html#_details">More...</a><br></td></tr>
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">When associating an object to a key on a node using <code>setUserData</code> the application can provide a handler that gets called when the node the object is associated to is being cloned or imported. <a href="classxercesc_1_1DOMUserDataHandler.html#_details">More...</a><br></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:23 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -107,7 +107,7 @@
|
||||||
<a name="l00146"></a>00146 XERCES_CPP_NAMESPACE_END
|
<a name="l00146"></a>00146 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00147"></a>00147
|
<a name="l00147"></a>00147
|
||||||
<a name="l00148"></a>00148 <span class="preprocessor">#endif</span>
|
<a name="l00148"></a>00148 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:16 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -44,7 +44,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMWriterFilter.html">xercesc::DOMWriterFilter</a></td></tr>
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMWriterFilter.html">xercesc::DOMWriterFilter</a></td></tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:23 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -124,7 +124,7 @@
|
||||||
<a name="l00543"></a>00543 XERCES_CPP_NAMESPACE_END
|
<a name="l00543"></a>00543 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00544"></a>00544
|
<a name="l00544"></a>00544
|
||||||
<a name="l00545"></a>00545 <span class="preprocessor">#endif</span>
|
<a name="l00545"></a>00545 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:16 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -47,7 +47,7 @@ This graph shows which files directly or indirectly include this file:<p><center
|
||||||
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMWriter.html">xercesc::DOMWriter</a></td></tr>
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">class </td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMWriter.html">xercesc::DOMWriter</a></td></tr>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
<hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:45 2008 for XQilla DOM Level 3 API by
|
<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:23 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -86,7 +86,7 @@
|
||||||
<a name="l00170"></a>00170 XERCES_CPP_NAMESPACE_END
|
<a name="l00170"></a>00170 XERCES_CPP_NAMESPACE_END
|
||||||
<a name="l00171"></a>00171
|
<a name="l00171"></a>00171
|
||||||
<a name="l00172"></a>00172 <span class="preprocessor">#endif</span>
|
<a name="l00172"></a>00172 <span class="preprocessor">#endif</span>
|
||||||
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Apr 8 14:29:44 2008 for XQilla DOM Level 3 API by
|
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 28 16:41:16 2008 for XQilla DOM Level 3 API by
|
||||||
<a href="http://www.doxygen.org/index.html">
|
<a href="http://www.doxygen.org/index.html">
|
||||||
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
||||||
</body>
|
</body>
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue