X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/04272d58834238e20d7e637338cfa239796a4898..57f2a6529245d54274a4c56469f1828a6f8fd497:/src/motif/descrip.mms diff --git a/src/motif/descrip.mms b/src/motif/descrip.mms index b872442739..cf50c03596 100644 --- a/src/motif/descrip.mms +++ b/src/motif/descrip.mms @@ -1,8 +1,8 @@ #***************************************************************************** # * # Make file for VMS * -# Author : J.Jansen (joukj@hrem.stm.tudelft.nl) * -# Date : 10 November 1999 * +# Author : J.Jansen (joukj@hrem.nano.tudelft.nl) * +# Date : 21 September 2006 * # * #***************************************************************************** .first @@ -50,8 +50,6 @@ OBJECTS = \ font.obj,\ frame.obj,\ gauge.obj,\ - gdiobj.obj,\ - glcanvas.obj,\ gsockmot.obj,\ icon.obj,\ listbox.obj,\ @@ -75,6 +73,7 @@ OBJECTS = \ toplevel.obj,\ timer.obj,\ toolbar.obj,\ + utils.obj,\ window.obj SOURCES = \ @@ -103,9 +102,7 @@ SOURCES = \ font.cpp,\ frame.cpp,\ gauge.cpp,\ - gdiobj.cpp,\ - glcanvas.cpp,\ - gsockmot.c,\ + gsockmot.cpp,\ icon.cpp,\ listbox.cpp,\ main.cpp,\ @@ -128,6 +125,7 @@ SOURCES = \ toplevel.cpp,\ timer.cpp,\ toolbar.cpp,\ + utils.cpp,\ window.cpp,\ [.xmcombo]xmcombo.c\ @@ -165,9 +163,7 @@ filedlg.obj : filedlg.cpp font.obj : font.cpp frame.obj : frame.cpp gauge.obj : gauge.cpp -gdiobj.obj : gdiobj.cpp -glcanvas.obj : glcanvas.cpp -gsockmot.obj : gsockmot.c +gsockmot.obj : gsockmot.cpp icon.obj : icon.cpp listbox.obj : listbox.cpp main.obj : main.cpp @@ -190,4 +186,5 @@ textctrl.obj : textctrl.cpp toplevel.obj : toplevel.cpp timer.obj : timer.cpp toolbar.obj : toolbar.cpp +utils.obj : utils.cpp window.obj : window.cpp