Add a vsprops file to bring in include files for iconv, and in the future other contrib headers.

Originally committed to SVN as r4466.
This commit is contained in:
Amar Takhar 2010-06-09 01:11:38 +00:00
parent 931cc7f461
commit 3516b4ce74
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="contrib_includedirs"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="&quot;$(ProjectDir)../../../contrib/iconv/include/&quot;"
/>
</VisualStudioPropertySheet>

View File

@ -22,7 +22,7 @@
Name="Debug|Win32"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="4"
InheritedPropertySheets=".\wxlib_include.vsprops;.\libraries_outdirs.vsprops;.\compiler_options_debug.vsprops;..\aegisub_vs2008\wxlib_lib32.vsprops;..\aegisub_vs2008\suffix_debug32.vsprops;.\precomp_header.vsprops;.\src_msvc_include_dir.vsprops"
InheritedPropertySheets=".\wxlib_include.vsprops;.\libraries_outdirs.vsprops;.\compiler_options_debug.vsprops;..\aegisub_vs2008\wxlib_lib32.vsprops;..\aegisub_vs2008\suffix_debug32.vsprops;.\precomp_header.vsprops;.\src_msvc_include_dir.vsprops;.\contrib_includedirs.vsprops"
CharacterSet="1"
>
<Tool