blob: 6f8f7e979a4309500b207df45f287555389bbd53 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Makefile.fpc for FPC win32 demos (part of FPC demo package)
#
[target]
programs_win32=winhello menu dlltest testdll edit
programs_win64=winhello menu dlltest testdll edit
[default]
fpcdir=../../fpcsrc
|