From 8cfc83259909ee3b64f7062ce23d4e513a36bafe Mon Sep 17 00:00:00 2001 From: nakeee Date: Wed, 25 Mar 2009 19:03:32 +0000 Subject: 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 --- Source/Core/Common/Src/SConscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Source/Core/Common/Src/SConscript') 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", ] -- cgit v1.2.3