]> git.saurik.com Git - wxWidgets.git/blobdiff - src/microwin/files.lst
debug output for CW corrections
[wxWidgets.git] / src / microwin / files.lst
index ed7428f662fbf5ee35269e59a636459b08747ccd..47b3e1719c6d2fcddd19634fa11ae20d4f8afd94 100644 (file)
@@ -31,6 +31,7 @@ ALL_SOURCES = \
                generic/progdlgg.cpp \
                generic/sashwin.cpp \
                generic/scrlwing.cpp \
+               generic/selstore.cpp \
                generic/spinctlg.cpp \
                generic/splash.cpp \
                generic/splitter.cpp \
@@ -42,6 +43,7 @@ ALL_SOURCES = \
                generic/treectlg.cpp \
                generic/wizard.cpp \
                common/accesscmn.cpp \
+               common/appbase.cpp \
                common/appcmn.cpp \
                common/artprov.cpp \
                common/artstd.cpp \
@@ -85,6 +87,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 \
@@ -146,6 +150,7 @@ ALL_SOURCES = \
                common/sizer.cpp \
                common/socket.cpp \
                common/statbar.cpp \
+               common/stopwatch.cpp \
                common/strconv.cpp \
                common/stream.cpp \
                common/string.cpp \
@@ -202,6 +207,7 @@ ALL_SOURCES = \
                msw/toplevel.cpp \
                msw/utils.cpp \
                msw/window.cpp \
+               unix/baseunix.cpp \
                unix/dialup.cpp \
                unix/dir.cpp \
                unix/gsocket.c \
@@ -233,6 +239,7 @@ ALL_HEADERS = \
                accel.h \
                access.h \
                app.h \
+               apptrait.h \
                arrimpl.cpp \
                artprov.h \
                bitmap.h \
@@ -307,6 +314,7 @@ ALL_HEADERS = \
                filefn.h \
                filename.h \
                filesys.h \
+               fmappriv.h \
                font.h \
                fontdlg.h \
                fontenc.h \
@@ -401,6 +409,7 @@ ALL_HEADERS = \
                sckstrm.h \
                scrolbar.h \
                scrolwin.h \
+               selstore.h \
                settings.h \
                sizer.h \
                slider.h \
@@ -469,6 +478,8 @@ ALL_HEADERS = \
                msw/accel.h \
                msw/access.h \
                msw/app.h \
+               msw/apptbase.h \
+               msw/apptrait.h \
                msw/bitmap.h \
                msw/bmpbuttn.h \
                msw/brush.h \
@@ -597,10 +608,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 \
@@ -624,6 +638,7 @@ ALL_HEADERS = \
 COMMONOBJS = \
                parser.o \
                accesscmn.o \
+               appbase.o \
                appcmn.o \
                artprov.o \
                artstd.o \
@@ -667,6 +682,8 @@ COMMONOBJS = \
                filefn.o \
                filename.o \
                filesys.o \
+               fldlgcmn.o \
+               fmapbase.o \
                fontcmn.o \
                fontmap.o \
                framecmn.o \
@@ -728,6 +745,7 @@ COMMONOBJS = \
                sizer.o \
                socket.o \
                statbar.o \
+               stopwatch.o \
                strconv.o \
                stream.o \
                string.o \
@@ -787,6 +805,7 @@ GENERICOBJS = \
                progdlgg.o \
                sashwin.o \
                scrlwing.o \
+               selstore.o \
                spinctlg.o \
                splash.o \
                splitter.o \
@@ -830,6 +849,7 @@ GUI_LOWLEVEL_OBJS = \
                window.o
 
 UNIXOBJS = \
+               baseunix.o \
                dialup.o \
                dir.o \
                gsocket.o \