Updated src/gtk/files.lst

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9956 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2001-05-01 15:44:26 +00:00
parent 2900bd1c81
commit c112dde0a0
2 changed files with 10 additions and 2 deletions

View File

@ -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! # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T!
ALL_SOURCES = \ ALL_SOURCES = \
generic/busyinfo.cpp \ generic/busyinfo.cpp \
@ -31,6 +31,7 @@ ALL_SOURCES = \
generic/propform.cpp \ generic/propform.cpp \
generic/proplist.cpp \ generic/proplist.cpp \
generic/sashwin.cpp \ generic/sashwin.cpp \
generic/scrolwin.cpp \
generic/splash.cpp \ generic/splash.cpp \
generic/splitter.cpp \ generic/splitter.cpp \
generic/statusbr.cpp \ generic/statusbr.cpp \
@ -495,6 +496,7 @@ ALL_HEADERS = \
gtk/radiobut.h \ gtk/radiobut.h \
gtk/region.h \ gtk/region.h \
gtk/scrolbar.h \ gtk/scrolbar.h \
gtk/scrolwin.h \
gtk/settings.h \ gtk/settings.h \
gtk/slider.h \ gtk/slider.h \
gtk/spinbutt.h \ gtk/spinbutt.h \
@ -917,6 +919,7 @@ GUIOBJS = \
radiobut.o \ radiobut.o \
region.o \ region.o \
scrolbar.o \ scrolbar.o \
scrolwin.o \
settings.o \ settings.o \
slider.o \ slider.o \
spinbutt.o \ spinbutt.o \
@ -978,6 +981,7 @@ GUIDEPS = \
radiobut.d \ radiobut.d \
region.d \ region.d \
scrolbar.d \ scrolbar.d \
scrolwin.d \
settings.d \ settings.d \
slider.d \ slider.d \
spinbutt.d \ spinbutt.d \

View File

@ -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! # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE GTK.T!
ALL_SOURCES = \ ALL_SOURCES = \
generic/busyinfo.cpp \ generic/busyinfo.cpp \
@ -31,6 +31,7 @@ ALL_SOURCES = \
generic/propform.cpp \ generic/propform.cpp \
generic/proplist.cpp \ generic/proplist.cpp \
generic/sashwin.cpp \ generic/sashwin.cpp \
generic/scrolwin.cpp \
generic/splash.cpp \ generic/splash.cpp \
generic/splitter.cpp \ generic/splitter.cpp \
generic/statusbr.cpp \ generic/statusbr.cpp \
@ -495,6 +496,7 @@ ALL_HEADERS = \
gtk/radiobut.h \ gtk/radiobut.h \
gtk/region.h \ gtk/region.h \
gtk/scrolbar.h \ gtk/scrolbar.h \
gtk/scrolwin.h \
gtk/settings.h \ gtk/settings.h \
gtk/slider.h \ gtk/slider.h \
gtk/spinbutt.h \ gtk/spinbutt.h \
@ -917,6 +919,7 @@ GUIOBJS = \
radiobut.o \ radiobut.o \
region.o \ region.o \
scrolbar.o \ scrolbar.o \
scrolwin.o \
settings.o \ settings.o \
slider.o \ slider.o \
spinbutt.o \ spinbutt.o \
@ -978,6 +981,7 @@ GUIDEPS = \
radiobut.d \ radiobut.d \
region.d \ region.d \
scrolbar.d \ scrolbar.d \
scrolwin.d \
settings.d \ settings.d \
slider.d \ slider.d \
spinbutt.d \ spinbutt.d \