]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/files.lst
Fixed my utnpaste error (thanks to Marcin Wojdyr
[wxWidgets.git] / src / msw / files.lst
index 30ac7cf0dd1e9c76fce2117a087405323b3023fc..55c0c8ce9e100b3d8d511f8d257511819455841f 100644 (file)
@@ -33,6 +33,8 @@ ALL_SOURCES = \
                generic/treelay.cpp \
                generic/wizard.cpp \
                common/appcmn.cpp \
+               common/artprov.cpp \
+               common/artstd.cpp \
                common/choiccmn.cpp \
                common/clipcmn.cpp \
                common/clntdata.cpp \
@@ -86,9 +88,11 @@ ALL_SOURCES = \
                common/hashmap.cpp \
                common/helpbase.cpp \
                common/http.cpp \
+               common/iconbndl.cpp \
                common/imagall.cpp \
                common/imagbmp.cpp \
                common/image.cpp \
+               common/imagfill.cpp \
                common/imaggif.cpp \
                common/imagiff.cpp \
                common/imagjpeg.cpp \
@@ -109,6 +113,7 @@ ALL_SOURCES = \
                common/menucmn.cpp \
                common/mimecmn.cpp \
                common/module.cpp \
+               common/msgout.cpp \
                common/mstream.cpp \
                common/nbkbase.cpp \
                common/object.cpp \
@@ -126,6 +131,7 @@ ALL_SOURCES = \
                common/sckfile.cpp \
                common/sckipc.cpp \
                common/sckstrm.cpp \
+               common/settcmn.cpp \
                common/sizer.cpp \
                common/socket.cpp \
                common/statbar.cpp \
@@ -211,6 +217,7 @@ ALL_SOURCES = \
                msw/helpwin.cpp \
                msw/icon.cpp \
                msw/imaglist.cpp \
+               msw/iniconf.cpp \
                msw/joystick.cpp \
                msw/listbox.cpp \
                msw/listctrl.cpp \
@@ -230,6 +237,7 @@ ALL_SOURCES = \
                msw/palette.cpp \
                msw/pen.cpp \
                msw/penwin.cpp \
+               msw/popupwin.cpp \
                msw/printdlg.cpp \
                msw/printwin.cpp \
                msw/radiobox.cpp \
@@ -290,10 +298,12 @@ ALL_HEADERS = \
                accel.h \
                app.h \
                arrimpl.cpp \
+               artprov.h \
                bitmap.h \
                bmpbuttn.h \
                brush.h \
                buffer.h \
+               build.h \
                busyinfo.h \
                button.h \
                calctrl.h \
@@ -353,6 +363,7 @@ ALL_HEADERS = \
                event.h \
                expr.h \
                fdrepdlg.h \
+               features.h \
                ffile.h \
                file.h \
                fileconf.h \
@@ -385,6 +396,7 @@ ALL_HEADERS = \
                helphtml.h \
                helpwin.h \
                icon.h \
+               iconbndl.h \
                imagbmp.h \
                image.h \
                imaggif.h \
@@ -398,6 +410,7 @@ ALL_HEADERS = \
                imagxpm.h \
                intl.h \
                ioswrap.h \
+               ipc.h \
                ipcbase.h \
                isql.h \
                isqlext.h \
@@ -422,6 +435,7 @@ ALL_HEADERS = \
                minifram.h \
                module.h \
                msgdlg.h \
+               msgout.h \
                mstream.h \
                notebook.h \
                object.h \
@@ -482,6 +496,7 @@ ALL_HEADERS = \
                textfile.h \
                tglbtn.h \
                thread.h \
+               thrimpl.cpp \
                time.h \
                timer.h \
                tipdlg.h \
@@ -574,6 +589,7 @@ ALL_HEADERS = \
                msw/metafile.h \
                msw/mimetype.h \
                msw/minifram.h \
+               msw/missing.h \
                msw/msgdlg.h \
                msw/mslu.h \
                msw/msvcrt.h \
@@ -637,7 +653,6 @@ ALL_HEADERS = \
                generic/gridg.h \
                generic/helpext.h \
                generic/helphtml.h \
-               generic/helpwxht.h \
                generic/imaglist.h \
                generic/laywin.h \
                generic/listctrl.h \
@@ -663,6 +678,7 @@ ALL_HEADERS = \
                unix/fontutil.h \
                unix/gsockunx.h \
                unix/mimetype.h \
+               unix/utilsx11.h \
                html/forcelnk.h \
                html/helpctrl.h \
                html/helpdata.h \
@@ -684,6 +700,8 @@ ALL_HEADERS = \
 COMMONOBJS = \
                parser.o \
                appcmn.o \
+               artprov.o \
+               artstd.o \
                choiccmn.o \
                clipcmn.o \
                clntdata.o \
@@ -737,9 +755,11 @@ COMMONOBJS = \
                hashmap.o \
                helpbase.o \
                http.o \
+               iconbndl.o \
                imagall.o \
                imagbmp.o \
                image.o \
+               imagfill.o \
                imaggif.o \
                imagiff.o \
                imagjpeg.o \
@@ -760,6 +780,7 @@ COMMONOBJS = \
                menucmn.o \
                mimecmn.o \
                module.o \
+               msgout.o \
                mstream.o \
                nbkbase.o \
                object.o \
@@ -777,6 +798,7 @@ COMMONOBJS = \
                sckfile.o \
                sckipc.o \
                sckstrm.o \
+               settcmn.o \
                sizer.o \
                socket.o \
                statbar.o \
@@ -893,6 +915,7 @@ GUIOBJS = \
                helpwin.o \
                icon.o \
                imaglist.o \
+               iniconf.o \
                joystick.o \
                listbox.o \
                listctrl.o \
@@ -911,6 +934,7 @@ GUIOBJS = \
                palette.o \
                pen.o \
                penwin.o \
+               popupwin.o \
                printdlg.o \
                printwin.o \
                radiobox.o \
@@ -959,6 +983,7 @@ GUI_LOWLEVEL_OBJS = \
                dcmemory.o \
                dcprint.o \
                dcscreen.o \
+               dde.o \
                dib.o \
                evtloop.o \
                font.o \
@@ -971,6 +996,7 @@ GUI_LOWLEVEL_OBJS = \
                main.o \
                palette.o \
                pen.o \
+               popupwin.o \
                regconf.o \
                region.o \
                registry.o \