nJoy: oops... used the old filename, for some odd reason the logo image is black and white in linux...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@86 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
82137a0ee9
commit
3f32143513
|
@ -1,7 +1,7 @@
|
|||
Import('env')
|
||||
output = "../../../../Binary/linux/Plugins/Plugin_nJoy_SDL.so"
|
||||
files = [ "nJoy.cpp",
|
||||
"GUI/AboutDlg.cpp",
|
||||
"GUI/AboutBox.cpp",
|
||||
]
|
||||
padenv=env.Copy(CXXFLAGS = " `wx-config --cppflags` `pkg-config --cflags sdl`", LINKFLAGS = "`wx-config --libs` `pkg-config --libs sdl` ")
|
||||
padenv.SharedLibrary(output, files, LIBS=["common"])
|
||||
padenv.SharedLibrary(output, files, LIBS=["common"])
|
Loading…
Reference in New Issue