* 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 *
* *
*****************************************************************************/
#define wxUSE_MINIFRAME 1
-#define wxUSE_COMBOCONTROL 1
+#define wxUSE_COMBOCTRL 1
-#define wxUSE_OWNERDRAWNCOMBOBOX 1
+#define wxUSE_ODCOMBOBOX 1
#define wxUSE_ACCEL 1
# *
# Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
-# Date : 3 May 2006 *
+# Date : 22 May 2006 *
# *
#*****************************************************************************
.first
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,\
xtixml.obj : xtixml.cpp
uri.obj : uri.cpp
dpycmn.obj : dpycmn.cpp
+combocmn.obj : combocmn.cpp
.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
choicbkg.obj : choicbkg.cpp
toolbkg.obj : toolbkg.cpp
treebkg.obj : treebkg.cpp
+combog.obj : combog.cpp