diff options
| author | nakeee <nakeee@gmail.com> | 2009-02-24 15:04:12 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-02-24 15:04:12 +0000 |
| commit | 9b1f0f9083d989b30a52fae549be8d488c3acede (patch) | |
| tree | eaa0b6058220ae3e3b4ca94697aabada55bebda1 /Source/Core/Common/Src/SConscript | |
| parent | e79a93f6168c3205cee892dd7c5765e948c17228 (diff) | |
Added cdutils which suppose to scan for devices in a portable way (ripped from cdio)
Changed the Code to use it instead of DriveUtil code.
Please test the code
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2413 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/SConscript')
| -rw-r--r-- | Source/Core/Common/Src/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/SConscript b/Source/Core/Common/Src/SConscript index 491b47943d..6cb18ad748 100644 --- a/Source/Core/Common/Src/SConscript +++ b/Source/Core/Common/Src/SConscript @@ -5,11 +5,11 @@ Import('env') files = [ "ABI.cpp", "MsgHandler.cpp", + "CDUtils.cpp", "ChunkFile.cpp", "ConsoleWindow.cpp", "ColorUtil.cpp", "CPUDetect.cpp", - "DriveUtil.cpp", "DynamicLibrary.cpp", "Hash.cpp", "IniFile.cpp", |
