lazarus/components/Makefile.fpc
lazarus 652e4b7903 MWE:
* changed makefiles so that the LCL is build separate fron interfaces

git-svn-id: trunk@243 -
2001-03-27 20:55:23 +00:00

30 lines
456 B
Makefile

# $Id$
#
# Makefile.fpc for Lazarus for Free Pascal
#
[targets]
dirs=synedit mwedit
[dirs]
# target dir needs to be . or a full path otherwise the
# unittargetdir will be corrupt
# not with the lazarusmake.ini
# targetdir=.
unittargetdir=./units
[install]
units=$(notdir $(basename $(wildcard $(UNITTARGETDIR)/*$(PPUEXT))))
packagename=components
[presettings]
ifndef LCLPLATFORM
LCLPLATFORM=gtk
export LCLPLATFORM
endif
[postsettings]
[rules]