# *
# Make file for VMS *
# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
-# Date : 6 October 2009 *
+# Date : 15 December 2010 *
# *
#*****************************************************************************
.first
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,datavcmn.obj,debugrpt.obj,\
+ translation.obj,languageinfo.obj,filehistorycmn.obj,\
+ stdstream.obj,uiactioncmn.obj
OBJECTS_MOTIF=radiocmn.obj,combocmn.obj
xti.cpp,\
xtistrm.cpp,\
xtixml.cpp,\
- wrapsizer.cpp
+ wrapsizer.cpp,archive.cpp,fs_arc.cpp,arcall.cpp,arcfind.cpp,\
+ tarstrm.cpp,datavcmn.cpp,debugrpt.cpp,uiactioncmn.cpp
all : $(SOURCES)
$(MMS)$(MMSQUALIFIERS) $(OBJECTS)
hashmap.obj : hashmap.cpp
helpbase.obj : helpbase.cpp
http.obj : http.cpp
+ cxx$(CXXFLAGS)$(CXX_DEFINE)/warn=disable=(UNSCOMZER)/obj=http.obj \
+ http.cpp
hyperlnkcmn.obj : hyperlnkcmn.cpp
iconbndl.obj : iconbndl.cpp
init.obj : init.cpp
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
+datavcmn.obj : datavcmn.cpp
+debugrpt.obj : debugrpt.cpp
+translation.obj : translation.cpp
+languageinfo.obj : languageinfo.cpp
+filehistorycmn.obj : filehistorycmn.cpp
+stdstream.obj : stdstream.cpp
+uiactioncmn.obj : uiactioncmn.cpp