compile fixes linux
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1236 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
7f47db5d92
commit
081b7bf1ff
|
@ -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',
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue