fix update paths
This commit is contained in:
parent
b3fc645a47
commit
8f731ff9e3
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\..\include;..\..\lib\curl;..\..\lib\pcre"
|
||||
AdditionalIncludeDirectories="..\..\include;..\..\lib\curl;..\..\lib\pcre;..\..\lib\nxml"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;textSERV_EXPORTS"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
|
|
Reference in a new issue