]> git.saurik.com Git - wxWidgets.git/commitdiff
Committing in .
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Mon, 1 Oct 2001 10:04:48 +0000 (10:04 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Mon, 1 Oct 2001 10:04:48 +0000 (10:04 +0000)
 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
setup.h_vms

index 6eb637d0bd0f57f8db11ac04957ec8832e93ceac..325bb4fd8408d64ca79c7fa0deca531759bcbc9a 100644 (file)
@@ -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
index c56e08dfc658bf94a119ea7fd5af41d8ad88baaa..fe2d8cff64316cb0a00ed33fa4ffe7b0f8e2ca6f 100644 (file)
  */
 #define wxUSE_ZIPSTREAM 1
 
+/*
+ * wxPalette class
+ */
+#define wxUSE_PALETTE 1
+
 /*
  * wxImage support
  */
  */
 #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__ */