X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ba3c11084636881d783898ee231d13fb44a0044..d22e07bf6c1c3cfcc6e5a5a25d4fcfa8ee385bf4:/src/common/descrip.mms diff --git a/src/common/descrip.mms b/src/common/descrip.mms index b5827559bd..42ac3149c5 100644 --- a/src/common/descrip.mms +++ b/src/common/descrip.mms @@ -2,7 +2,7 @@ # * # Make file for VMS * # Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * -# Date : 6 October 2009 * +# Date : 10 May 2010 * # * #***************************************************************************** .first @@ -215,7 +215,9 @@ OBJECTS2=tbarbase.obj,srchcmn.obj,\ 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 OBJECTS_MOTIF=radiocmn.obj,combocmn.obj @@ -413,7 +415,8 @@ SOURCES = \ 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 all : $(SOURCES) $(MMS)$(MMSQUALIFIERS) $(OBJECTS) @@ -530,6 +533,8 @@ hash.obj : hash.cpp 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 @@ -654,3 +659,13 @@ rearrangectrl.obj : rearrangectrl.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