mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 23:11:14 +01:00
Linux: Fixes to Compile
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@69 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
1040cb1512
commit
485ec4b341
@ -18,7 +18,7 @@ files = ["Console.cpp",
|
|||||||
"Debugger/Debugger_SymbolMap.cpp",
|
"Debugger/Debugger_SymbolMap.cpp",
|
||||||
"Debugger/Dump.cpp",
|
"Debugger/Dump.cpp",
|
||||||
"Debugger/PPCDebugInterface.cpp",
|
"Debugger/PPCDebugInterface.cpp",
|
||||||
"Debugger/GClibloc.cpp",
|
# "Debugger/GClibloc.cpp", #Outdated
|
||||||
"HW/AudioInterface.cpp",
|
"HW/AudioInterface.cpp",
|
||||||
"HW/CommandProcessor.cpp",
|
"HW/CommandProcessor.cpp",
|
||||||
"HW/CPU.cpp",
|
"HW/CPU.cpp",
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "Common.h"
|
|
||||||
#include "Globals.h"
|
#include "Globals.h"
|
||||||
#include "MemoryUtil.h"
|
#include "MemoryUtil.h"
|
||||||
#include "Fifo.h"
|
#include "Fifo.h"
|
||||||
|
@ -24,6 +24,6 @@ files = ["BPStructs.cpp",
|
|||||||
"GUI/ConfigDlg.cpp",
|
"GUI/ConfigDlg.cpp",
|
||||||
]
|
]
|
||||||
|
|
||||||
gfxenv=env.Copy(CXXFLAGS = " `wx-config --cppflags --debug` `pkg-config --cflags gtk+-2.0 xxf86vm` ", LINKFLAGS = "`wx-config --libs --debug` `pkg-config --libs gtk+-2.0 xxf86vm` ")
|
gfxenv=env.Copy(CXXFLAGS = " `wx-config --cppflags --debug` `pkg-config --cflags xxf86vm` ", LINKFLAGS = "`wx-config --libs --debug` `pkg-config --libs xxf86vm` ")
|
||||||
|
|
||||||
gfxenv.SharedLibrary("../../../../Binary/linux/Plugins/zeroogl.so", files, LIBS=["videocommon", "common", "cairo", "GL", "GLEW", "CgGL", "Cg", "X11"])
|
gfxenv.SharedLibrary("../../../../Binary/linux/Plugins/zeroogl.so", files, LIBS=["videocommon", "common", "cairo", "GL", "GLEW", "CgGL", "Cg", "X11"])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user