]> git.saurik.com Git - wxWidgets.git/blobdiff - src/Makefile.in
old TODO renamed
[wxWidgets.git] / src / Makefile.in
index d76b0cb635950520ab7cefc7a5ff67b565aedd65..c8d2ce3619c7050176cb9bf6311260ae8ac43049 100644 (file)
@@ -20,8 +20,8 @@ NONE =
 
 # define library name
 LIB_TARGET=wx_gtk
-LIB_MAJOR=1
-LIB_MINOR=90
+LIB_MAJOR=0
+LIB_MINOR=12
 
 # define library sources
 
@@ -55,16 +55,15 @@ LIB_CPP_SRC=\
  common/time.cpp \
  common/timercmn.cpp \
  common/utilscmn.cpp \
+ common/datstrm.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/combobox.cpp \
  gtk/control.cpp \
  gtk/cursor.cpp \
  gtk/data.cpp \
@@ -77,7 +76,6 @@ LIB_CPP_SRC=\
  gtk/filedlg.cpp \
  gtk/font.cpp \
  gtk/frame.cpp \
- gtk/gauge.cpp \
  gtk/gdiobj.cpp \
  gtk/icon.cpp \
  gtk/listbox.cpp \
@@ -93,7 +91,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 \
@@ -101,6 +98,8 @@ LIB_CPP_SRC=\
  gtk/utilsgtk.cpp \
  gtk/utilsres.cpp \
  gtk/window.cpp \
+ @GTK_JOYSTICK@ \
+ @UNIX_THREAD@ \
 \
  generic/choicdgg.cpp \
  generic/colrdlgg.cpp \
@@ -120,6 +119,7 @@ LIB_CPP_SRC=\
  generic/treectrl.cpp
  
 LIB_C_SRC=\
+ common/extended.c \
 \
  gtk/win_gtk.c \
 \
@@ -182,10 +182,7 @@ clean::
 
 #additional things needed for compile
 ADD_COMPILE= \
-   -DHAVE_LIBPNG -DDJPEG_PROG=\"\" -DCJPEG_PROG=\"\" \
-   -I$(WXBASEDIR)/src/png \
-   -I$(WXBASEDIR)/src/zlib \
-   -I$(WXBASEDIR)/src/gdk_imlib
+   -DHAVE_LIBPNG -DDJPEG_PROG=\"\" -DCJPEG_PROG=\"\"
 
 # include the definitions now
 include ../../template.mak