mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-17 18:12:04 +01:00
no message
This commit is contained in:
parent
ba5fecddc3
commit
74581840f9
2 changed files with 8 additions and 5 deletions
|
@ -64,7 +64,7 @@ LIB32=link.exe -lib
|
||||||
# PROP Intermediate_Dir "Debug"
|
# PROP Intermediate_Dir "Debug"
|
||||||
# PROP Target_Dir ""
|
# PROP Target_Dir ""
|
||||||
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
|
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
|
||||||
# ADD CPP /nologo /W3 /Gm /GR /GX /ZI /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
|
# ADD CPP /nologo /W3 /Gm /GR /GX /ZI /Od /I "..\\" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /c
|
||||||
# ADD BASE RSC /l 0x809 /d "_DEBUG"
|
# ADD BASE RSC /l 0x809 /d "_DEBUG"
|
||||||
# ADD RSC /l 0x809 /d "_DEBUG"
|
# ADD RSC /l 0x809 /d "_DEBUG"
|
||||||
BSC32=bscmake.exe
|
BSC32=bscmake.exe
|
||||||
|
@ -482,8 +482,8 @@ BuildCmds= \
|
||||||
InputPath=.\ParserConfig.S
|
InputPath=.\ParserConfig.S
|
||||||
|
|
||||||
BuildCmds= \
|
BuildCmds= \
|
||||||
cl /TC /D USE_MSXML /EP ParserConfig.S > ParserConfig.h \
|
cl /TC /D USE_XERCES /EP ParserConfig.S > ParserConfig.h \
|
||||||
cl /TC /D USE_MSXML /EP saxlib.S > saxlib.cpp \
|
cl /TC /D USE_XERCES /EP saxlib.S > saxlib.cpp \
|
||||||
|
|
||||||
|
|
||||||
"ParserConfig.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
"ParserConfig.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
|
||||||
|
|
|
@ -398,6 +398,9 @@
|
||||||
<Filter
|
<Filter
|
||||||
Name="impl"
|
Name="impl"
|
||||||
Filter="">
|
Filter="">
|
||||||
|
<File
|
||||||
|
RelativePath="..\Utils\impl\codecvt_specialisations.cpp">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\Utils\impl\codecvt_specialisations.h">
|
RelativePath="..\Utils\impl\codecvt_specialisations.h">
|
||||||
</File>
|
</File>
|
||||||
|
@ -446,8 +449,8 @@
|
||||||
Name="Debug|Win32">
|
Name="Debug|Win32">
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
CommandLine="cl /TC /D USE_MSXML /EP ParserConfig.S > ParserConfig.h
|
CommandLine="cl /TC /D USE_XERCES /EP ParserConfig.S > ParserConfig.h
|
||||||
cl /TC /D USE_MSXML /EP saxlib.S > saxlib.cpp
|
cl /TC /D USE_XERCES /EP saxlib.S > saxlib.cpp
|
||||||
"
|
"
|
||||||
Outputs="ParserConfig.h;saxlib.cpp"/>
|
Outputs="ParserConfig.h;saxlib.cpp"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
|
|
Loading…
Reference in a new issue