X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c11b48536b677d3c101656246804c369f0576328..6f26925422c2de7938509657eb981d6f752a6249:/src/common/descrip.mms diff --git a/src/common/descrip.mms b/src/common/descrip.mms index 2724503a95..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 : 7 October 2009 * +# Date : 10 May 2010 * # * #***************************************************************************** .first @@ -216,7 +216,8 @@ OBJECTS2=tbarbase.obj,srchcmn.obj,\ wrapsizer.obj,headerctrlcmn.obj,headercolcmn.obj,\ rearrangectrl.obj,spinctrlcmn.obj,datetimefmt.obj,xlocale.obj,\ regex.obj,any.obj,archive.obj,fs_arc.obj,arcall.obj,\ - arcfind.obj,tarstrm.obj,datavcmn.obj,debugrpt.obj + arcfind.obj,tarstrm.obj,datavcmn.obj,debugrpt.obj,\ + translation.obj,languageinfo.obj,filehistorycmn.obj OBJECTS_MOTIF=radiocmn.obj,combocmn.obj @@ -532,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 @@ -663,3 +666,6 @@ 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