mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +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 =
|
||||
|
||||
# Includes and library directories
|
||||
INCS_DIRS = -I..
|
||||
INCS_DIRS = -I.. -I/usr/include/libxml2
|
||||
LIBS_DIRS =
|
||||
|
||||
STATIC_LIBS =
|
||||
|
|
|
@ -488,8 +488,8 @@ BuildCmds= \
|
|||
InputPath=.\ParserConfig.S
|
||||
|
||||
BuildCmds= \
|
||||
cl /TC /D USE_XERCES /EP ParserConfig.S > ParserConfig.h \
|
||||
cl /TC /D USE_XERCES /EP saxlib.S > saxlib.cpp \
|
||||
cl /TC /D USE_MSXML /EP ParserConfig.S > ParserConfig.h \
|
||||
cl /TC /D USE_MSXML /EP saxlib.S > saxlib.cpp \
|
||||
|
||||
|
||||
"ParserConfig.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||
|
|
|
@ -366,7 +366,7 @@
|
|||
RelativePath="..\Xml\escaper.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Utils\getparam.hpp">
|
||||
RelativePath="..\Utils\getparam.hpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Utils\iso88591utf8codecvt.cpp">
|
||||
|
@ -754,8 +754,8 @@
|
|||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="cl /TC /D USE_XERCES /EP ParserConfig.S > ParserConfig.h
|
||||
cl /TC /D USE_XERCES /EP saxlib.S > saxlib.cpp
|
||||
CommandLine="cl /TC /D USE_MSXML /EP ParserConfig.S > ParserConfig.h
|
||||
cl /TC /D USE_MSXML /EP saxlib.S > saxlib.cpp
|
||||
"
|
||||
Outputs="ParserConfig.h;saxlib.cpp"/>
|
||||
</FileConfiguration>
|
||||
|
|
Loading…
Reference in a new issue