diff options
| author | nakeee <nakeee@gmail.com> | 2009-03-25 19:03:32 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-03-25 19:03:32 +0000 |
| commit | 8cfc83259909ee3b64f7062ce23d4e513a36bafe (patch) | |
| tree | 3fb62d0a9906cf2cc6cb0c4b1eaca9f4c6e19243 /Source/Core/Common/Src/SConscript | |
| parent | fd3ca6789503e7bbb085d311c9743bae5de83cb7 (diff) | |
moved wavefile to audiocommon, you might need to add audiocommon include/lib paths to DSP-LLE on windows
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2753 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/SConscript')
| -rw-r--r-- | Source/Core/Common/Src/SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/Common/Src/SConscript b/Source/Core/Common/Src/SConscript index 097763d39f..001d77e9a9 100644 --- a/Source/Core/Common/Src/SConscript +++ b/Source/Core/Common/Src/SConscript @@ -16,7 +16,7 @@ files = [ "FileUtil.cpp", "Hash.cpp", "IniFile.cpp", - "LogManager.cpp", + "LogManager.cpp", "MappedFile.cpp", "MathUtil.cpp", "MemArena.cpp", @@ -33,7 +33,6 @@ files = [ "Thunk.cpp", "Timer.cpp", "Thread.cpp", - "WaveFile.cpp", "x64Emitter.cpp", "x64Analyzer.cpp", ] |
