X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2a847583540b46be44f99765a9d969410f4d24f2..9d2f3c71d83c52fc4db6c8041de533562816b1d6:/src/motif.inc?ds=sidebyside diff --git a/src/motif.inc b/src/motif.inc index b1d68b5273..f320372d6e 100644 --- a/src/motif.inc +++ b/src/motif.inc @@ -25,6 +25,9 @@ LIB_CPP_SRC=\ common/hash.cpp \ common/helpbase.cpp \ common/image.cpp \ + common/imagjpeg.cpp \ + common/imagpng.cpp \ + common/imaggif.cpp \ common/intl.cpp \ common/ipcbase.cpp \ common/layout.cpp \ @@ -35,7 +38,7 @@ LIB_CPP_SRC=\ common/mimetype.cpp \ common/module.cpp \ common/object.cpp \ - common/postscrp.cpp \ + common/paper.cpp \ common/prntbase.cpp \ common/resource.cpp \ common/serbase.cpp \ @@ -56,6 +59,7 @@ LIB_CPP_SRC=\ common/objstrm.cpp \ common/sckstrm.cpp \ common/validate.cpp \ + common/valgen.cpp \ common/valtext.cpp \ common/variant.cpp \ common/wxexpr.cpp \ @@ -67,6 +71,7 @@ LIB_CPP_SRC=\ common/http.cpp \ common/url.cpp \ common/tokenzr.cpp \ + common/wxchar.cpp \ \ motif/accel.cpp \ motif/app.cpp \ @@ -75,6 +80,7 @@ LIB_CPP_SRC=\ motif/brush.cpp \ motif/button.cpp \ motif/checkbox.cpp \ + motif/checklst.cpp \ motif/choice.cpp \ motif/clipbrd.cpp \ motif/colour.cpp \ @@ -83,12 +89,12 @@ LIB_CPP_SRC=\ motif/combobox.cpp \ motif/cursor.cpp \ motif/data.cpp \ + motif/dataobj.cpp \ motif/dc.cpp \ motif/dcclient.cpp \ motif/dcmemory.cpp \ motif/dcscreen.cpp \ motif/dialog.cpp \ - motif/dirdlg.cpp \ motif/dnd.cpp \ motif/filedlg.cpp \ motif/font.cpp \ @@ -109,7 +115,6 @@ LIB_CPP_SRC=\ motif/msgdlg.cpp \ motif/palette.cpp \ motif/pen.cpp \ - motif/print.cpp \ motif/radiobox.cpp \ motif/radiobut.cpp \ motif/region.cpp \ @@ -122,16 +127,16 @@ LIB_CPP_SRC=\ motif/stattext.cpp \ motif/taskbar.cpp \ motif/textctrl.cpp \ - motif/thread.cpp \ motif/timer.cpp \ motif/toolbar.cpp \ motif/utils.cpp \ - motif/utilsexc.cpp \ motif/wave.cpp \ motif/window.cpp \ \ generic/choicdgg.cpp \ generic/colrdlgg.cpp \ + generic/dcpsg.cpp \ + generic/dirdlgg.cpp \ generic/fontdlgg.cpp \ generic/gridg.cpp \ generic/helpext.cpp \ @@ -153,7 +158,9 @@ LIB_CPP_SRC=\ generic/statusbr.cpp \ generic/tabg.cpp \ generic/textdlgg.cpp \ - generic/treectrl.cpp + generic/treectrl.cpp \ +\ + unix/utilsunx.cpp LIB_C_SRC=\ \