]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/files.lst
stop usign a deprecated method, and ensure that the imagelist
[wxWidgets.git] / src / gtk1 / files.lst
index 77e77ca1547da9293e046d2b4871395377892f76..989e4927cdfa0a26c491f124bb3dbe1cb4824639 100644 (file)
@@ -45,6 +45,7 @@ ALL_SOURCES = \
                generic/treectlg.cpp \
                generic/wizard.cpp \
                common/accesscmn.cpp \
+               common/appbase.cpp \
                common/appcmn.cpp \
                common/artprov.cpp \
                common/artstd.cpp \
@@ -88,6 +89,8 @@ ALL_SOURCES = \
                common/filefn.cpp \
                common/filename.cpp \
                common/filesys.cpp \
+               common/fldlgcmn.cpp \
+               common/fmapbase.cpp \
                common/fontcmn.cpp \
                common/fontmap.cpp \
                common/framecmn.cpp \
@@ -149,6 +152,7 @@ ALL_SOURCES = \
                common/sizer.cpp \
                common/socket.cpp \
                common/statbar.cpp \
+               common/stopwatch.cpp \
                common/strconv.cpp \
                common/stream.cpp \
                common/string.cpp \
@@ -239,6 +243,7 @@ ALL_SOURCES = \
                gtk/wave.cpp \
                gtk/win_gtk.c \
                gtk/window.cpp \
+               unix/baseunix.cpp \
                unix/dialup.cpp \
                unix/dir.cpp \
                unix/fontenum.cpp \
@@ -275,6 +280,7 @@ ALL_HEADERS = \
                accel.h \
                access.h \
                app.h \
+               apptrait.h \
                arrimpl.cpp \
                artprov.h \
                bitmap.h \
@@ -349,6 +355,7 @@ ALL_HEADERS = \
                filefn.h \
                filename.h \
                filesys.h \
+               fmappriv.h \
                font.h \
                fontdlg.h \
                fontenc.h \
@@ -609,10 +616,13 @@ ALL_HEADERS = \
                generic/timer.h \
                generic/treectlg.h \
                generic/wizard.h \
+               unix/apptbase.h \
+               unix/apptrait.h \
                unix/execute.h \
                unix/fontutil.h \
                unix/gsockunx.h \
                unix/mimetype.h \
+               unix/pipe.h \
                unix/taskbarx11.h \
                unix/utilsx11.h \
                html/forcelnk.h \
@@ -635,6 +645,7 @@ ALL_HEADERS = \
 
 COMMONOBJS = \
                accesscmn.o \
+               appbase.o \
                appcmn.o \
                artprov.o \
                artstd.o \
@@ -678,6 +689,8 @@ COMMONOBJS = \
                filefn.o \
                filename.o \
                filesys.o \
+               fldlgcmn.o \
+               fmapbase.o \
                fontcmn.o \
                fontmap.o \
                framecmn.o \
@@ -739,6 +752,7 @@ COMMONOBJS = \
                sizer.o \
                socket.o \
                statbar.o \
+               stopwatch.o \
                strconv.o \
                stream.o \
                string.o \
@@ -949,6 +963,7 @@ GUI_LOWLEVEL_OBJS = \
                window.o
 
 UNIXOBJS = \
+               baseunix.o \
                dialup.o \
                dir.o \
                fontenum.o \