mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
added XPath source
This commit is contained in:
parent
939ec0a5f7
commit
b99428d391
1 changed files with 15 additions and 2 deletions
|
@ -445,6 +445,19 @@
|
|||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="XPath"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\XPath\src\xpath_axis_enumerator.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\XPath\src\xpath_object.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\XPath\src\xpath_parser.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="ArabicaConfig.S">
|
||||
<FileConfiguration
|
||||
|
@ -470,8 +483,8 @@
|
|||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="cl /TC /D USE_MSXML /EP ParserConfig.S > ParserConfig.h
|
||||
cl /TC /D USE_MSXML /EP saxlib.S > saxlib.cpp
|
||||
CommandLine="cl /TC /D USE_GARDEN /EP ParserConfig.S > ParserConfig.h
|
||||
cl /TC /D USE_GARDEN /EP saxlib.S > saxlib.cpp
|
||||
"
|
||||
Outputs="ParserConfig.h;saxlib.cpp"/>
|
||||
</FileConfiguration>
|
||||
|
|
Loading…
Reference in a new issue