X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/09cf7c5853e45018195dd43805e4d88ff33f8692..fd2daa68f4e2d0f66f466be4dcee7bad9ed4be1a:/src/gtk.inc diff --git a/src/gtk.inc b/src/gtk.inc index da724fad37..dd40309ee0 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=93 # 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,11 +51,18 @@ LIB_CPP_SRC=\ 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/wxexpr.cpp \ + common/socket.cpp \ + common/sckaddr.cpp \ + common/sckipc.cpp \ \ + gtk/accel.cpp \ gtk/app.cpp \ gtk/bitmap.cpp \ + gtk/bmpbuttn.cpp \ gtk/brush.cpp \ gtk/button.cpp \ gtk/checkbox.cpp \ @@ -89,6 +97,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 \ @@ -113,7 +122,7 @@ LIB_CPP_SRC=\ generic/tabg.cpp \ generic/textdlgg.cpp \ generic/treectrl.cpp - + LIB_C_SRC=\ common/extended.c \ @@ -159,19 +168,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