diff options
Diffstat (limited to 'build/win32/vsd2xhtml.vcproj')
-rw-r--r-- | build/win32/vsd2xhtml.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/win32/vsd2xhtml.vcproj b/build/win32/vsd2xhtml.vcproj index 37934c6..6d235fb 100644 --- a/build/win32/vsd2xhtml.vcproj +++ b/build/win32/vsd2xhtml.vcproj @@ -45,7 +45,7 @@ <Tool Name="VCCLCompilerTool" Optimization="4" - AdditionalIncludeDirectories="..\..\src\lib,$(LIBWPD_INCLUDE_DIR),$(LIBWPG_INCLUDE_DIR)" + AdditionalIncludeDirectories="..\..\inc,$(LIBWPD_INCLUDE_DIR),$(LIBWPG_INCLUDE_DIR)" PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE" RuntimeLibrary="2" TreatWChar_tAsBuiltInType="false" @@ -133,7 +133,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="...\..\src\lib,$(LIBWPD_INCLUDE_DIR),$(LIBWPG_INCLUDE_DIR)" + AdditionalIncludeDirectories="..\..\inc,$(LIBWPD_INCLUDE_DIR),$(LIBWPG_INCLUDE_DIR)" PreprocessorDefinitions="_DEBUG;DEBUG;WIN32;_CONSOLE" BasicRuntimeChecks="3" RuntimeLibrary="3" |