partial fix for digital mars compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#Makefile from wxHatch for Symantec/Digital Mars compiler
|
||||
WXDIR=..\..\..\wxWindows
|
||||
WXDIR=..\..
|
||||
TARGET=multimon_test
|
||||
OBJECTS = $(TARGET).obj
|
||||
EXTRALIBS =
|
||||
|
BIN
samples/multimon/mondrian.ico
Normal file
BIN
samples/multimon/mondrian.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 766 B |
@@ -10,7 +10,9 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <wx/wx.h>
|
||||
#define wxUSE_DISPLAY 1
|
||||
#if ! wxUSE_DISPLAY
|
||||
#error "wxUSE_DISPLAY must be set to 1 in $WXWIN\lib\_sc\wx\setup.h"
|
||||
#endif
|
||||
#include <wx/display.h>
|
||||
|
||||
class TestApp : public wxApp
|
||||
|
6
samples/multimon/multimon_test.rc
Normal file
6
samples/multimon/multimon_test.rc
Normal file
@@ -0,0 +1,6 @@
|
||||
mondrian ICON "mondrian.ico"
|
||||
#include "wx/msw/wx.rc"
|
||||
|
||||
#define MINIMAL_QUIT 1
|
||||
#define MINIMAL_ABOUT 102
|
||||
|
Reference in New Issue
Block a user