diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-08-21 23:28:07 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-08-21 23:28:07 +0000 |
| commit | 465ee5fd866747fe7030d781f9ddebb11c6a840e (patch) | |
| tree | fee7a2383bb14bd72e808206fec045872771aeea /Source/Core/Common/Src/SConscript | |
| parent | 28edd4d31bb521ad350a96f5a14bc31bef27f2bf (diff) | |
Save states - more boring groundwork. Far from done.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@263 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/SConscript')
| -rw-r--r-- | Source/Core/Common/Src/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/SConscript b/Source/Core/Common/Src/SConscript index 5f215ab564..52a4fe3335 100644 --- a/Source/Core/Common/Src/SConscript +++ b/Source/Core/Common/Src/SConscript @@ -2,6 +2,7 @@ Import('env') files = ["ABI.cpp", "Common.cpp", + "ChunkFile.cpp", "CPUDetect.cpp", "DynamicLibrary.cpp", "Hash.cpp", |
