diff options
| author | Laurence Muller <laurence.muller@gmail.com> | 2008-07-23 18:53:54 +0000 |
|---|---|---|
| committer | Laurence Muller <laurence.muller@gmail.com> | 2008-07-23 18:53:54 +0000 |
| commit | d8ed24fd29d4cd8391521ebe44a92cf7675197b8 (patch) | |
| tree | 2e0c3997733346c5b7444339a17b1ba78a38ca5e /Source/Core/DebuggerWX/src/SConscript | |
| parent | 485ec4b34148bb4a51d60eb4d20d75c7581d4831 (diff) | |
nJoy:
- This version should compile on linux.
- The about and config dialogs are disabled (win32 should be replaced by wxWidgets)
- This version is untested, so if you want to try it out, use a premade nJoy.ini from a windows install.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@70 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DebuggerWX/src/SConscript')
| -rw-r--r-- | Source/Core/DebuggerWX/src/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DebuggerWX/src/SConscript b/Source/Core/DebuggerWX/src/SConscript index 4615a805ed..b9955a3270 100644 --- a/Source/Core/DebuggerWX/src/SConscript +++ b/Source/Core/DebuggerWX/src/SConscript @@ -14,7 +14,7 @@ files = ["LogWindow.cpp", "RegisterWindow.cpp", "RegisterView.cpp", ] -wxenv = env.Copy(CXXFLAGS = "`wx-config --cppflags --debug` -DUSE_XPM_BITMAPS -DwxNEEDS_CHARPP", +wxenv = env.Copy(CXXFLAGS = "`wx-config --cppflags` -DUSE_XPM_BITMAPS -DwxNEEDS_CHARPP", LINKFLAGS = "-L/usr/local/lib -pthread `wx-config --libs --debug`") wxenv.StaticLibrary("debwx", files, LIBS = ["common"]) |
