mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-30 08:38:15 +01:00
added XMLBase support
This commit is contained in:
parent
3110715864
commit
57c6d814ce
1 changed files with 4 additions and 1 deletions
|
@ -235,6 +235,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath=".\helpers\StringAdaptor.h">
|
RelativePath=".\helpers\StringAdaptor.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\helpers\XMLBaseSupport.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\helpers\XMLFilterImpl.h">
|
RelativePath=".\helpers\XMLFilterImpl.h">
|
||||||
</File>
|
</File>
|
||||||
|
@ -447,7 +450,7 @@
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
CommandLine="cl /TC /EP ArabicaConfig.S > ArabicaConfig.h
|
CommandLine="cl /TC /EP /D ARABICA_NO_WCHAR_T ArabicaConfig.S > ArabicaConfig.h
|
||||||
"
|
"
|
||||||
Outputs="ArabicaConfig.h"/>
|
Outputs="ArabicaConfig.h"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
|
|
Loading…
Add table
Reference in a new issue