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:
Chris Elliott
2003-09-01 12:54:58 +00:00
parent 805a614d5a
commit 1f4514b378
4 changed files with 10 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#Makefile from wxHatch for Symantec/Digital Mars compiler #Makefile from wxHatch for Symantec/Digital Mars compiler
WXDIR=..\..\..\wxWindows WXDIR=..\..
TARGET=multimon_test TARGET=multimon_test
OBJECTS = $(TARGET).obj OBJECTS = $(TARGET).obj
EXTRALIBS = EXTRALIBS =

Binary file not shown.

After

Width:  |  Height:  |  Size: 766 B

View File

@@ -10,7 +10,9 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
#include <wx/wx.h> #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> #include <wx/display.h>
class TestApp : public wxApp class TestApp : public wxApp

View File

@@ -0,0 +1,6 @@
mondrian ICON "mondrian.ico"
#include "wx/msw/wx.rc"
#define MINIMAL_QUIT 1
#define MINIMAL_ABOUT 102