]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/files.lst
compilation fixes (bug #672413)
[wxWidgets.git] / src / motif / files.lst
index 4e7479347279722534328cc922f501d18d422934..b92bffff011fb6e85fa72789da758991900e738c 100644 (file)
@@ -51,6 +51,7 @@ ALL_SOURCES = \
                common/appcmn.cpp \
                common/artprov.cpp \
                common/artstd.cpp \
+               common/bmpbase.cpp \
                common/choiccmn.cpp \
                common/clipcmn.cpp \
                common/clntdata.cpp \
@@ -229,6 +230,7 @@ ALL_SOURCES = \
                motif/textctrl.cpp \
                motif/timer.cpp \
                motif/toolbar.cpp \
+               motif/toplevel.cpp \
                motif/utils.cpp \
                motif/window.cpp \
                unix/dialup.cpp \
@@ -257,7 +259,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 \
@@ -426,6 +427,7 @@ ALL_HEADERS = \
                prop.h \
                propform.h \
                proplist.h \
+               quantize.h \
                radiobox.h \
                radiobut.h \
                regex.h \
@@ -562,6 +564,7 @@ ALL_HEADERS = \
                motif/textctrl.h \
                motif/timer.h \
                motif/toolbar.h \
+               motif/toplevel.h \
                motif/window.h \
                generic/accel.h \
                generic/calctrl.h \
@@ -583,7 +586,7 @@ ALL_HEADERS = \
                generic/imaglist.h \
                generic/laywin.h \
                generic/listctrl.h \
-               generic/mdig.cpp \
+               generic/mdig.h \
                generic/msgdlgg.h \
                generic/notebook.h \
                generic/paletteg.h \
@@ -627,10 +630,10 @@ ALL_HEADERS = \
                protocol/protocol.h
 
 COMMONOBJS = \
-               parser.o \
                appcmn.o \
                artprov.o \
                artstd.o \
+               bmpbase.o \
                choiccmn.o \
                clipcmn.o \
                clntdata.o \
@@ -861,6 +864,7 @@ GUIOBJS = \
                textctrl.o \
                timer.o \
                toolbar.o \
+               toplevel.o \
                utils.o \
                window.o
 
@@ -893,7 +897,6 @@ HTMLOBJS = \
                m_layout.o \
                m_links.o \
                m_list.o \
-               m_meta.o \
                m_pre.o \
                m_style.o \
                m_tables.o \