$(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
set default [--.samples.calendar]
$(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
+ set default [-.access]
+ $(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
+ set default [-.animate]
+ $(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
+ set default [-.artprov]
+ $(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
set default [-.aui]
$(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
set default [-.caret]
$(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
+ set default [-.clipboard]
+ $(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
+ set default [-.collpane]
+ $(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
set default [-.combo]
$(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
set default [-.config]
$(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
+ set default [-.console]
+ $(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
set default [-.controls]
$(MMS)$(MMSQUALIFIERS)/macro=(__WXGTK__=1)
set default [-.dialogs]
--- /dev/null
+#*****************************************************************************
+# *
+# Make file for VMS *
+# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
+# Date : 6 October 2009 *
+# *
+#*****************************************************************************
+.first
+ define wx [--.include.wx]
+
+.ifdef __WXMOTIF__
+CXX_DEFINE = /define=(__WXMOTIF__=1)/name=(as_is,short)\
+ /assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+.ifdef __WXGTK__
+CXX_DEFINE = /define=(__WXGTK__=1)/float=ieee/name=(as_is,short)/ieee=denorm\
+ /assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+.ifdef __WXGTK2__
+CXX_DEFINE = /define=(__WXGTK__=1,VMS_GTK2=1)/float=ieee/name=(as_is,short)/ieee=denorm\
+ /assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+.ifdef __WXX11__
+CXX_DEFINE = /define=(__WXX11__=1,__WXUNIVERSAL__==1)/float=ieee\
+ /name=(as_is,short)/assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+CXX_DEFINE =
+.endif
+.endif
+.endif
+.endif
+
+.suffixes : .cpp
+
+.cpp.obj :
+ cxx $(CXXFLAGS)$(CXX_DEFINE) $(MMS$TARGET_NAME).cpp
+
+all :
+.ifdef __WXMOTIF__
+ $(MMS)$(MMSQUALIFIERS) anitest.exe
+.else
+.ifdef __WXGTK__
+ $(MMS)$(MMSQUALIFIERS) anitest_gtk.exe
+.else
+.ifdef __WXGTK2__
+ $(MMS)$(MMSQUALIFIERS) anitest_gtk2.exe
+.else
+.ifdef __WXX11__
+ $(MMS)$(MMSQUALIFIERS) anitest_x11.exe
+.endif
+.endif
+.endif
+.endif
+
+OBJS=anitest.obj
+
+.ifdef __WXMOTIF__
+anitest.exe : $(OBJS)
+ cxxlink $(OBJS),[--.lib]vms/opt
+.else
+.ifdef __WXGTK__
+anitest_gtk.exe : $(OBJS)
+ cxxlink/exec=anitest_gtk.exe $(OBJS),[--.lib]vms_gtk/opt
+.else
+.ifdef __WXGTK2__
+anitest_gtk2.exe : $(OBJS)
+ cxxlink/exec=anitest_gtk2.exe $(OBJS),[--.lib]vms_gtk2/opt
+.else
+.ifdef __WXX11__
+anitest_x11.exe : $(OBJS)
+ cxxlink/exec=anitest_x11.exe $(OBJS),[--.lib]vms_x11_univ/opt
+.endif
+.endif
+.endif
+.endif
+
+anitest.obj : anitest.cpp
--- /dev/null
+#*****************************************************************************
+# *
+# Make file for VMS *
+# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
+# Date : 6 October 2009 *
+# *
+#*****************************************************************************
+.first
+ define wx [--.include.wx]
+
+.ifdef __WXMOTIF__
+CXX_DEFINE = /define=(__WXMOTIF__=1)/name=(as_is,short)\
+ /assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+.ifdef __WXGTK__
+CXX_DEFINE = /define=(__WXGTK__=1)/float=ieee/name=(as_is,short)/ieee=denorm\
+ /assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+.ifdef __WXGTK2__
+CXX_DEFINE = /define=(__WXGTK__=1,VMS_GTK2=1)/float=ieee/name=(as_is,short)/ieee=denorm\
+ /assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+.ifdef __WXX11__
+CXX_DEFINE = /define=(__WXX11__=1,__WXUNIVERSAL__==1)/float=ieee\
+ /name=(as_is,short)/assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+CXX_DEFINE =
+.endif
+.endif
+.endif
+.endif
+
+.suffixes : .cpp
+
+.cpp.obj :
+ cxx $(CXXFLAGS)$(CXX_DEFINE) $(MMS$TARGET_NAME).cpp
+
+all :
+.ifdef __WXMOTIF__
+ $(MMS)$(MMSQUALIFIERS) arttest.exe
+.else
+.ifdef __WXGTK__
+ $(MMS)$(MMSQUALIFIERS) arttest_gtk.exe
+.else
+.ifdef __WXGTK2__
+ $(MMS)$(MMSQUALIFIERS) arttest_gtk2.exe
+.else
+.ifdef __WXX11__
+ $(MMS)$(MMSQUALIFIERS) arttest_x11.exe
+.endif
+.endif
+.endif
+.endif
+
+OBJS=arttest.obj,artbrows.obj
+
+.ifdef __WXMOTIF__
+arttest.exe : $(OBJS)
+ cxxlink $(OBJS),[--.lib]vms/opt
+.else
+.ifdef __WXGTK__
+arttest_gtk.exe : $(OBJS)
+ cxxlink/exec=arttest_gtk.exe $(OBJS),[--.lib]vms_gtk/opt
+.else
+.ifdef __WXGTK2__
+arttest_gtk2.exe : $(OBJS)
+ cxxlink/exec=arttest_gtk2.exe $(OBJS),[--.lib]vms_gtk2/opt
+.else
+.ifdef __WXX11__
+arttest_x11.exe : $(OBJS)
+ cxxlink/exec=arttest_x11.exe $(OBJS),[--.lib]vms_x11_univ/opt
+.endif
+.endif
+.endif
+.endif
+
+arttest.obj : arttest.cpp
+artbrows.obj : artbrows.cpp
--- /dev/null
+#*****************************************************************************
+# *
+# Make file for VMS *
+# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
+# Date : 6 October 2009 *
+# *
+#*****************************************************************************
+.first
+ define wx [--.include.wx]
+
+.ifdef __WXMOTIF__
+CXX_DEFINE = /define=(__WXMOTIF__=1)/name=(as_is,short)\
+ /assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+.ifdef __WXGTK__
+CXX_DEFINE = /define=(__WXGTK__=1)/float=ieee/name=(as_is,short)/ieee=denorm\
+ /assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+.ifdef __WXGTK2__
+CXX_DEFINE = /define=(__WXGTK__=1,VMS_GTK2=1)/float=ieee/name=(as_is,short)/ieee=denorm\
+ /assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+.ifdef __WXX11__
+CXX_DEFINE = /define=(__WXX11__=1,__WXUNIVERSAL__==1)/float=ieee\
+ /name=(as_is,short)/assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+CXX_DEFINE =
+.endif
+.endif
+.endif
+.endif
+
+.suffixes : .cpp
+
+.cpp.obj :
+ cxx $(CXXFLAGS)$(CXX_DEFINE) $(MMS$TARGET_NAME).cpp
+
+all :
+.ifdef __WXMOTIF__
+ $(MMS)$(MMSQUALIFIERS) clipboard.exe
+.else
+.ifdef __WXGTK__
+ $(MMS)$(MMSQUALIFIERS) clipboard_gtk.exe
+.else
+.ifdef __WXGTK2__
+ $(MMS)$(MMSQUALIFIERS) clipboard_gtk2.exe
+.else
+.ifdef __WXX11__
+ $(MMS)$(MMSQUALIFIERS) clipboard_x11.exe
+.endif
+.endif
+.endif
+.endif
+
+OBJS=clipboard.obj
+
+.ifdef __WXMOTIF__
+clipboard.exe : $(OBJS)
+ cxxlink $(OBJS),[--.lib]vms/opt
+.else
+.ifdef __WXGTK__
+clipboard_gtk.exe : $(OBJS)
+ cxxlink/exec=clipboard_gtk.exe $(OBJS),[--.lib]vms_gtk/opt
+.else
+.ifdef __WXGTK2__
+clipboard_gtk2.exe : $(OBJS)
+ cxxlink/exec=clipboard_gtk2.exe $(OBJS),[--.lib]vms_gtk2/opt
+.else
+.ifdef __WXX11__
+clipboard_x11.exe : $(OBJS)
+ cxxlink/exec=clipboard_x11.exe $(OBJS),[--.lib]vms_x11_univ/opt
+.endif
+.endif
+.endif
+.endif
+
+clipboard.obj : clipboard.cpp
--- /dev/null
+#*****************************************************************************
+# *
+# Make file for VMS *
+# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
+# Date : 6 October 2009 *
+# *
+#*****************************************************************************
+.first
+ define wx [--.include.wx]
+
+.ifdef __WXMOTIF__
+CXX_DEFINE = /define=(__WXMOTIF__=1)/name=(as_is,short)\
+ /assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+.ifdef __WXGTK__
+CXX_DEFINE = /define=(__WXGTK__=1)/float=ieee/name=(as_is,short)/ieee=denorm\
+ /assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+.ifdef __WXGTK2__
+CXX_DEFINE = /define=(__WXGTK__=1,VMS_GTK2=1)/float=ieee/name=(as_is,short)/ieee=denorm\
+ /assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+.ifdef __WXX11__
+CXX_DEFINE = /define=(__WXX11__=1,__WXUNIVERSAL__==1)/float=ieee\
+ /name=(as_is,short)/assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+CXX_DEFINE =
+.endif
+.endif
+.endif
+.endif
+
+.suffixes : .cpp
+
+.cpp.obj :
+ cxx $(CXXFLAGS)$(CXX_DEFINE) $(MMS$TARGET_NAME).cpp
+
+all :
+.ifdef __WXMOTIF__
+ $(MMS)$(MMSQUALIFIERS) collpane.exe
+.else
+.ifdef __WXGTK__
+ $(MMS)$(MMSQUALIFIERS) collpane_gtk.exe
+.else
+.ifdef __WXGTK2__
+ $(MMS)$(MMSQUALIFIERS) collpane_gtk2.exe
+.else
+.ifdef __WXX11__
+ $(MMS)$(MMSQUALIFIERS) collpane_x11.exe
+.endif
+.endif
+.endif
+.endif
+
+OBJS=collpane.obj
+
+.ifdef __WXMOTIF__
+collpane.exe : $(OBJS)
+ cxxlink $(OBJS),[--.lib]vms/opt
+.else
+.ifdef __WXGTK__
+collpane_gtk.exe : $(OBJS)
+ cxxlink/exec=collpane_gtk.exe $(OBJS),[--.lib]vms_gtk/opt
+.else
+.ifdef __WXGTK2__
+collpane_gtk2.exe : $(OBJS)
+ cxxlink/exec=collpane_gtk2.exe $(OBJS),[--.lib]vms_gtk2/opt
+.else
+.ifdef __WXX11__
+collpane_x11.exe : $(OBJS)
+ cxxlink/exec=collpane_x11.exe $(OBJS),[--.lib]vms_x11_univ/opt
+.endif
+.endif
+.endif
+.endif
+
+collpane.obj : collpane.cpp
--- /dev/null
+#*****************************************************************************
+# *
+# Make file for VMS *
+# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
+# Date : 6 October 2009 *
+# *
+#*****************************************************************************
+.first
+ define wx [--.include.wx]
+
+.ifdef __WXMOTIF__
+CXX_DEFINE = /define=(__WXMOTIF__=1)/name=(as_is,short)\
+ /assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+.ifdef __WXGTK__
+CXX_DEFINE = /define=(__WXGTK__=1)/float=ieee/name=(as_is,short)/ieee=denorm\
+ /assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+.ifdef __WXGTK2__
+CXX_DEFINE = /define=(__WXGTK__=1,VMS_GTK2=1)/float=ieee/name=(as_is,short)/ieee=denorm\
+ /assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+.ifdef __WXX11__
+CXX_DEFINE = /define=(__WXX11__=1,__WXUNIVERSAL__==1)/float=ieee\
+ /name=(as_is,short)/assume=(nostdnew,noglobal_array_new)/incl=([],[-])
+.else
+CXX_DEFINE =
+.endif
+.endif
+.endif
+.endif
+
+.suffixes : .cpp
+
+.cpp.obj :
+ cxx $(CXXFLAGS)$(CXX_DEFINE) $(MMS$TARGET_NAME).cpp
+
+all :
+.ifdef __WXMOTIF__
+ $(MMS)$(MMSQUALIFIERS) console.exe
+.else
+.ifdef __WXGTK__
+ $(MMS)$(MMSQUALIFIERS) console_gtk.exe
+.else
+.ifdef __WXGTK2__
+ $(MMS)$(MMSQUALIFIERS) console_gtk2.exe
+.else
+.ifdef __WXX11__
+ $(MMS)$(MMSQUALIFIERS) console_x11.exe
+.endif
+.endif
+.endif
+.endif
+
+OBJS=console.obj
+
+.ifdef __WXMOTIF__
+console.exe : $(OBJS)
+ cxxlink $(OBJS),[--.lib]vms/opt
+.else
+.ifdef __WXGTK__
+console_gtk.exe : $(OBJS)
+ cxxlink/exec=console_gtk.exe $(OBJS),[--.lib]vms_gtk/opt
+.else
+.ifdef __WXGTK2__
+console_gtk2.exe : $(OBJS)
+ cxxlink/exec=console_gtk2.exe $(OBJS),[--.lib]vms_gtk2/opt
+.else
+.ifdef __WXX11__
+console_x11.exe : $(OBJS)
+ cxxlink/exec=console_x11.exe $(OBJS),[--.lib]vms_x11_univ/opt
+.endif
+.endif
+.endif
+.endif
+
+console.obj : console.cpp
+ cxx $(CXXFLAGS)$(CXX_DEFINE)/nowarn console.cpp
selectdispatcher.obj,overlaycmn.obj,windowid.obj,sstream.obj,\
wrapsizer.obj,headerctrlcmn.obj,headercolcmn.obj,\
rearrangectrl.obj,spinctrlcmn.obj,datetimefmt.obj,xlocale.obj,\
- regex.obj,any.obj
+ regex.obj,any.obj,archive.obj,fs_arc.obj,arcall.obj,\
+ arcfind.obj,tarstrm.obj
OBJECTS_MOTIF=radiocmn.obj,combocmn.obj
xti.cpp,\
xtistrm.cpp,\
xtixml.cpp,\
- wrapsizer.cpp
+ wrapsizer.cpp,archive.cpp,fs_arc.cpp,arcall.obj,arcfind.obj,\
+ tarstrm.cpp
all : $(SOURCES)
$(MMS)$(MMSQUALIFIERS) $(OBJECTS)
spinctrlcmn.obj : spinctrlcmn.cpp
datetimefmt.obj : datetimefmt.cpp
xlocale.obj : xlocale.cpp
+archive.obj : archive.cpp
+fs_arc.obj : fs_arc.cpp
+arcall.obj : arcall.cpp
+arcfind.obj : arcfind.cpp
+tarstrm.obj : tarstrm.cpp
# *
# Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
-# Date : 18 June 2009 *
+# Date : 6 October 2009 *
# *
#*****************************************************************************
.first
.ifdef __WXMOTIF__
OBJECTS0=statusbr.obj,statline.obj,notebook.obj,spinctlg.obj,collpaneg.obj,\
combog.obj,animateg.obj,colrdlgg.obj,clrpickerg.obj,fontpickerg.obj,\
- mdig.obj
+ mdig.obj,infobar.obj
.else
.ifdef __WXX11__
OBJECTS0=accel.obj,filedlgg.obj,dragimgg.obj,fdrepdlg.obj,htmllbox.obj,\
listbkg.obj,mdig.obj,spinctlg.obj,splash.obj,timer.obj,\
combog.obj,icon.obj,collpaneg.obj,animateg.obj,\
- colrdlgg.obj,clrpickerg.obj,fontpickerg.obj
+ colrdlgg.obj,clrpickerg.obj,fontpickerg.obj,infobar.obj
.else
.ifdef __WXGTK__
OBJECTS0=accel.obj,statusbr.obj,filedlgg.obj,paletteg.obj,\
combog.obj,icon.obj,collpaneg.obj,animateg.obj,\
- colrdlgg.obj,clrpickerg.obj,fontpickerg.obj
+ colrdlgg.obj,clrpickerg.obj,fontpickerg.obj,infobar.obj
.else
OBJECTS0=accel.obj,statusbr.obj,filedlgg.obj,paletteg.obj,\
combog.obj,icon.obj
stattextg.obj : stattextg.cpp
headerctrlg.obj : headerctrlg.cpp
grideditors.obj : grideditors.cpp
+infobar.obj : infobar.cpp
\ No newline at end of file
tglbtn.obj,\
msgdlg.obj,\
treeentry_gtk.obj,textentry.obj,filectrl.obj,print.obj,win_gtk.obj,\
- mnemonics.obj,private.obj,assertdlg_gtk.obj
+ mnemonics.obj,private.obj,assertdlg_gtk.obj,infobar.obj
SOURCES =\
animate.cpp,\
utilsgtk.cpp,\
window.cpp,\
treeentry_gtk.c,textentry.cpp,filectrl.cpp,print.cpp,win_gtk.cpp,\
- mnemonics.cpp,private.cpp,assertdlg_gtk.c
+ mnemonics.cpp,private.cpp,assertdlg_gtk.c,infobar.cpp
all : $(SOURCES)
$(MMS)$(MMSQUALIFIERS) $(OBJECTS)
win_gtk.obj : win_gtk.cpp
mnemonics.obj : mnemonics.cpp
private.obj : private.cpp
-assertdlg_gtk.obj : assertdlg_gtk.c
\ No newline at end of file
+assertdlg_gtk.obj : assertdlg_gtk.c
+infobar.obj : infobar.cpp