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
This commit is contained in:
Jouk Jansen 2001-10-01 10:04:48 +00:00
parent bb48ed2caa
commit 9e4e191af3
2 changed files with 30 additions and 4 deletions

View 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

View File

@ -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__ */