]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/files.lst
Initial revision
[wxWidgets.git] / src / motif / files.lst
index 99b5e694f270752046568a85cf00aa0c6183474f..d74d6b09d22296abbc6dde03dfef3d28d09f817a 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 \
@@ -90,6 +91,7 @@ ALL_SOURCES = \
                common/filename.cpp \
                common/filesys.cpp \
                common/fldlgcmn.cpp \
+               common/fmapbase.cpp \
                common/fontcmn.cpp \
                common/fontmap.cpp \
                common/framecmn.cpp \
@@ -151,6 +153,7 @@ ALL_SOURCES = \
                common/sizer.cpp \
                common/socket.cpp \
                common/statbar.cpp \
+               common/stopwatch.cpp \
                common/strconv.cpp \
                common/stream.cpp \
                common/string.cpp \
@@ -236,6 +239,7 @@ ALL_SOURCES = \
                x11/pen.cpp \
                x11/region.cpp \
                x11/utilsx.cpp \
+               unix/baseunix.cpp \
                unix/dialup.cpp \
                unix/dir.cpp \
                unix/fontenum.cpp \
@@ -273,6 +277,7 @@ ALL_HEADERS = \
                access.h \
                access.h \
                app.h \
+               apptrait.h \
                arrimpl.cpp \
                artprov.h \
                bitmap.h \
@@ -347,6 +352,7 @@ ALL_HEADERS = \
                filefn.h \
                filename.h \
                filesys.h \
+               fmappriv.h \
                font.h \
                fontdlg.h \
                fontenc.h \
@@ -600,10 +606,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 \
@@ -631,6 +640,7 @@ ALL_HEADERS = \
 
 COMMONOBJS = \
                accesscmn.o \
+               appbase.o \
                appcmn.o \
                artprov.o \
                artstd.o \
@@ -676,6 +686,7 @@ COMMONOBJS = \
                filename.o \
                filesys.o \
                fldlgcmn.o \
+               fmapbase.o \
                fontcmn.o \
                fontmap.o \
                framecmn.o \
@@ -737,6 +748,7 @@ COMMONOBJS = \
                sizer.o \
                socket.o \
                statbar.o \
+               stopwatch.o \
                strconv.o \
                stream.o \
                string.o \
@@ -872,6 +884,7 @@ GUIOBJS = \
                utilsx.o
 
 UNIXOBJS = \
+               baseunix.o \
                dialup.o \
                dir.o \
                fontenum.o \