lazarus/lcl/interfaces/Makefile.fpc
lazarus e932ca99e6 MG: fixed compiling gnome interface
git-svn-id: trunk@3456 -
2002-10-03 18:57:25 +00:00

26 lines
288 B
Makefile

#
# $Id$
#
# Makefile.fpc for Lazarus for Free Pascal
#
[package]
main=lcl
[target]
dirs=gtk win32 gnome
[default]
dir=$(LCL_PLATFORM)
[prerules]
# LCL Platform
ifndef LCL_PLATFORM
ifeq ($(OS_TARGET),win32)
LCL_PLATFORM=win32
else
LCL_PLATFORM=gtk
endif
endif
export LCL_PLATFORM