]> git.saurik.com Git - wxWidgets.git/commitdiff
Update compile support for OpenVMS
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 5 Jan 2011 07:30:46 +0000 (07:30 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 5 Jan 2011 07:30:46 +0000 (07:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/descrip.mms

index 5b6fc3241fa16b2dac6c86746684425cba90c1e2..2beea8c2f36d4302a66ebcbcb6cbd34643519ad4 100644 (file)
@@ -2,7 +2,7 @@
 #                                                                            *
 # Make file for VMS                                                          *
 # Author : J.Jansen (joukj@hrem.nano.tudelft.nl)                             *
-# Date : 15 December 2010                                                    *
+# Date : 4 January 2011                                                      *
 #                                                                            *
 #*****************************************************************************
 .first
@@ -218,7 +218,7 @@ OBJECTS2=tbarbase.obj,srchcmn.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
+               stdstream.obj,uiactioncmn.obj,arttango.obj
 
 OBJECTS_MOTIF=radiocmn.obj,combocmn.obj
 
@@ -417,7 +417,8 @@ SOURCES = \
                xtistrm.cpp,\
                xtixml.cpp,\
                wrapsizer.cpp,archive.cpp,fs_arc.cpp,arcall.cpp,arcfind.cpp,\
-               tarstrm.cpp,datavcmn.cpp,debugrpt.cpp,uiactioncmn.cpp
+               tarstrm.cpp,datavcmn.cpp,debugrpt.cpp,uiactioncmn.cpp,\
+               arttango.cpp
 
 all : $(SOURCES)
        $(MMS)$(MMSQUALIFIERS) $(OBJECTS)
@@ -672,3 +673,4 @@ languageinfo.obj : languageinfo.cpp
 filehistorycmn.obj : filehistorycmn.cpp
 stdstream.obj : stdstream.cpp
 uiactioncmn.obj : uiactioncmn.cpp
+arttango.obj : arttango.cpp