]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/files.lst
don't use GetSelectedInto() in release build
[wxWidgets.git] / src / msw / files.lst
index 8742a5817f2d704eb33d97b23c9f385d7849fc4c..48e5f897ff751c09012e1903452fb17c74f3dacc 100644 (file)
@@ -113,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 \
@@ -130,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 \
@@ -235,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 \
@@ -285,7 +288,6 @@ ALL_SOURCES = \
                html/m_layout.cpp \
                html/m_links.cpp \
                html/m_list.cpp \
-               html/m_meta.cpp \
                html/m_pre.cpp \
                html/m_style.cpp \
                html/m_tables.cpp \
@@ -300,6 +302,7 @@ ALL_HEADERS = \
                bmpbuttn.h \
                brush.h \
                buffer.h \
+               build.h \
                busyinfo.h \
                button.h \
                calctrl.h \
@@ -355,6 +358,7 @@ ALL_HEADERS = \
                dynarray.h \
                dynlib.h \
                dynload.h \
+               effects.h \
                encconv.h \
                event.h \
                expr.h \
@@ -405,7 +409,9 @@ ALL_HEADERS = \
                imagtiff.h \
                imagxpm.h \
                intl.h \
+               iosfwrap.h \
                ioswrap.h \
+               ipc.h \
                ipcbase.h \
                isql.h \
                isqlext.h \
@@ -413,6 +419,7 @@ ALL_HEADERS = \
                layout.h \
                laywin.h \
                list.h \
+               listbase.h \
                listbox.h \
                listctrl.h \
                listimpl.cpp \
@@ -430,6 +437,7 @@ ALL_HEADERS = \
                minifram.h \
                module.h \
                msgdlg.h \
+               msgout.h \
                mstream.h \
                notebook.h \
                object.h \
@@ -449,6 +457,7 @@ ALL_HEADERS = \
                prop.h \
                propform.h \
                proplist.h \
+               quantize.h \
                radiobox.h \
                radiobut.h \
                regex.h \
@@ -490,6 +499,7 @@ ALL_HEADERS = \
                textfile.h \
                tglbtn.h \
                thread.h \
+               thrimpl.cpp \
                time.h \
                timer.h \
                tipdlg.h \
@@ -582,6 +592,7 @@ ALL_HEADERS = \
                msw/metafile.h \
                msw/mimetype.h \
                msw/minifram.h \
+               msw/missing.h \
                msw/msgdlg.h \
                msw/mslu.h \
                msw/msvcrt.h \
@@ -648,6 +659,7 @@ ALL_HEADERS = \
                generic/imaglist.h \
                generic/laywin.h \
                generic/listctrl.h \
+               generic/mdig.h \
                generic/msgdlgg.h \
                generic/notebook.h \
                generic/paletteg.h \
@@ -660,6 +672,7 @@ ALL_HEADERS = \
                generic/spinctlg.h \
                generic/splash.h \
                generic/splitter.h \
+               generic/statline.h \
                generic/statusbr.h \
                generic/tabg.h \
                generic/textdlgg.h \
@@ -690,7 +703,6 @@ ALL_HEADERS = \
                protocol/protocol.h
 
 COMMONOBJS = \
-               parser.o \
                appcmn.o \
                artprov.o \
                artstd.o \
@@ -772,6 +784,7 @@ COMMONOBJS = \
                menucmn.o \
                mimecmn.o \
                module.o \
+               msgout.o \
                mstream.o \
                nbkbase.o \
                object.o \
@@ -789,6 +802,7 @@ COMMONOBJS = \
                sckfile.o \
                sckipc.o \
                sckstrm.o \
+               settcmn.o \
                sizer.o \
                socket.o \
                statbar.o \
@@ -924,6 +938,7 @@ GUIOBJS = \
                palette.o \
                pen.o \
                penwin.o \
+               popupwin.o \
                printdlg.o \
                printwin.o \
                radiobox.o \
@@ -972,28 +987,41 @@ GUI_LOWLEVEL_OBJS = \
                dcmemory.o \
                dcprint.o \
                dcscreen.o \
+               dde.o \
+               dialup.o \
                dib.o \
+               dirdlg.o \
+               enhmeta.o \
                evtloop.o \
                font.o \
                fontenum.o \
                fontutil.o \
                gdiimage.o \
                gdiobj.o \
+               glcanvas.o \
+               helpbest.o \
+               helpchm.o \
+               helpwin.o \
                icon.o \
-               imaglist.o \
+               joystick.o \
                main.o \
+               minifram.o \
                palette.o \
                pen.o \
+               popupwin.o \
                regconf.o \
                region.o \
                registry.o \
                settings.o \
                snglinst.o \
+               taskbar.o \
                thread.o \
                timer.o \
+               tooltip.o \
                toplevel.o \
                utils.o \
                utilsexc.o \
+               wave.o \
                window.o
 
 HTMLOBJS = \
@@ -1013,7 +1041,6 @@ HTMLOBJS = \
                m_layout.o \
                m_links.o \
                m_list.o \
-               m_meta.o \
                m_pre.o \
                m_style.o \
                m_tables.o \