Bochs/bochs/wxbochs.rc
Volker Ruppert 2666953de9 Modified win32 resource files based on patch.mingw-resources. We already use
forward slashes partly in the rc files without errors in MSVC, so we should
use it for all include paths to fix MinGW warnings. Removed original patch.
2013-12-28 15:11:13 +00:00

12 lines
220 B
Plaintext

#include "config.h"
icon_bochs ICON build/win32/nsis/bochs.ico
#include "wx/msw/wx.rc"
#if BX_WITH_WIN32
#include "win32res.rc"
#else
#if BX_DEBUGGER_GUI
#include "win32_enh_dbg.rc"
#endif
#include "bxversion.rc"
#endif