mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Initial megacommit.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
26
Source/Plugins/Plugin_VideoOGL/Src/SConscript
Normal file
26
Source/Plugins/Plugin_VideoOGL/Src/SConscript
Normal file
@ -0,0 +1,26 @@
|
||||
Import('env')
|
||||
|
||||
files = ["BPStructs.cpp",
|
||||
"DataReader.cpp",
|
||||
"Fifo.cpp",
|
||||
"Globals.cpp",
|
||||
"GLInit.cpp",
|
||||
"main.cpp",
|
||||
"memcpy_amd.cpp",
|
||||
"OpcodeDecoding.cpp",
|
||||
# "OpcodeReaders.cpp", # outdated
|
||||
"PixelShader.cpp",
|
||||
"rasterfont.cpp",
|
||||
"Render.cpp",
|
||||
"TextureDecoder.cpp",
|
||||
"TextureMngr.cpp",
|
||||
"VertexLoader.cpp",
|
||||
"VertexLoader_Normal.cpp",
|
||||
"VertexShader.cpp",
|
||||
# "Linux/Conf.cpp",
|
||||
"Linux/Linux.cpp",
|
||||
]
|
||||
|
||||
gfxenv=env.Copy(CXXFLAGS = " `pkg-config --cflags gtk+-2.0`", LINKFLAGS = " `pkg-config --libs gtk+-2.0`")
|
||||
|
||||
gfxenv.SharedLibrary("../../../../Binary/linux/Plugins/zeroogl.so", files, LIBS=["common", "cairo", "GL", "GLEW", "CgGL", "Cg"])
|
Reference in New Issue
Block a user