fixed makefile

git-svn-id: trunk@4965 -
This commit is contained in:
mattias 2003-12-26 17:23:54 +00:00
parent d64042940b
commit d67d46eefe
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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]