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
purge [...]
delete [...]*.obj;
purge [...]
delete [...]*.obj;
+gtk : [.include.wx]setup.h
set default [.src.generic]
$(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
set default [-.common]
set default [.src.generic]
$(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
set default [-.common]
$(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
set default [--]
$(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
set default [--]
+motif : [.include.wx]setup.h
set default [.src.generic]
$(MMS)$(MMSQUALIFIERS)/macro=(__WXMOTIF__=1)
set default [-.common]
set default [.src.generic]
$(MMS)$(MMSQUALIFIERS)/macro=(__WXMOTIF__=1)
set default [-.common]
$(MMS)$(MMSQUALIFIERS)/macro=(__WXMOTIF__=1)
set default [--]
$(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
*/
#define wxUSE_ZIPSTREAM 1
*/
#define wxUSE_ZIPSTREAM 1
+/*
+ * wxPalette class
+ */
+#define wxUSE_PALETTE 1
+
*/
#define wxUSE_MS_HTML_HELP 0
*/
#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
/* 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__ */
#endif /* __WX_SETUP_H__ */