Core: It seems like different settings work on different systems. So I added a Setup.h file to allow local custom compilation settings. I avoided placing this in Common.h to avoid having to rebuild many files when the settings are changed.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2208 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2009-02-10 17:41:38 +00:00
parent 516a14150a
commit 5be14f1b72
3 changed files with 48 additions and 3 deletions

View File

@ -686,6 +686,10 @@
RelativePath=".\Src\SConscript"
>
</File>
<File
RelativePath=".\Src\Setup.h"
>
</File>
<File
RelativePath=".\Src\stdafx.cpp"
>