added missing joystick source file for wxMotif

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2001-11-21 20:51:16 +00:00
parent 545a0b000f
commit 8d9e8770da
2 changed files with 4 additions and 3 deletions

View 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

View 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 \