]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing joystick source file for wxMotif
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 21 Nov 2001 20:51:16 +0000 (20:51 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 21 Nov 2001 20:51:16 +0000 (20:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/tmake/filelist.txt
src/motif/files.lst

index 1bd11aa65f710c2f58f9cca7c4cd169cd6cfd06f..03b00424358e0b460ff39c229e3e131695eeb65b 100644 (file)
@@ -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
index 35f35a684c1cd7b9b2ebbc2b6747959fe3d57732..f01bfe0c04c456b0d334a203e137c89c387755ac 100644 (file)
@@ -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 \