6fdfa6d845
* NEW: The property sheet row height takes the font size into account. * BUG: Prevent an infinite recursion in icon selector. [GB.CORBA] * NEW: The component has been removed as it is apparently unused and unmaintained. [GB.GTK] * BUG: Setting the Combo.Text property now raises the Click event. [GB.QT4] * BUG: Setting the Combo.Text property now raises the Click event. * BUG: Setting the DrawingArea.Border property does not make it lose its static contents flag anymore. * NEW: DrawingArea.Refresh now raises the Draw event when the DrawingArea.Cached property is set. It allows to keep the drawing routine at the same place for both cached and uncached cases. * BUG: Hiding and showing again a cached DrawingArea works correctly again. [GB.REPORT] * BUG: Hide the ReportFrame from the control list. git-svn-id: svn://localhost/gambas/trunk@2771 867c0c6c-44f3-4631-809d-bfa615b0a4ec
37 lines
784 B
Makefile
37 lines
784 B
Makefile
SUBDIRS = \
|
|
main \
|
|
@bzlib2_dir@ \
|
|
@zlib_dir@ \
|
|
@mysql_dir@ \
|
|
@odbc_dir@ \
|
|
@postgresql_dir@ \
|
|
@sqlite2_dir@ \
|
|
@sqlite3_dir@ \
|
|
@firebird_dir@ \
|
|
@net_dir@ \
|
|
@curl_dir@ \
|
|
@smtp_dir@ \
|
|
@pcre_dir@ \
|
|
@sdl_dir@ \
|
|
@sdlsound_dir@ \
|
|
@xml_dir@ \
|
|
@v4l_dir@ \
|
|
@crypt_dir@ \
|
|
@qt4_dir@ \
|
|
@gtk_dir@ \
|
|
@opengl_dir@ \
|
|
@desktop_dir@ \
|
|
@pdf_dir@ \
|
|
@cairo_dir@ \
|
|
@imageio_dir@ \
|
|
@imageimlib_dir@ \
|
|
comp \
|
|
app \
|
|
examples
|
|
|
|
EXTRA_DIST = component.am README README.*[^~] TODO TEMPLATE reconf reconf-all
|
|
|
|
am__tar = ${AMTAR} cof - "$$tardir"
|
|
|
|
dist-hook:
|
|
@(cd $(distdir); rm -rf `find . -name ".gambas" -o -name ".lock" -o -name ".xvpics" -o -name "*~" -o -name "*.out" -o -name "*.pot" -o -name "*.gambas" -o -name "core.*" -o -name "vgcore.*" -o -name ".kdbg*" -o -name ".svn"`;)
|