Bochs/bochs/wxbochs.rc
Volker Ruppert e895145ef8 - wx resource problem in plugin mode on win32 fixed. Windows supports only one
resource section and we had two binary resource files if both wx and win32
  are enabled. Now we have only one binary file with all resources.
2003-07-13 23:30:55 +00:00

7 lines
141 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"
#endif