X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/843410bdd06e7d7e954a9cc46188b81cc8da135a..23d1d521c829ebfe1ab0abf29c16013ece822c34:/src/gtk.inc diff --git a/src/gtk.inc b/src/gtk.inc index 616b986a18..dba0d140a5 100644 --- a/src/gtk.inc +++ b/src/gtk.inc @@ -4,7 +4,7 @@ NONE = # define library name LIB_TARGET=wx_gtk LIB_MAJOR=1 -LIB_MINOR=91 +LIB_MINOR=94 # define library sources @@ -36,6 +36,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 \ @@ -50,9 +51,24 @@ LIB_CPP_SRC=\ common/mstream.cpp \ common/zstream.cpp \ common/objstrm.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/ftp.cpp \ + common/http.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 \ @@ -87,6 +103,7 @@ LIB_CPP_SRC=\ gtk/settings.cpp \ gtk/slider.cpp \ gtk/statbox.cpp \ + gtk/statbmp.cpp \ gtk/stattext.cpp \ gtk/tbargtk.cpp \ gtk/textctrl.cpp \ @@ -101,17 +118,19 @@ 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 - + LIB_C_SRC=\ common/extended.c \ @@ -157,19 +176,19 @@ LIB_C_SRC=\ 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 + \ + 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