Update makefiles for OpenVMS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user