From 9e4e191af3d350f0438bdc14fedfce219143a3a5 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Mon, 1 Oct 2001 10:04:48 +0000 Subject: [PATCH] Committing in . Modified Files: wxWindows/descrip.mms wxWindows/setup.h_vms Update VMS-compile support ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- descrip.mms | 8 ++++---- setup.h_vms | 26 ++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/descrip.mms b/descrip.mms index 6eb637d0bd..325bb4fd84 100644 --- a/descrip.mms +++ b/descrip.mms @@ -21,7 +21,7 @@ all : purge [...] delete [...]*.obj; -gtk : setup.h +gtk : [.include.wx]setup.h set default [.src.generic] $(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1) set default [-.common] @@ -62,7 +62,7 @@ gtk : setup.h $(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1) set default [--] -motif : setup.h +motif : [.include.wx]setup.h set default [.src.generic] $(MMS)$(MMSQUALIFIERS)/macro=(__WXMOTIF__=1) set default [-.common] @@ -99,5 +99,5 @@ motif : setup.h $(MMS)$(MMSQUALIFIERS)/macro=(__WXMOTIF__=1) set default [--] -setup.h : setup.h_vms - copy setup.h_vms setup.h +[.include.wx]setup.h : setup.h_vms + copy setup.h_vms [.include.wx]setup.h diff --git a/setup.h_vms b/setup.h_vms index c56e08dfc6..fe2d8cff64 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -768,6 +768,11 @@ */ #define wxUSE_ZIPSTREAM 1 +/* + * wxPalette class + */ +#define wxUSE_PALETTE 1 + /* * wxImage support */ @@ -996,7 +1001,28 @@ */ #define wxUSE_MS_HTML_HELP 0 +/* Define if you have wcsrtombs() function */ +#define HAVE_WCSRTOMBS 1 + /* Define this if you are using gtk and gdk contains support for X11R6 XIM */ #undef HAVE_XIM +/* --------------------------------------------------------* + * This stuff is static, it doesn't get modified directly + * by configure. + */ + +#include "wx/chkconf.h" + +/* + define some constants identifying wxWindows version in more details t + just the version number +*/ + +/* wxLogChain class available */ +#define wxHAS_LOG_CHAIN 1 + +/* define this when wxDC::Blit() respects SetDeviceOrigin() in wxGTK */ +#define wxHAS_WORKING_GTK_DC_BLIT 1 + #endif /* __WX_SETUP_H__ */ -- 2.45.2