scons buildfix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4838 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman 2010-01-14 23:26:53 +00:00
parent 75c1661e19
commit 61eed07ec4
1 changed files with 4 additions and 4 deletions

View File

@ -37,10 +37,10 @@ if wxenv['HAVE_WX']:
'stdafx.cpp',
'WxUtils.cpp',
'MemoryCards/WiiSaveCrypted.cpp',
'MemoryCards/Crypto/bn.cpp'
'MemoryCards/Crypto/ec.cpp'
'MemoryCards/Crypto/md5.cpp'
'MemoryCards/Crypto/sha1.cpp'
'MemoryCards/Crypto/bn.cpp',
'MemoryCards/Crypto/ec.cpp',
'MemoryCards/Crypto/md5.cpp',
'MemoryCards/Crypto/sha1.cpp',
]
CPPDEFINES = [