fdabd0c98c
* NEW: The gb.qte component has been removed. [DEVELOPMENT ENVIRONMENT] * NEW: Support for modules in project file deletion. [INTERPRETER] * BUG: Format$() now checks its second argument correctly when it is an integer. * BUG: Exported classes for components written in Gambas are now correctly loaded when inheritance between them is used. [GB.DRAW] * BUG: Some properties of the Draw class didn't correctly check that a drawing device was opened. [GB.FORM.MDI] * NEW: The Toolbar control now raises a Configure event when its configuration has changed. [GB.GTK] * BUG: Fix Draw.Picture() and Draw.Image() on transparent pictures. * BUG: Correctly initialize the foreground and background colors at Draw.Begin(). [GB.QT] * BUG: Fix Draw.Picture() and Draw.Image() on transparent pictures. [GB.QTE] * NEW: This component has been removed. git-svn-id: svn://localhost/gambas/trunk@1939 867c0c6c-44f3-4631-809d-bfa615b0a4ec
8 lines
709 B
Makefile
8 lines
709 B
Makefile
SUBDIRS = main @bzlib2_dir@ @zlib_dir@ @mysql_dir@ @odbc_dir@ @postgresql_dir@ @sqlite3_dir@ @sqlite2_dir@ @firebird_dir@ @gtk_dir@ @net_dir@ @curl_dir@ @smtp_dir@ @pcre_dir@ @qt_dir@ @kde_dir@ @sdl_dir@ @sdlsound_dir@ @xml_dir@ @v4l_dir@ @crypt_dir@ @opengl_dir@ @corba_dir@ @pdf_dir@ @gtksvg_dir@ @desktop_dir@ @qt4_dir@ @cairo_dir@ @imageio_dir@ comp app help 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 ".kdbg*" -o -name ".svn"`;)
|