From: Jouk Jansen Date: Tue, 7 Sep 2004 08:34:00 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/db5cf2b04a56453518b539f977f326f4c3432d86?ds=sidebyside;hp=bfbb0b4c77cd55b5d3073ce3392fa4b2fdc39a50 Committing in . Update of an OpenVMS makefile Modified Files: wxWidgets/src/common/descrip.mms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/descrip.mms b/src/common/descrip.mms index a1bd0b3fd3..b76258d929 100644 --- a/src/common/descrip.mms +++ b/src/common/descrip.mms @@ -142,6 +142,7 @@ OBJECTS1=fs_inet.obj,\ socket.obj,\ settcmn.obj,\ statbar.obj,\ + stockitem.obj,\ stopwatch.obj,\ strconv.obj,\ stream.obj,\ @@ -280,6 +281,7 @@ SOURCES = \ socket.cpp,\ settcmn.cpp,\ statbar.cpp,\ + stockitem.cpp,\ stopwatch.cpp,\ strconv.cpp,\ stream.cpp,\ @@ -451,6 +453,7 @@ sizer.obj : sizer.cpp socket.obj : socket.cpp settcmn.obj : settcmn.cpp statbar.obj : statbar.cpp +stockitem.obj : stockitem.cpp stopwatch.obj : stopwatch.cpp strconv.obj : strconv.cpp stream.obj : stream.cpp