compile fixes linux

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1236 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee 2008-11-21 08:14:39 +00:00
parent 7f47db5d92
commit 081b7bf1ff
2 changed files with 4 additions and 2 deletions

View File

@ -15,6 +15,8 @@ files = [
'PCHW/Mixer.cpp',
'Debugger/Debugger.cpp',
'Debugger/PBView.cpp',
'Debugger/Mails.cpp',
'Debugger/Blocks.cpp',
'Logging/Logging.cpp',
'Logging/Console.cpp',
'UCodes/UCode_AX.cpp',

View File

@ -19,7 +19,7 @@
#include "IniFile.h" // Common files
#include "Config.h" // Config settings
#include "../Config.h" // Config settings
#include "PBView.h" // Debugger files
#include "Debugger.h"
@ -479,4 +479,4 @@ void CDebugger::NotifyUpdate()
m_GPRListView->Update();
}
}
// ==============
// ==============