updating OpenVMS compile support

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen 2006-05-22 14:38:36 +00:00
parent 4660e6acfc
commit 12faa71cea
3 changed files with 9 additions and 6 deletions

View File

@ -3,7 +3,7 @@
* Template for the set.h file for VMS *
* Created from setup.h_in *
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
* Date : 12 May 2006 *
* Date : 19 May 2006 *
* *
*****************************************************************************/
@ -363,9 +363,9 @@ typedef pid_t GPid;
#define wxUSE_MINIFRAME 1
#define wxUSE_COMBOCONTROL 1
#define wxUSE_COMBOCTRL 1
#define wxUSE_OWNERDRAWNCOMBOBOX 1
#define wxUSE_ODCOMBOBOX 1
#define wxUSE_ACCEL 1

View File

@ -2,7 +2,7 @@
# *
# Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
# Date : 3 May 2006 *
# Date : 22 May 2006 *
# *
#*****************************************************************************
.first
@ -192,7 +192,8 @@ OBJECTS_MOTIF=gaugecmn.obj,radiocmn.obj
OBJECTS_X11=accesscmn.obj,dndcmn.obj,dpycmn.obj,dseldlg.obj,\
dynload.obj,effects.obj,fddlgcmn.obj,fs_mem.obj,gaugecmn.obj,\
gbsizer.obj,geometry.obj,matrix.obj,radiocmn.obj,\
regex.obj,taskbarcmn.obj,xti.obj,xtistrm.obj,xtixml.obj
regex.obj,taskbarcmn.obj,xti.obj,xtistrm.obj,xtixml.obj,\
combocmn.obj
SOURCES = \
appbase.cpp,\
@ -532,3 +533,4 @@ xtistrm.obj : xtistrm.cpp
xtixml.obj : xtixml.cpp
uri.obj : uri.cpp
dpycmn.obj : dpycmn.cpp
combocmn.obj : combocmn.cpp

View File

@ -152,7 +152,7 @@ OBJECTS0=,statusbr.obj,statline.obj,notebook.obj,spinctlg.obj
.ifdef __WXX11__
OBJECTS0=,accel.obj,filedlgg.obj,dragimgg.obj,fdrepdlg.obj,htmllbox.obj,\
listbkg.obj,mdig.obj,spinctlg.obj,splash.obj,timer.obj,\
vlbox.obj,vscroll.obj
vlbox.obj,vscroll.obj,combog.obj
.else
OBJECTS0=,accel.obj,statusbr.obj,filedlgg.obj,paletteg.obj
.endif
@ -236,3 +236,4 @@ listbkg.obj : listbkg.cpp
choicbkg.obj : choicbkg.cpp
toolbkg.obj : toolbkg.cpp
treebkg.obj : treebkg.cpp
combog.obj : combog.cpp