mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-06 03:19:52 +01:00
examples: fixed building with makefile, as is done by debian
git-svn-id: trunk@34835 -
This commit is contained in:
parent
c090ec3d8b
commit
c9c1c35a5b
File diff suppressed because it is too large
Load Diff
@ -71,6 +71,7 @@ files=$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) \
|
|||||||
options=-gl
|
options=-gl
|
||||||
unitdir=../lcl/units/$(CPU_TARGET)-$(OS_TARGET) \
|
unitdir=../lcl/units/$(CPU_TARGET)-$(OS_TARGET) \
|
||||||
../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||||
|
../components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) \
|
||||||
../components/synedit/units/$(CPU_TARGET)-$(OS_TARGET) \
|
../components/synedit/units/$(CPU_TARGET)-$(OS_TARGET) \
|
||||||
../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) \
|
../components/codetools/units/$(CPU_TARGET)-$(OS_TARGET) \
|
||||||
.
|
.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user