X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/09cf7c5853e45018195dd43805e4d88ff33f8692..a54d6c1bbb35f6adce30704c987496acc0337020:/src/gtk.inc?ds=sidebyside diff --git a/src/gtk.inc b/src/gtk.inc index da724fad37..3e3457f3ee 100644 --- a/src/gtk.inc +++ b/src/gtk.inc @@ -2,9 +2,9 @@ NONE = # define library name -LIB_TARGET=wx_gtk +LIB_TARGET=wx_gtk_1_0 LIB_MAJOR=1 -LIB_MINOR=91 +LIB_MINOR=99 # define library sources @@ -25,6 +25,7 @@ LIB_CPP_SRC=\ common/hash.cpp \ common/helpbase.cpp \ common/intl.cpp \ + common/image.cpp \ common/ipcbase.cpp \ common/layout.cpp \ common/list.cpp \ @@ -36,6 +37,7 @@ LIB_CPP_SRC=\ common/odbc.cpp \ common/postscrp.cpp \ common/prntbase.cpp \ + common/resource.cpp \ common/serbase.cpp \ common/string.cpp \ common/textfile.cpp \ @@ -45,20 +47,34 @@ LIB_CPP_SRC=\ common/wincmn.cpp \ common/framecmn.cpp \ common/stream.cpp \ + common/wfstream.cpp \ common/datstrm.cpp \ - common/fstream.cpp \ common/mstream.cpp \ common/zstream.cpp \ common/objstrm.cpp \ - common/framecmn.cpp \ - common/wincmn.cpp \ + common/sckstrm.cpp \ + common/validate.cpp \ + common/valtext.cpp \ + common/variant.cpp \ + common/wxexpr.cpp \ + common/socket.cpp \ + common/sckaddr.cpp \ + common/sckipc.cpp \ + common/protocol.cpp \ + common/http.cpp \ + common/ftp.cpp \ + common/url.cpp \ + common/tokenzr.cpp \ \ + gtk/accel.cpp \ gtk/app.cpp \ gtk/bitmap.cpp \ + gtk/bmpbuttn.cpp \ gtk/brush.cpp \ gtk/button.cpp \ gtk/checkbox.cpp \ gtk/choice.cpp \ + gtk/clipbrd.cpp \ gtk/colour.cpp \ gtk/control.cpp \ gtk/combobox.cpp \ @@ -67,6 +83,7 @@ LIB_CPP_SRC=\ gtk/dc.cpp \ gtk/dcclient.cpp \ gtk/dcmemory.cpp \ + gtk/dcps.cpp \ gtk/dcscreen.cpp \ gtk/dnd.cpp \ gtk/dialog.cpp \ @@ -79,6 +96,7 @@ LIB_CPP_SRC=\ gtk/listbox.cpp \ gtk/mdi.cpp \ gtk/menu.cpp \ + gtk/minifram.cpp \ gtk/notebook.cpp \ gtk/palette.cpp \ gtk/pen.cpp \ @@ -88,7 +106,9 @@ LIB_CPP_SRC=\ gtk/scrolbar.cpp \ gtk/settings.cpp \ gtk/slider.cpp \ + gtk/spinbutt.cpp \ gtk/statbox.cpp \ + gtk/statbmp.cpp \ gtk/stattext.cpp \ gtk/tbargtk.cpp \ gtk/textctrl.cpp \ @@ -103,18 +123,20 @@ LIB_CPP_SRC=\ generic/gridg.cpp \ generic/imaglist.cpp \ generic/listctrl.cpp \ + generic/laywin.cpp \ generic/msgdlgg.cpp \ generic/panelg.cpp \ generic/printps.cpp \ generic/prntdlgg.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 \ + generic/helpext.cpp - LIB_C_SRC=\ common/extended.c \ \ @@ -150,28 +172,3 @@ LIB_C_SRC=\ zlib/infcodes.c \ zlib/infutil.c \ zlib/inffast.c \ -\ - gdk_imlib/cache.c \ - gdk_imlib/colors.c \ - gdk_imlib/globals.c \ - gdk_imlib/load.c \ - gdk_imlib/misc.c \ - gdk_imlib/rend.c \ - gdk_imlib/save.c \ - gdk_imlib/utils.c \ -\ - iodbc/dlf.c \ - iodbc/dlproc.c \ - iodbc/herr.c \ - iodbc/henv.c \ - iodbc/hdbc.c \ - iodbc/hstmt.c \ - iodbc/connect.c \ - iodbc/prepare.c \ - iodbc/result.c \ - iodbc/execute.c \ - iodbc/fetch.c \ - iodbc/info.c \ - iodbc/catalog.c \ - iodbc/misc.c \ - iodbc/itrace.c