]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/descrip.mms
Use the wx version of the wxDECLARE_EVENT_TABLE_ENTRY macro
[wxWidgets.git] / src / xrc / descrip.mms
index 316f9e0b27d66bc3cc4c4cef7d7c07b5c9312cd6..8f60f1780a383c7e0481293f3ab4c28733220a58 100755 (executable)
@@ -2,7 +2,7 @@
 #                                                                            *
 # Make file for VMS                                                          *
 # Author : J.Jansen (joukj@hrem.nano.tudelft.nl)                             *
-# Date : 9 September 2008                                                    *
+# Date : 18 June 2009                                                        *
 #                                                                            *
 #*****************************************************************************
 .first
@@ -55,7 +55,8 @@ OBJECTS=xh_bmp.obj,xh_bmpbt.obj,xh_bttn.obj,xh_cald.obj,xh_chckb.obj,\
        xh_fontpicker.obj,xh_clrpicker.obj,xh_odcombo.obj,xh_mdi.obj,\
        xh_grid.obj,xh_datectrl.obj,xh_treebk.obj,xh_bmpcbox.obj,\
        xh_animatctrl.obj,xh_htmllbox.obj,xh_collpane.obj,xh_srchctrl.obj,\
-       xh_propdlg.obj,xmladv.obj
+       xh_propdlg.obj,xh_comboctrl.obj,xmladv.obj,xh_editlbox.obj,\
+       xh_filectrl.obj
 
 SOURCES =xh_bmp.cpp,xh_bmpbt.cpp,xh_bttn.cpp,xh_cald.cpp,xh_chckb.cpp,\
        xh_chckl.cpp,xh_choic.cpp,xh_combo.cpp,xh_dlg.cpp,xh_frame.cpp,\
@@ -69,7 +70,8 @@ SOURCES =xh_bmp.cpp,xh_bmpbt.cpp,xh_bttn.cpp,xh_cald.cpp,xh_chckb.cpp,\
        xh_fontpicker.cpp,xh_clrpicker.cpp,xh_odcombo.cpp,xh_mdi.cpp,\
        xh_grid.cpp,xh_datectrl.cpp,xh_treebk.cpp,xh_bmpcbox.cpp,\
        xh_animatctrl.cpp,xh_htmllbox.cpp,xh_collpane.cpp,xh_srchctrl.cpp,\
-       xh_propdlg.cpp,xmladv.cpp
+       xh_propdlg.cpp,xh_comboctrl.cpp,xmladv.cpp,xh_editlbox.cpp,\
+       xh_filectrl.cpp
   
 all : $(SOURCES)
        $(MMS)$(MMSQUALIFIERS) $(OBJECTS)
@@ -97,6 +99,7 @@ xh_chckb.obj : xh_chckb.cpp
 xh_chckl.obj : xh_chckl.cpp
 xh_choic.obj : xh_choic.cpp
 xh_combo.obj : xh_combo.cpp
+xh_comboctrl.obj : xh_comboctrl.cpp
 xh_dlg.obj : xh_dlg.cpp
 xh_frame.obj : xh_frame.cpp
 xh_gauge.obj : xh_gauge.cpp
@@ -147,3 +150,5 @@ xh_collpane.obj : xh_collpane.cpp
 xh_srchctrl.obj : xh_srchctrl.cpp
 xh_propdlg.obj : xh_propdlg.cpp
 xmladv.obj : xmladv.cpp
+xh_editlbox.obj : xh_editlbox.cpp
+xh_filectrl.obj : xh_filectrl.cpp
\ No newline at end of file