mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 12:59:12 +02:00
only one cpp.exe is needed
git-svn-id: trunk@7492 -
This commit is contained in:
parent
5382e8134a
commit
9eda76d169
@ -231,7 +231,7 @@ endif
|
||||
PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/extra)
|
||||
override PACKAGE_NAME=lazaruside
|
||||
override PACKAGE_VERSION=0.9b
|
||||
RCPP?=$(strip $(wildcard $(addsuffix /cpp$(SRCEXEEXT),$(SEARCHPATH))))
|
||||
RCPP?=$(firstword $(strip $(wildcard $(addsuffix /cpp$(SRCEXEEXT),$(SEARCHPATH)))))
|
||||
ifndef LCL_PLATFORM
|
||||
ifeq ($(OS_TARGET),win32)
|
||||
LCL_PLATFORM=win32
|
||||
|
@ -47,7 +47,7 @@ basedir=share/lazarus/ide
|
||||
destdir=$(BASEDIR)/dist
|
||||
|
||||
[prerules]
|
||||
RCPP?=$(strip $(wildcard $(addsuffix /cpp$(SRCEXEEXT),$(SEARCHPATH))))
|
||||
RCPP?=$(firstword $(strip $(wildcard $(addsuffix /cpp$(SRCEXEEXT),$(SEARCHPATH)))))
|
||||
#
|
||||
# LCL Platform
|
||||
ifndef LCL_PLATFORM
|
||||
|
Loading…
Reference in New Issue
Block a user