2009-12-03 18:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/Makefile
    + Moved hbcairo to section for contribs with external dependencies.
This commit is contained in:
Viktor Szakats
2009-12-03 17:47:55 +00:00
parent 130ac33424
commit e1f3d8f9fe
2 changed files with 7 additions and 4 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-12-03 18:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/Makefile
+ Moved hbcairo to section for contribs with external dependencies.
2009-12-03 19:24 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* harbour/contrib/hbcairo/tests/table.prg
! use value of returned array instead of parameter by reference

View File

@@ -6,13 +6,11 @@ ROOT := ../
ifeq ($(HB_CONTRIBLIBS),)
# standalone contribs
# contribs _without_ external dependencies
DIRS := \
gtwvg \
hbbmcdx \
hbbtree \
hbcairo \
hbclipsm \
hbct \
hbgt \
@@ -31,10 +29,11 @@ DIRS := \
xhb \
xpp \
# contribs with external dependencies
# contribs _with_ external dependencies
DIRS += \
gtalleg \
hbblat \
hbcairo \
hbcurl \
hbfbird \
hbfimage \