New Visualage stuff and remove OS/2 stuff in the .rc file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
66b6b04535
commit
22224dec5b
@ -10,9 +10,6 @@ option ProjectOptions = gen(arch, "pentium2"), gen(manglelinkagekeywordonlyfuncs
|
|||||||
target "Minimal.exe"
|
target "Minimal.exe"
|
||||||
{
|
{
|
||||||
source type(cpp) "MINIMAL.CPP"
|
source type(cpp) "MINIMAL.CPP"
|
||||||
option res_rc_options("-d __VISAGECPP__ -i ..\\..\\Include")
|
source type(rc) "MINIMAL.RCO"
|
||||||
{
|
|
||||||
source type(rc) "MINIMAL.RC"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
#if defined(__VISAGECPP__)
|
|
||||||
ICON 1 PRELOAD "mondros2.ico"
|
|
||||||
#include "wx/os2/wx.rc"
|
|
||||||
#else
|
|
||||||
mondrian ICON "mondrian.ico"
|
mondrian ICON "mondrian.ico"
|
||||||
#include "wx/msw/wx.rc"
|
#include "wx/msw/wx.rc"
|
||||||
#endif
|
|
||||||
|
|
||||||
#define MINIMAL_QUIT 1
|
#define MINIMAL_QUIT 1
|
||||||
#define MINIMAL_ABOUT 102
|
#define MINIMAL_ABOUT 102
|
||||||
|
Loading…
Reference in New Issue
Block a user