X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aaa38880c4b267f00077f3ce47685d25cf9e8f5e..9d2f3c71d83c52fc4db6c8041de533562816b1d6:/src/motif.inc diff --git a/src/motif.inc b/src/motif.inc index e42e5fa91e..f320372d6e 100644 --- a/src/motif.inc +++ b/src/motif.inc @@ -2,7 +2,7 @@ NONE = # define library name -LIB_TARGET=wx_motif +LIB_TARGET=wx_motif2 LIB_MAJOR=0 LIB_MINOR=1 @@ -24,6 +24,10 @@ LIB_CPP_SRC=\ common/gdicmn.cpp \ 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 \ @@ -31,9 +35,10 @@ LIB_CPP_SRC=\ common/log.cpp \ common/matrix.cpp \ common/memory.cpp \ + common/mimetype.cpp \ common/module.cpp \ common/object.cpp \ - common/postscrp.cpp \ + common/paper.cpp \ common/prntbase.cpp \ common/resource.cpp \ common/serbase.cpp \ @@ -54,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 \ @@ -65,6 +71,7 @@ LIB_CPP_SRC=\ common/http.cpp \ common/url.cpp \ common/tokenzr.cpp \ + common/wxchar.cpp \ \ motif/accel.cpp \ motif/app.cpp \ @@ -73,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 \ @@ -81,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 \ @@ -107,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 \ @@ -120,19 +127,20 @@ 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 \ + generic/helphtml.cpp \ generic/imaglist.cpp \ generic/listctrl.cpp \ generic/laywin.cpp \ @@ -141,47 +149,21 @@ LIB_CPP_SRC=\ generic/panelg.cpp \ generic/printps.cpp \ generic/prntdlgg.cpp \ + generic/prop.cpp \ + generic/propform.cpp \ + generic/proplist.cpp \ generic/sashwin.cpp \ generic/scrolwin.cpp \ generic/splitter.cpp \ generic/statusbr.cpp \ generic/tabg.cpp \ generic/textdlgg.cpp \ - generic/treectrl.cpp + generic/treectrl.cpp \ +\ + unix/utilsunx.cpp LIB_C_SRC=\ \ motif/xmcombo/xmcombo.c \ \ - common/extended.c \ -\ - png/png.c \ - png/pngset.c \ - png/pngget.c \ - png/pngrutil.c \ - png/pngtrans.c \ - png/pngwutil.c \ - png/pngread.c \ - png/pngrio.c \ - png/pngwio.c \ - png/pngwrite.c \ - png/pngrtran.c \ - png/pngwtran.c \ - png/pngmem.c \ - png/pngerror.c \ - png/pngpread.c \ -\ - zlib/adler32.c \ - zlib/compress.c \ - zlib/crc32.c \ - zlib/gzio.c \ - zlib/uncompr.c \ - zlib/deflate.c \ - zlib/trees.c \ - zlib/zutil.c \ - zlib/inflate.c \ - zlib/infblock.c \ - zlib/inftrees.c \ - zlib/infcodes.c \ - zlib/infutil.c \ - zlib/inffast.c \ + common/extended.c