...and the SCons/cmake stuff :)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6406 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
j4ck.fr0st 2010-11-14 13:34:41 +00:00
parent 01ac354e97
commit 100ab9274f
2 changed files with 2 additions and 0 deletions

View file

@ -41,6 +41,7 @@ if(wxWidgets_FOUND)
Src/NetPlayServer.cpp
Src/NetWindow.cpp
Src/PatchAddEdit.cpp
Src/UDPConfigDiag.cpp
Src/WiimoteConfigDiag.cpp
Src/MemoryCards/WiiSaveCrypted.cpp)

View file

@ -41,6 +41,7 @@ if env['HAVE_WX']:
'NetPlayClient.cpp',
'NetPlayServer.cpp',
'NetWindow.cpp',
'UDPConfigDiag.cpp',
'WiimoteConfigDiag.cpp',
'WxUtils.cpp',
]