mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Linux: Now video is actually outputted. Changing padsimple in to SDL
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@54 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ec3067e0e1
commit
a626888508
7 changed files with 88 additions and 59 deletions
|
@ -2,4 +2,5 @@ Import('env')
|
|||
output = "../../../../Binary/linux/Plugins/padsimple.so"
|
||||
files = ["main.cpp",
|
||||
]
|
||||
env.SharedLibrary(output, files, LIBS=["common"])
|
||||
padenv=env.Copy(CXXFLAGS = " `pkg-config --cflags sdl`", LINKFLAGS = " `pkg-config --libs sdl`")
|
||||
padenv.SharedLibrary(output, files, LIBS=["common"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue