gambas-source-code/main/lib/draw/Makefile.am
Benoît Minisini 225c6e0b40 [DEVELOPMENT ENVIRONMENT]
* NEW: Use DesltopMime.FromFile() method to handle project data files.
* BUG: Installing the Gambas fonts override the old ones that could be
  already installed.
* NEW: Update the Gambas fonts.

[GB.DESKTOP]
* BUG: DesktopFile.Run() now handle programs that does not specify any
  argument pattern (%u, %f, and so on) in its command description.

[GB.DRAW]
* NEW: Add a RectF class, that is a rectangle with Float coordinates.
* NEW: Add a Point class, that is just a point with two Integer 
  coordinates.
* NEW: Add a PointF class, that is just a point with two Float
  coordinates.

[GB.GUI.BASE]
* BUG: GridView and TreeView controls should not lose any MouseDown event
  anymore.
* BUG: Fix previous TreeView optimizations.

[GB.MAP]
* BUG: Rename the "map" class as "Map".


git-svn-id: svn://localhost/gambas/trunk@5354 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-11-24 01:16:40 +00:00

19 lines
400 B
Makefile

EXTRA_DIST = gb.image.h
gblib_LTLIBRARIES = gb.draw.la
gb_draw_la_LIBADD = @MATH_LIB@
gb_draw_la_LDFLAGS = -module @LD_FLAGS@
gb_draw_la_CFLAGS = -I$(top_srcdir)/share @INCLTDL@ $(AM_CFLAGS)
gb_draw_la_SOURCES = \
gb.draw.h gb.paint.h \
gb_list.c \
matrix.h matrix.c \
CDraw.h CDraw.c \
cpaint.h cpaint.c \
crect.h crect.c crect_temp.h \
cpoint.h cpoint.c cpoint_temp.h \
main.h main.c