Committing in .

Update of VMS compile support

 Modified Files:
 	wxWindows/descrip.mms wxWindows/setup.h_vms
 	wxWindows/src/common/descrip.mms
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen 2000-01-13 09:03:13 +00:00
parent 37e2cb08cd
commit 94f8abf9d3
3 changed files with 6 additions and 3 deletions

View File

@ -22,9 +22,9 @@ all : setup.h
$(MMS)$(MMSQUALIFIERS)
set default [-.motif]
$(MMS)$(MMSQUALIFIERS)
set default [--.samples.bombs]
set default [--.demos.bombs]
$(MMS)$(MMSQUALIFIERS)
set default [-.caret]
set default [--.samples.caret]
$(MMS)$(MMSQUALIFIERS)
set default [-.checklst]
$(MMS)$(MMSQUALIFIERS)

View File

@ -326,7 +326,7 @@
*/
#define wxUSE_TOOLBAR_SIMPLE 1
#if defined(__WXWINE__) || defined(__GNUWIN32__)
#if defined(__WXWINE__) || defined(__GNUWIN32__) || defined(__WXPM__)
#define wxUSE_OWNER_DRAWN 1
#if wxUSE_TOOLBAR
#define wxUSE_BUTTONBAR 1

View File

@ -33,6 +33,7 @@ OBJECTS = \
appcmn.obj,\
choiccmn.obj,\
clipcmn.obj,\
cmdline.obj,\
cmndata.obj,\
config.obj,\
ctrlcmn.obj,\
@ -131,6 +132,7 @@ SOURCES = \
appcmn.cpp,\
choiccmn.cpp,\
clipcmn.cpp,\
cmdline.cpp,\
cmndata.cpp,\
config.cpp,\
ctrlcmn.cpp,\
@ -254,6 +256,7 @@ appcmn.obj : appcmn.cpp
choiccmn.obj : choiccmn.cpp
clipcmn.obj : clipcmn.cpp
cmndata.obj : cmndata.cpp
cmdline.obj : cmdline.cpp
config.obj : config.cpp
ctrlcmn.obj : ctrlcmn.cpp
ctrlsub.obj : ctrlsub.cpp