diff --git a/src/gtk/files.lst b/src/gtk/files.lst index e56c40a7f8..708ddbbc9c 100644 --- a/src/gtk/files.lst +++ b/src/gtk/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 01:27, 2001/04/29 +# This file was automatically generated by tmake at 16:36, 2001/05/01 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T! ALL_SOURCES = \ generic/busyinfo.cpp \ @@ -31,6 +31,7 @@ ALL_SOURCES = \ generic/propform.cpp \ generic/proplist.cpp \ generic/sashwin.cpp \ + generic/scrolwin.cpp \ generic/splash.cpp \ generic/splitter.cpp \ generic/statusbr.cpp \ @@ -495,6 +496,7 @@ ALL_HEADERS = \ gtk/radiobut.h \ gtk/region.h \ gtk/scrolbar.h \ + gtk/scrolwin.h \ gtk/settings.h \ gtk/slider.h \ gtk/spinbutt.h \ @@ -917,6 +919,7 @@ GUIOBJS = \ radiobut.o \ region.o \ scrolbar.o \ + scrolwin.o \ settings.o \ slider.o \ spinbutt.o \ @@ -978,6 +981,7 @@ GUIDEPS = \ radiobut.d \ region.d \ scrolbar.d \ + scrolwin.d \ settings.d \ slider.d \ spinbutt.d \ diff --git a/src/gtk1/files.lst b/src/gtk1/files.lst index e56c40a7f8..708ddbbc9c 100644 --- a/src/gtk1/files.lst +++ b/src/gtk1/files.lst @@ -1,4 +1,4 @@ -# This file was automatically generated by tmake at 01:27, 2001/04/29 +# This file was automatically generated by tmake at 16:36, 2001/05/01 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T! ALL_SOURCES = \ generic/busyinfo.cpp \ @@ -31,6 +31,7 @@ ALL_SOURCES = \ generic/propform.cpp \ generic/proplist.cpp \ generic/sashwin.cpp \ + generic/scrolwin.cpp \ generic/splash.cpp \ generic/splitter.cpp \ generic/statusbr.cpp \ @@ -495,6 +496,7 @@ ALL_HEADERS = \ gtk/radiobut.h \ gtk/region.h \ gtk/scrolbar.h \ + gtk/scrolwin.h \ gtk/settings.h \ gtk/slider.h \ gtk/spinbutt.h \ @@ -917,6 +919,7 @@ GUIOBJS = \ radiobut.o \ region.o \ scrolbar.o \ + scrolwin.o \ settings.o \ slider.o \ spinbutt.o \ @@ -978,6 +981,7 @@ GUIDEPS = \ radiobut.d \ region.d \ scrolbar.d \ + scrolwin.d \ settings.d \ slider.d \ spinbutt.d \