mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:19:24 +02:00
fixed makefile
git-svn-id: trunk@4965 -
This commit is contained in:
parent
d64042940b
commit
d67d46eefe
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/12/19]
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/12/21]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom
|
||||
@ -216,7 +216,7 @@ endif
|
||||
export LCL_PLATFORM
|
||||
override TARGET_PROGRAMS+=apiwizz
|
||||
override COMPILER_OPTIONS+=-gl
|
||||
override COMPILER_UNITDIR+=. $(LAZDIR)/lcl/units/$(CPU_TARGET)/$(OS_TARGET) $(LAZDIR)/lcl/units/$(LCL_PLATFORM)/$(CPU_TARGET)/$(OS_TARGET) $(LAZDIR)/components/units
|
||||
override COMPILER_UNITDIR+=. $(LAZDIR)/lcl/units/$(CPU_TARGET)/$(OS_TARGET) $(LAZDIR)/lcl/units/$(CPU_TARGET)/$(OS_TARGET)/$(LCL_PLATFORM) $(LAZDIR)/components/units/$(CPU_TARGET)/$(OS_TARGET)
|
||||
override COMPILER_TARGETDIR+=.
|
||||
ifdef REQUIRE_UNITSDIR
|
||||
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
||||
|
@ -18,8 +18,8 @@ packages=rtl fcl
|
||||
[compiler]
|
||||
options=-gl
|
||||
unitdir=. $(LAZDIR)/lcl/units/$(CPU_TARGET)/$(OS_TARGET) \
|
||||
$(LAZDIR)/lcl/units/$(LCL_PLATFORM)/$(CPU_TARGET)/$(OS_TARGET) \
|
||||
$(LAZDIR)/components/units
|
||||
$(LAZDIR)/lcl/units/$(CPU_TARGET)/$(OS_TARGET)/$(LCL_PLATFORM) \
|
||||
$(LAZDIR)/components/units/$(CPU_TARGET)/$(OS_TARGET)
|
||||
targetdir=.
|
||||
|
||||
[prerules]
|
||||
|
Loading…
Reference in New Issue
Block a user