From: Gilles Depeyrot Date: Wed, 21 Nov 2001 20:51:16 +0000 (+0000) Subject: added missing joystick source file for wxMotif X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8d9e8770da32fa3551b02cfcb44078c3bd0f96df?ds=inline added missing joystick source file for wxMotif git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/tmake/filelist.txt b/distrib/msw/tmake/filelist.txt index 1bd11aa65f..03b0042435 100644 --- a/distrib/msw/tmake/filelist.txt +++ b/distrib/msw/tmake/filelist.txt @@ -567,6 +567,7 @@ gauge.cpp Motif gdiobj.cpp Motif glcanvas.cpp Motif icon.cpp Motif +joystick.cpp Motif listbox.cpp Motif main.cpp Motif mdi.cpp Motif @@ -1086,7 +1087,6 @@ control.h MotifH cursor.h MotifH dataform.h MotifH dataobj.h MotifH -dataobj2.h MotifH dc.h MotifH dcclient.h MotifH dcmemory.h MotifH diff --git a/src/motif/files.lst b/src/motif/files.lst index 35f35a684c..f01bfe0c04 100644 --- a/src/motif/files.lst +++ b/src/motif/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 16:36, 2001/11/20 +# This file was automatically generated by tmake at 21:46, 2001/11/21 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MOTIF.T! ALL_SOURCES = \ generic/busyinfo.cpp \ @@ -198,6 +198,7 @@ ALL_SOURCES = \ motif/glcanvas.cpp \ motif/gsockmot.c \ motif/icon.cpp \ + motif/joystick.cpp \ motif/listbox.cpp \ motif/main.cpp \ motif/mdi.cpp \ @@ -497,7 +498,6 @@ ALL_HEADERS = \ motif/cursor.h \ motif/dataform.h \ motif/dataobj.h \ - motif/dataobj2.h \ motif/dc.h \ motif/dcclient.h \ motif/dcmemory.h \ @@ -804,6 +804,7 @@ GUIOBJS = \ glcanvas.o \ gsockmot.o \ icon.o \ + joystick.o \ listbox.o \ main.o \ mdi.o \