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:
riccardom 2010-07-18 09:05:24 +00:00
parent 1f279f75af
commit 295ffa90b1
2 changed files with 2 additions and 1 deletions

View File

@ -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 \

View File

@ -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>