From: Václav Slavík Date: Sat, 22 Sep 2001 00:21:41 +0000 (+0000) Subject: added wxInputConsumer to wxUniv X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/98ffddb1dbd017192946d8e8b016bffc16a9509e added wxInputConsumer to wxUniv git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/msw/tmake/filelist.txt b/distrib/msw/tmake/filelist.txt index 2bafb16c01..07921d5e4a 100644 --- a/distrib/msw/tmake/filelist.txt +++ b/distrib/msw/tmake/filelist.txt @@ -356,6 +356,7 @@ dialog.cpp Univ framuniv.cpp Univ topluniv.cpp Univ gauge.cpp Univ +inpcons.cpp Univ inphand.cpp Univ listbox.cpp Univ menu.cpp Univ @@ -1212,6 +1213,7 @@ control.h UnivH frame.h UnivH toplevel.h UnivH gauge.h UnivH +inpcons.h UnivH inphand.h UnivH listbox.h UnivH menu.h UnivH diff --git a/src/univ/files.lst b/src/univ/files.lst index 39aee2d253..4b058853e8 100644 --- a/src/univ/files.lst +++ b/src/univ/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 00:50, 2001/09/19 +# This file was automatically generated by tmake at 20:43, 2001/09/21 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T! UNIVOBJS = \ bmpbuttn.o \ @@ -11,6 +11,7 @@ UNIVOBJS = \ framuniv.o \ gauge.o \ gtk.o \ + inpcons.o \ inphand.o \ listbox.o \ menu.o \ @@ -44,6 +45,7 @@ UNIVDEPS = \ framuniv.d \ gauge.d \ gtk.d \ + inpcons.d \ inphand.d \ listbox.d \ menu.d \