]> git.saurik.com Git - wxWidgets.git/blobdiff - src/Makefile.in
another "const" added
[wxWidgets.git] / src / Makefile.in
index c363c1326412fc8d883f9263a6ef538f1b5027d9..8f698375a8565edc84dd6dc52f6a951d817b78e8 100644 (file)
@@ -55,16 +55,21 @@ LIB_CPP_SRC=\
  common/time.cpp \
  common/timercmn.cpp \
  common/utilscmn.cpp \
+ common/stream.cpp \
+ common/fstream.cpp \
+ common/mstream.cpp \
+ common/zstream.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/control.cpp \
+ gtk/combobox.cpp \
  gtk/cursor.cpp \
  gtk/data.cpp \
  gtk/dc.cpp \
@@ -76,11 +81,13 @@ LIB_CPP_SRC=\
  gtk/filedlg.cpp \
  gtk/font.cpp \
  gtk/frame.cpp \
+ gtk/gauge.cpp \
  gtk/gdiobj.cpp \
  gtk/icon.cpp \
  gtk/listbox.cpp \
  gtk/mdi.cpp \
  gtk/menu.cpp \
+ gtk/notebook.cpp \
  gtk/palette.cpp \
  gtk/pen.cpp \
  gtk/radiobox.cpp \
@@ -97,6 +104,8 @@ LIB_CPP_SRC=\
  gtk/utilsgtk.cpp \
  gtk/utilsres.cpp \
  gtk/window.cpp \
+ @GTK_JOYSTICK@ \
+ @UNIX_THREAD@ \
 \
  generic/choicdgg.cpp \
  generic/colrdlgg.cpp \
@@ -116,6 +125,7 @@ LIB_CPP_SRC=\
  generic/treectrl.cpp
  
 LIB_C_SRC=\
+ common/extended.c \
 \
  gtk/win_gtk.c \
 \