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:
Laurence Muller 2008-07-26 12:32:33 +00:00
parent 82137a0ee9
commit 3f32143513
1 changed files with 2 additions and 2 deletions

View File

@ -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"])