diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2011-02-10 06:31:12 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2011-02-10 06:31:12 +0000 |
| commit | daf023f4a0e345efcd3d8fbb658f2ac9784475f7 (patch) | |
| tree | c85b9807a581a87d7990eb4603ca8deb61b2b6ed /Source/VSProps | |
| parent | 86278642dcc80065297ba019d9adb60dbf11f868 (diff) | |
vs2010: add debugfast configs for wxw (now debugfast links faster!). clean up wxw projects a lot.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7124 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/VSProps')
| -rw-r--r-- | Source/VSProps/WXWOverrides.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/VSProps/WXWOverrides.props b/Source/VSProps/WXWOverrides.props index aca8ceeb8a..512c9a83e3 100644 --- a/Source/VSProps/WXWOverrides.props +++ b/Source/VSProps/WXWOverrides.props @@ -13,6 +13,7 @@ <ExceptionHandling>Async</ExceptionHandling> <DisableSpecificWarnings>4267</DisableSpecificWarnings> <PreprocessorDefinitions>_LIB;__WXMSW__;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <AdditionalIncludeDirectories>..\..\include;..\..\include\msvc;..\..\..\zlib;..\..\src\png;</AdditionalIncludeDirectories> </ClCompile> </ItemDefinitionGroup> <ItemGroup /> |
