]> git.saurik.com Git - wxWidgets.git/commitdiff
Update makefiles for OpenVMS
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Tue, 30 Aug 2011 09:51:21 +0000 (09:51 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Tue, 30 Aug 2011 09:51:21 +0000 (09:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h_vms
src/generic/descrip.mms
src/xrc/descrip.mms

index 6f6aea5827e16771737dd5e746b30395bd0cf88b..a118ee1b811fbfdbb385000cc462c892ed414be2 100644 (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 : 26 August 2011                                                     *
+ * Date : 30 August 2011                                                     *
  *                                                                           *
  *****************************************************************************/
 
@@ -434,6 +434,7 @@ typedef pid_t GPid;
 #define wxUSE_TOGGLEBTN    0
 #endif
 #define wxUSE_TREECTRL     1
+#define wxUSE_TREELISTCTRL  1
 
 #define wxUSE_STATUSBAR    1
 
index b8365be85395369be4b9606ced163fe2f8594333..df5b61e443a8a0804fb34f600cc8c41860c2c4e8 100644 (file)
@@ -2,7 +2,7 @@
 #                                                                            *
 # Make file for VMS                                                          *
 # Author : J.Jansen (joukj@hrem.nano.tudelft.nl)                             *
-# Date : 21 March 2011                                                       *
+# Date : 29 August 2011                                                      *
 #                                                                            *
 #*****************************************************************************
 .first
@@ -95,7 +95,7 @@ OBJECTS = \
                grideditors.obj,vlbox.obj,vscroll.obj,stattextg.obj,\
                editlbox.obj,datavgen.obj,dbgrptg.obj,dragimgg.obj,\
                richmsgdlgg.obj,commandlinkbuttong.obj,spinctlg.obj,\
-               markuptext.obj
+               markuptext.obj,bannerwindow.obj
 
 SOURCES = \
                aboutdlgg.cpp,\
@@ -167,7 +167,8 @@ SOURCES = \
                icon.cpp,bmpcboxg.cpp,filectrlg.cpp,srchctlg.cpp,notifmsgg.cpp\
                ,headerctrlg.cpp,grideditors.cpp,stattextg.cpp,editlbox.cpp,\
                datavgen.cpp,dbgrptg.cpp,dragimgg.cpp,richmsgdlgg.cpp,\
-               commandlinkbuttong.cpp,spinctlg.cpp markuptext.cpp
+               commandlinkbuttong.cpp,spinctlg.cpp markuptext.cpp \
+               bannerwindow.cpp
 
 .ifdef __WXMOTIF__
 OBJECTS0=statusbr.obj,statline.obj,notebook.obj,spinctlg.obj,collpaneg.obj,\
@@ -304,3 +305,4 @@ richmsgdlgg.obj : richmsgdlgg.cpp
 commandlinkbuttong.obj : commandlinkbuttong.cpp
 spinctlg.obj : spinctlg.cpp
 markuptext.obj : markuptext.cpp
+bannerwindow.obj : bannerwindow.cpp
index a133f036e56b4db0039bde407317f1ef016437d1..9648d3fe33350ca9491f35b3b736aaa512916e56 100755 (executable)
@@ -2,7 +2,7 @@
 #                                                                            *
 # Make file for VMS                                                          *
 # Author : J.Jansen (joukj@hrem.nano.tudelft.nl)                             *
-# Date : 14 December 2010                                                    *
+# Date : 29 August 2011                                                      *
 #                                                                            *
 #*****************************************************************************
 .first
@@ -56,7 +56,7 @@ OBJECTS=xh_bmp.obj,xh_bmpbt.obj,xh_bttn.obj,xh_cald.obj,xh_chckb.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,xh_comboctrl.obj,xmladv.obj,xh_editlbox.obj,\
-       xh_filectrl.obj,xh_cmdlinkbn.obj,xh_toolbk.obj
+       xh_filectrl.obj,xh_cmdlinkbn.obj,xh_toolbk.obj,xh_bannerwindow.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,\
@@ -71,7 +71,7 @@ SOURCES =xh_bmp.cpp,xh_bmpbt.cpp,xh_bttn.cpp,xh_cald.cpp,xh_chckb.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,xh_comboctrl.cpp,xmladv.cpp,xh_editlbox.cpp,\
-       xh_filectrl.cpp,xh_cmdlinkbn.cpp,xh_toolbk.cpp
+       xh_filectrl.cpp,xh_cmdlinkbn.cpp,xh_toolbk.cpp,xh_bannerwindow.cpp
   
 all : $(SOURCES)
        $(MMS)$(MMSQUALIFIERS) $(OBJECTS)
@@ -156,3 +156,4 @@ xh_editlbox.obj : xh_editlbox.cpp
 xh_filectrl.obj : xh_filectrl.cpp
 xh_cmdlinkbn.obj : xh_cmdlinkbn.cpp
 xh_toolbk.obj : xh_toolbk.cpp
+xh_bannerwindow.obj : xh_bannerwindow.cpp