lazarus/lcl/Makefile.fpc
lazarus a2060eac49 MWE:
+ Added CreateCompatibeleBitamp function
  + Updated TWinControl.WMPaint
  + Added some checks to avoid gtk/gdk errors
  - Removed no fixed warning from GetDC
  - Removed some output

git-svn-id: trunk@34 -
2000-09-10 23:08:31 +00:00

37 lines
561 B
Makefile

#
# Makefile.fpc for Lazarus for Free Pascal
#
[targets]
programs=allunits
[require]
packages=fcl gtk
[clean]
units=$(basename $(wildcard $(UNITTARGETDIR)/*$(PPUEXT)))
files=$(wildcard $(UNITTARGETDIR)/*$(OEXT))
[dirs]
unittargetdir=./units
unitdir=$(UNITTARGETDIR) . ./interfaces/$(LCLPLATFORM)
incdir=./include ./interfaces/$(LCLPLATFORM)
[install]
[libs]
[presettings]
ifndef LCLPLATFORM
LCLPLATFORM=gtk
endif
[defaults]
[rules]
cleartarget:
-$(DEL) allunits$(EXEEXT)
all: cleartarget allunits$(EXEEXT)
-$(DEL) allunits$(EXEEXT)