Fix wx frontend compilation
Add wxcontrolsconfigdialog.* stuff to the build and fix wxcontrolsconfigdialog.h include path. What about a shorter name next time? ;)
This commit is contained in:
parent
1f279f75af
commit
295ffa90b1
|
@ -12,6 +12,7 @@ wxdesmume_SOURCES = \
|
|||
../sndsdl.cpp \
|
||||
../driver.h ../driver.cpp \
|
||||
../wxdlg/wxdlg3dViewer.h ../wxdlg/wxdlg3dViewer.cpp \
|
||||
../wxdlg/wxcontrolsconfigdialog.h ../wxdlg/wxcontrolsconfigdialog.cpp \
|
||||
PadSimple/pluginspecs_pad.h \
|
||||
PadSimple/PadSimple.h PadSimple/PadSimple.cpp \
|
||||
PadSimple/GUI/ConfigDlg.h PadSimple/GUI/ConfigDlg.cpp \
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
#include "LuaWindow.h"
|
||||
#include "PadSimple/GUI/ConfigDlg.h"
|
||||
#include "PadSimple/pluginspecs_pad.h"
|
||||
#include "wxcontrolsconfigdialog.h"
|
||||
#include "wxdlg/wxcontrolsconfigdialog.h"
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include <wx/wx.h>
|
||||
|
|
Loading…
Reference in New Issue