X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a56f55c02d718e9da7574807cb01e4d2cf6a1fa..4d0c0756e1097b4874cfe4d13afe6090987702ef:/src/Makefile.in diff --git a/src/Makefile.in b/src/Makefile.in index 876e27bd92..2f5985ebe5 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -20,8 +20,8 @@ NONE = # define library name LIB_TARGET=wx_gtk -LIB_MAJOR=0 -LIB_MINOR=12 +LIB_MAJOR=1 +LIB_MINOR=90 # define library sources @@ -30,6 +30,7 @@ LIB_CPP_SRC=\ common/cmndata.cpp \ common/config.cpp \ common/date.cpp \ + common/docmdi.cpp \ common/docview.cpp \ common/dynarray.cpp \ common/event.cpp \ @@ -48,6 +49,7 @@ LIB_CPP_SRC=\ common/memory.cpp \ common/module.cpp \ common/object.cpp \ + common/odbc.cpp \ common/postscrp.cpp \ common/prntbase.cpp \ common/string.cpp \ @@ -55,16 +57,24 @@ LIB_CPP_SRC=\ common/time.cpp \ common/timercmn.cpp \ common/utilscmn.cpp \ + common/wincmn.cpp \ + common/framecmn.cpp \ + common/stream.cpp \ + common/datstrm.cpp \ + common/fstream.cpp \ + common/mstream.cpp \ + common/zstream.cpp \ + common/objstrm.cpp \ \ gtk/app.cpp \ gtk/bitmap.cpp \ - gtk/bmpbuttn.cpp \ gtk/brush.cpp \ gtk/button.cpp \ gtk/checkbox.cpp \ gtk/choice.cpp \ gtk/colour.cpp \ gtk/control.cpp \ + gtk/combobox.cpp \ gtk/cursor.cpp \ gtk/data.cpp \ gtk/dc.cpp \ @@ -82,6 +92,7 @@ LIB_CPP_SRC=\ gtk/listbox.cpp \ gtk/mdi.cpp \ gtk/menu.cpp \ + gtk/notebook.cpp \ gtk/palette.cpp \ gtk/pen.cpp \ gtk/radiobox.cpp \ @@ -91,7 +102,6 @@ LIB_CPP_SRC=\ gtk/settings.cpp \ gtk/slider.cpp \ gtk/statbox.cpp \ - gtk/statbmp.cpp \ gtk/stattext.cpp \ gtk/tbargtk.cpp \ gtk/textctrl.cpp \ @@ -99,6 +109,8 @@ LIB_CPP_SRC=\ gtk/utilsgtk.cpp \ gtk/utilsres.cpp \ gtk/window.cpp \ + @GTK_JOYSTICK@ \ + @UNIX_THREAD@ \ \ generic/choicdgg.cpp \ generic/colrdlgg.cpp \ @@ -118,6 +130,7 @@ LIB_CPP_SRC=\ generic/treectrl.cpp LIB_C_SRC=\ + common/extended.c \ \ gtk/win_gtk.c \ \ @@ -159,8 +172,23 @@ LIB_C_SRC=\ gdk_imlib/misc.c \ gdk_imlib/rend.c \ gdk_imlib/save.c \ - gdk_imlib/utils.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 #define library objects LIB_OBJ=\ @@ -177,6 +205,7 @@ clean:: $(RM) -rf png $(RM) -rf zlib $(RM) -rf gdk_imlib + $(RM) -rf iodbc #additional things needed for compile ADD_COMPILE= \