mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-29 08:36:45 +01:00
set out of box defaults
This commit is contained in:
parent
febb67170c
commit
30ef4f4af7
3 changed files with 6 additions and 6 deletions
|
@ -35,7 +35,7 @@ CXXFLAGS = -Wall
|
||||||
LDFLAGS =
|
LDFLAGS =
|
||||||
|
|
||||||
# Includes and library directories
|
# Includes and library directories
|
||||||
INCS_DIRS = -I..
|
INCS_DIRS = -I.. -I/usr/include/libxml2
|
||||||
LIBS_DIRS =
|
LIBS_DIRS =
|
||||||
|
|
||||||
STATIC_LIBS =
|
STATIC_LIBS =
|
||||||
|
|
|
@ -488,8 +488,8 @@ BuildCmds= \
|
||||||
InputPath=.\ParserConfig.S
|
InputPath=.\ParserConfig.S
|
||||||
|
|
||||||
BuildCmds= \
|
BuildCmds= \
|
||||||
cl /TC /D USE_XERCES /EP ParserConfig.S > ParserConfig.h \
|
cl /TC /D USE_MSXML /EP ParserConfig.S > ParserConfig.h \
|
||||||
cl /TC /D USE_XERCES /EP saxlib.S > saxlib.cpp \
|
cl /TC /D USE_MSXML /EP saxlib.S > saxlib.cpp \
|
||||||
|
|
||||||
|
|
||||||
"ParserConfig.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
"ParserConfig.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||||
|
|
|
@ -366,7 +366,7 @@
|
||||||
RelativePath="..\Xml\escaper.hpp">
|
RelativePath="..\Xml\escaper.hpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\Utils\getparam.hpp">
|
RelativePath="..\Utils\getparam.hpp">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\Utils\iso88591utf8codecvt.cpp">
|
RelativePath="..\Utils\iso88591utf8codecvt.cpp">
|
||||||
|
@ -754,8 +754,8 @@
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
CommandLine="cl /TC /D USE_XERCES /EP ParserConfig.S > ParserConfig.h
|
CommandLine="cl /TC /D USE_MSXML /EP ParserConfig.S > ParserConfig.h
|
||||||
cl /TC /D USE_XERCES /EP saxlib.S > saxlib.cpp
|
cl /TC /D USE_MSXML /EP saxlib.S > saxlib.cpp
|
||||||
"
|
"
|
||||||
Outputs="ParserConfig.h;saxlib.cpp"/>
|
Outputs="ParserConfig.h;saxlib.cpp"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
|
|
Loading…
Add table
Reference in a new issue