set out of box defaults

This commit is contained in:
jez 2006-08-04 09:52:27 +00:00
parent febb67170c
commit 30ef4f4af7
3 changed files with 6 additions and 6 deletions

View file

@ -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 =

View file

@ -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)"

View file

@ -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 &gt; ParserConfig.h
cl /TC /D USE_XERCES /EP saxlib.S &gt; saxlib.cpp
CommandLine="cl /TC /D USE_MSXML /EP ParserConfig.S &gt; ParserConfig.h
cl /TC /D USE_MSXML /EP saxlib.S &gt; saxlib.cpp
"
Outputs="ParserConfig.h;saxlib.cpp"/>
</FileConfiguration>