* makefiles

This commit is contained in:
marco 2005-04-06 09:08:41 +00:00
parent 567ecff684
commit c9b0f520a9
2 changed files with 1762 additions and 0 deletions

1751
demo/lister/Makefile Normal file

File diff suppressed because it is too large Load Diff

11
demo/lister/Makefile.fpc Normal file
View File

@ -0,0 +1,11 @@
#
# Makefile.fpc for FPC graph demos (part of FPC demo package)
#
[target]
units=flist
programs=lister
[default]
fpcdir=../..