Bochs/bochs/wxbochs.rc
Volker Ruppert e83d8bd5e3 Rewrite of the USB debugger code for wxWidgets support.
MSVC plugins version now also compiles with USB debugger enabled.
TODO: MSVC builds still fail to show USB debugger dialog.
2024-06-17 23:03:29 +02:00

15 lines
278 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_USE_WIN32USBDEBUG
#include "win32usbres.rc"
#endif
#if BX_DEBUGGER_GUI
#include "win32_enh_dbg.rc"
#endif
#include "bxversion.rc"
#endif