01b28918b3
* NEW: Put the Rect class in the gb.draw component. [GB.GTK] * NEW: Remove the Rect class. * BUG: Draw.Tile() works now. [GB.QT4] * NEW: Remove the Rect class. git-svn-id: svn://localhost/gambas/trunk@3567 867c0c6c-44f3-4631-809d-bfa615b0a4ec
18 lines
352 B
Makefile
18 lines
352 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 \
|
|
main.h main.c
|
|
|
|
|