mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
scons buildfix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4838 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
75c1661e19
commit
61eed07ec4
1 changed files with 4 additions and 4 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Reference in a new issue