mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 23:49:13 +02:00
IDE: simplified TAdditionalCompilerOptions
git-svn-id: trunk@27409 -
This commit is contained in:
parent
1b745dcda2
commit
4c4e51ad9d
@ -648,187 +648,187 @@ ifeq ($(FULL_TARGET),mipsel-linux)
|
|||||||
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
override CLEAN_FILES+=$(wildcard $(COMPILER_UNITTARGETDIR)/*$(OEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(PPUEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*$(RSTEXT)) $(wildcard $(COMPILER_UNITTARGETDIR)/*.lfm) $(wildcard $(COMPILER_UNITTARGETDIR)/*.res) $(wildcard $(COMPILER_UNITTARGETDIR)/*.compiled) $(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT))
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-linux)
|
ifeq ($(FULL_TARGET),i386-linux)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-go32v2)
|
ifeq ($(FULL_TARGET),i386-go32v2)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-win32)
|
ifeq ($(FULL_TARGET),i386-win32)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-os2)
|
ifeq ($(FULL_TARGET),i386-os2)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-freebsd)
|
ifeq ($(FULL_TARGET),i386-freebsd)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-beos)
|
ifeq ($(FULL_TARGET),i386-beos)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-haiku)
|
ifeq ($(FULL_TARGET),i386-haiku)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-netbsd)
|
ifeq ($(FULL_TARGET),i386-netbsd)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-solaris)
|
ifeq ($(FULL_TARGET),i386-solaris)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-qnx)
|
ifeq ($(FULL_TARGET),i386-qnx)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-netware)
|
ifeq ($(FULL_TARGET),i386-netware)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-openbsd)
|
ifeq ($(FULL_TARGET),i386-openbsd)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-wdosx)
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-darwin)
|
ifeq ($(FULL_TARGET),i386-darwin)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-emx)
|
ifeq ($(FULL_TARGET),i386-emx)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-watcom)
|
ifeq ($(FULL_TARGET),i386-watcom)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-netwlibc)
|
ifeq ($(FULL_TARGET),i386-netwlibc)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-wince)
|
ifeq ($(FULL_TARGET),i386-wince)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-embedded)
|
ifeq ($(FULL_TARGET),i386-embedded)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-symbian)
|
ifeq ($(FULL_TARGET),i386-symbian)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-nativent)
|
ifeq ($(FULL_TARGET),i386-nativent)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-linux)
|
ifeq ($(FULL_TARGET),m68k-linux)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-freebsd)
|
ifeq ($(FULL_TARGET),m68k-freebsd)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-netbsd)
|
ifeq ($(FULL_TARGET),m68k-netbsd)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-amiga)
|
ifeq ($(FULL_TARGET),m68k-amiga)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-atari)
|
ifeq ($(FULL_TARGET),m68k-atari)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-openbsd)
|
ifeq ($(FULL_TARGET),m68k-openbsd)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-palmos)
|
ifeq ($(FULL_TARGET),m68k-palmos)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-embedded)
|
ifeq ($(FULL_TARGET),m68k-embedded)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-linux)
|
ifeq ($(FULL_TARGET),powerpc-linux)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-netbsd)
|
ifeq ($(FULL_TARGET),powerpc-netbsd)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-amiga)
|
ifeq ($(FULL_TARGET),powerpc-amiga)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-macos)
|
ifeq ($(FULL_TARGET),powerpc-macos)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-darwin)
|
ifeq ($(FULL_TARGET),powerpc-darwin)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-morphos)
|
ifeq ($(FULL_TARGET),powerpc-morphos)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-embedded)
|
ifeq ($(FULL_TARGET),powerpc-embedded)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),sparc-linux)
|
ifeq ($(FULL_TARGET),sparc-linux)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),sparc-netbsd)
|
ifeq ($(FULL_TARGET),sparc-netbsd)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),sparc-solaris)
|
ifeq ($(FULL_TARGET),sparc-solaris)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),sparc-embedded)
|
ifeq ($(FULL_TARGET),sparc-embedded)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),x86_64-linux)
|
ifeq ($(FULL_TARGET),x86_64-linux)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),x86_64-solaris)
|
ifeq ($(FULL_TARGET),x86_64-solaris)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),x86_64-darwin)
|
ifeq ($(FULL_TARGET),x86_64-darwin)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),x86_64-win64)
|
ifeq ($(FULL_TARGET),x86_64-win64)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),x86_64-embedded)
|
ifeq ($(FULL_TARGET),x86_64-embedded)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-linux)
|
ifeq ($(FULL_TARGET),arm-linux)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-palmos)
|
ifeq ($(FULL_TARGET),arm-palmos)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-darwin)
|
ifeq ($(FULL_TARGET),arm-darwin)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-wince)
|
ifeq ($(FULL_TARGET),arm-wince)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-gba)
|
ifeq ($(FULL_TARGET),arm-gba)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-nds)
|
ifeq ($(FULL_TARGET),arm-nds)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-embedded)
|
ifeq ($(FULL_TARGET),arm-embedded)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-symbian)
|
ifeq ($(FULL_TARGET),arm-symbian)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc64-darwin)
|
ifeq ($(FULL_TARGET),powerpc64-darwin)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),avr-embedded)
|
ifeq ($(FULL_TARGET),avr-embedded)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),armeb-linux)
|
ifeq ($(FULL_TARGET),armeb-linux)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),armeb-embedded)
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),mipsel-linux)
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
||||||
override COMPILER_OPTIONS+=-dLCL -dLCLnogui -MObjFPC -Scghi
|
override COMPILER_OPTIONS+=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-linux)
|
ifeq ($(FULL_TARGET),i386-linux)
|
||||||
override COMPILER_INCLUDEDIR+=.
|
override COMPILER_INCLUDEDIR+=.
|
||||||
@ -1014,370 +1014,370 @@ ifeq ($(FULL_TARGET),mipsel-linux)
|
|||||||
override COMPILER_INCLUDEDIR+=.
|
override COMPILER_INCLUDEDIR+=.
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-linux)
|
ifeq ($(FULL_TARGET),i386-linux)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-go32v2)
|
ifeq ($(FULL_TARGET),i386-go32v2)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-win32)
|
ifeq ($(FULL_TARGET),i386-win32)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-os2)
|
ifeq ($(FULL_TARGET),i386-os2)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-freebsd)
|
ifeq ($(FULL_TARGET),i386-freebsd)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-beos)
|
ifeq ($(FULL_TARGET),i386-beos)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-haiku)
|
ifeq ($(FULL_TARGET),i386-haiku)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-netbsd)
|
ifeq ($(FULL_TARGET),i386-netbsd)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-solaris)
|
ifeq ($(FULL_TARGET),i386-solaris)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-qnx)
|
ifeq ($(FULL_TARGET),i386-qnx)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-netware)
|
ifeq ($(FULL_TARGET),i386-netware)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-openbsd)
|
ifeq ($(FULL_TARGET),i386-openbsd)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-wdosx)
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-darwin)
|
ifeq ($(FULL_TARGET),i386-darwin)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-emx)
|
ifeq ($(FULL_TARGET),i386-emx)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-watcom)
|
ifeq ($(FULL_TARGET),i386-watcom)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-netwlibc)
|
ifeq ($(FULL_TARGET),i386-netwlibc)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-wince)
|
ifeq ($(FULL_TARGET),i386-wince)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-embedded)
|
ifeq ($(FULL_TARGET),i386-embedded)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-symbian)
|
ifeq ($(FULL_TARGET),i386-symbian)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-nativent)
|
ifeq ($(FULL_TARGET),i386-nativent)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-linux)
|
ifeq ($(FULL_TARGET),m68k-linux)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-freebsd)
|
ifeq ($(FULL_TARGET),m68k-freebsd)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-netbsd)
|
ifeq ($(FULL_TARGET),m68k-netbsd)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-amiga)
|
ifeq ($(FULL_TARGET),m68k-amiga)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-atari)
|
ifeq ($(FULL_TARGET),m68k-atari)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-openbsd)
|
ifeq ($(FULL_TARGET),m68k-openbsd)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-palmos)
|
ifeq ($(FULL_TARGET),m68k-palmos)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-embedded)
|
ifeq ($(FULL_TARGET),m68k-embedded)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-linux)
|
ifeq ($(FULL_TARGET),powerpc-linux)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-netbsd)
|
ifeq ($(FULL_TARGET),powerpc-netbsd)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-amiga)
|
ifeq ($(FULL_TARGET),powerpc-amiga)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-macos)
|
ifeq ($(FULL_TARGET),powerpc-macos)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-darwin)
|
ifeq ($(FULL_TARGET),powerpc-darwin)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-morphos)
|
ifeq ($(FULL_TARGET),powerpc-morphos)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-embedded)
|
ifeq ($(FULL_TARGET),powerpc-embedded)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),sparc-linux)
|
ifeq ($(FULL_TARGET),sparc-linux)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),sparc-netbsd)
|
ifeq ($(FULL_TARGET),sparc-netbsd)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),sparc-solaris)
|
ifeq ($(FULL_TARGET),sparc-solaris)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),sparc-embedded)
|
ifeq ($(FULL_TARGET),sparc-embedded)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),x86_64-linux)
|
ifeq ($(FULL_TARGET),x86_64-linux)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),x86_64-solaris)
|
ifeq ($(FULL_TARGET),x86_64-solaris)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),x86_64-darwin)
|
ifeq ($(FULL_TARGET),x86_64-darwin)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),x86_64-win64)
|
ifeq ($(FULL_TARGET),x86_64-win64)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),x86_64-embedded)
|
ifeq ($(FULL_TARGET),x86_64-embedded)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-linux)
|
ifeq ($(FULL_TARGET),arm-linux)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-palmos)
|
ifeq ($(FULL_TARGET),arm-palmos)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-darwin)
|
ifeq ($(FULL_TARGET),arm-darwin)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-wince)
|
ifeq ($(FULL_TARGET),arm-wince)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-gba)
|
ifeq ($(FULL_TARGET),arm-gba)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-nds)
|
ifeq ($(FULL_TARGET),arm-nds)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-embedded)
|
ifeq ($(FULL_TARGET),arm-embedded)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-symbian)
|
ifeq ($(FULL_TARGET),arm-symbian)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc64-darwin)
|
ifeq ($(FULL_TARGET),powerpc64-darwin)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),avr-embedded)
|
ifeq ($(FULL_TARGET),avr-embedded)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),armeb-linux)
|
ifeq ($(FULL_TARGET),armeb-linux)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),armeb-embedded)
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),mipsel-linux)
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
||||||
override COMPILER_UNITDIR+=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
override COMPILER_UNITDIR+=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-linux)
|
ifeq ($(FULL_TARGET),i386-linux)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-go32v2)
|
ifeq ($(FULL_TARGET),i386-go32v2)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-win32)
|
ifeq ($(FULL_TARGET),i386-win32)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-os2)
|
ifeq ($(FULL_TARGET),i386-os2)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-freebsd)
|
ifeq ($(FULL_TARGET),i386-freebsd)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-beos)
|
ifeq ($(FULL_TARGET),i386-beos)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-haiku)
|
ifeq ($(FULL_TARGET),i386-haiku)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-netbsd)
|
ifeq ($(FULL_TARGET),i386-netbsd)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-solaris)
|
ifeq ($(FULL_TARGET),i386-solaris)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-qnx)
|
ifeq ($(FULL_TARGET),i386-qnx)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-netware)
|
ifeq ($(FULL_TARGET),i386-netware)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-openbsd)
|
ifeq ($(FULL_TARGET),i386-openbsd)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-wdosx)
|
ifeq ($(FULL_TARGET),i386-wdosx)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-darwin)
|
ifeq ($(FULL_TARGET),i386-darwin)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-emx)
|
ifeq ($(FULL_TARGET),i386-emx)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-watcom)
|
ifeq ($(FULL_TARGET),i386-watcom)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-netwlibc)
|
ifeq ($(FULL_TARGET),i386-netwlibc)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-wince)
|
ifeq ($(FULL_TARGET),i386-wince)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-embedded)
|
ifeq ($(FULL_TARGET),i386-embedded)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-symbian)
|
ifeq ($(FULL_TARGET),i386-symbian)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),i386-nativent)
|
ifeq ($(FULL_TARGET),i386-nativent)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-linux)
|
ifeq ($(FULL_TARGET),m68k-linux)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-freebsd)
|
ifeq ($(FULL_TARGET),m68k-freebsd)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-netbsd)
|
ifeq ($(FULL_TARGET),m68k-netbsd)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-amiga)
|
ifeq ($(FULL_TARGET),m68k-amiga)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-atari)
|
ifeq ($(FULL_TARGET),m68k-atari)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-openbsd)
|
ifeq ($(FULL_TARGET),m68k-openbsd)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-palmos)
|
ifeq ($(FULL_TARGET),m68k-palmos)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),m68k-embedded)
|
ifeq ($(FULL_TARGET),m68k-embedded)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-linux)
|
ifeq ($(FULL_TARGET),powerpc-linux)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-netbsd)
|
ifeq ($(FULL_TARGET),powerpc-netbsd)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-amiga)
|
ifeq ($(FULL_TARGET),powerpc-amiga)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-macos)
|
ifeq ($(FULL_TARGET),powerpc-macos)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-darwin)
|
ifeq ($(FULL_TARGET),powerpc-darwin)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-morphos)
|
ifeq ($(FULL_TARGET),powerpc-morphos)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc-embedded)
|
ifeq ($(FULL_TARGET),powerpc-embedded)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),sparc-linux)
|
ifeq ($(FULL_TARGET),sparc-linux)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),sparc-netbsd)
|
ifeq ($(FULL_TARGET),sparc-netbsd)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),sparc-solaris)
|
ifeq ($(FULL_TARGET),sparc-solaris)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),sparc-embedded)
|
ifeq ($(FULL_TARGET),sparc-embedded)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),x86_64-linux)
|
ifeq ($(FULL_TARGET),x86_64-linux)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),x86_64-solaris)
|
ifeq ($(FULL_TARGET),x86_64-solaris)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),x86_64-darwin)
|
ifeq ($(FULL_TARGET),x86_64-darwin)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),x86_64-win64)
|
ifeq ($(FULL_TARGET),x86_64-win64)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),x86_64-embedded)
|
ifeq ($(FULL_TARGET),x86_64-embedded)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-linux)
|
ifeq ($(FULL_TARGET),arm-linux)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-palmos)
|
ifeq ($(FULL_TARGET),arm-palmos)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-darwin)
|
ifeq ($(FULL_TARGET),arm-darwin)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-wince)
|
ifeq ($(FULL_TARGET),arm-wince)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-gba)
|
ifeq ($(FULL_TARGET),arm-gba)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-nds)
|
ifeq ($(FULL_TARGET),arm-nds)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-embedded)
|
ifeq ($(FULL_TARGET),arm-embedded)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),arm-symbian)
|
ifeq ($(FULL_TARGET),arm-symbian)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc64-linux)
|
ifeq ($(FULL_TARGET),powerpc64-linux)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc64-darwin)
|
ifeq ($(FULL_TARGET),powerpc64-darwin)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
ifeq ($(FULL_TARGET),powerpc64-embedded)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),avr-embedded)
|
ifeq ($(FULL_TARGET),avr-embedded)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),armeb-linux)
|
ifeq ($(FULL_TARGET),armeb-linux)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),armeb-embedded)
|
ifeq ($(FULL_TARGET),armeb-embedded)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifeq ($(FULL_TARGET),mipsel-linux)
|
ifeq ($(FULL_TARGET),mipsel-linux)
|
||||||
override COMPILER_UNITTARGETDIR+=lib/i386-linux
|
override COMPILER_UNITTARGETDIR+=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
endif
|
endif
|
||||||
ifdef REQUIRE_UNITSDIR
|
ifdef REQUIRE_UNITSDIR
|
||||||
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
||||||
|
@ -9,10 +9,10 @@ name=lazcontrols
|
|||||||
version=0.0
|
version=0.0
|
||||||
|
|
||||||
[compiler]
|
[compiler]
|
||||||
unittargetdir=lib/i386-linux
|
unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
unitdir=../../lcl/units/i386-linux ../../lcl/units/i386-linux/nogui ../../packager/units/i386-linux .
|
unitdir=../../lcl/units/$(CPU_TARGET)-$(OS_TARGET) ../../lcl/units/$(CPU_TARGET)-$(OS_TARGET)/$(LCL_PLATFORM) ../../packager/units/$(CPU_TARGET)-$(OS_TARGET) .
|
||||||
includedir=.
|
includedir=.
|
||||||
options=-dLCL -dLCLnogui -MObjFPC -Scghi
|
options=-dLCL -dLCL$(LCL_PLATFORM) -MObjFPC -Scghi
|
||||||
|
|
||||||
[target]
|
[target]
|
||||||
units=lazcontrols.pas
|
units=lazcontrols.pas
|
||||||
|
@ -65,19 +65,21 @@
|
|||||||
- using the conditionals
|
- using the conditionals
|
||||||
- build macro values are invalidated when changing project macro values or
|
- build macro values are invalidated when changing project macro values or
|
||||||
any conditionals
|
any conditionals
|
||||||
|
- using conditionals to extend paths: TParsedCompilerOptions.DoParseOption
|
||||||
|
|
||||||
ToDo:
|
ToDo:
|
||||||
- use conditionals to extend paths: TParsedCompilerOptions.DoParseOption
|
|
||||||
- use conditionals to extend usage paths
|
- use conditionals to extend usage paths
|
||||||
- move the project target file to compiler options
|
- move the project target file to compiler options
|
||||||
|
- conditionals for project
|
||||||
- warn for macro name conflicts
|
- warn for macro name conflicts
|
||||||
|
- keywords
|
||||||
- with macros fom other packages/projects
|
- with macros fom other packages/projects
|
||||||
- with standard macros
|
- with standard macros
|
||||||
- on renaming
|
- on renaming
|
||||||
- on loading
|
- on loading
|
||||||
- when package is renamed, rename macros too
|
- when package is renamed, rename macros too
|
||||||
- conditionals for project
|
|
||||||
- show build macros in inherited compiler options
|
- show build macros in inherited compiler options
|
||||||
|
- show syntax errors of conditionals
|
||||||
- a project can save the set of build macros and compiler options
|
- a project can save the set of build macros and compiler options
|
||||||
- add changestamp, assign, equals to compiler options
|
- add changestamp, assign, equals to compiler options
|
||||||
- refactor compiler options (default options, load, save to file)
|
- refactor compiler options (default options, load, save to file)
|
||||||
@ -593,30 +595,27 @@ type
|
|||||||
Additional Compiler options are used by packages to define, what a project
|
Additional Compiler options are used by packages to define, what a project
|
||||||
or a package or the IDE needs to use the package.
|
or a package or the IDE needs to use the package.
|
||||||
}
|
}
|
||||||
|
|
||||||
{ TAdditionalCompilerOptions }
|
|
||||||
|
|
||||||
TAdditionalCompilerOptions = class
|
TAdditionalCompilerOptions = class
|
||||||
private
|
private
|
||||||
FBaseDirectory: string;
|
FBaseDirectory: string;
|
||||||
FCustomOptions: string;
|
|
||||||
FIncludePath: string;
|
|
||||||
FLibraryPath: string;
|
|
||||||
FLinkerOptions: string;
|
|
||||||
FObjectPath: string;
|
|
||||||
fOwner: TObject;
|
fOwner: TObject;
|
||||||
FParsedOpts: TParsedCompilerOptions;
|
FParsedOpts: TParsedCompilerOptions;
|
||||||
FSrcPath: string;
|
|
||||||
FUnitPath: string;
|
|
||||||
protected
|
protected
|
||||||
|
function GetCustomOptions: string; virtual;
|
||||||
|
function GetIncludePath: string; virtual;
|
||||||
|
function GetLibraryPath: string; virtual;
|
||||||
|
function GetLinkerOptions: string; virtual;
|
||||||
|
function GetObjectPath: string; virtual;
|
||||||
|
function GetSrcPath: string; virtual;
|
||||||
|
function GetUnitPath: string; virtual;
|
||||||
procedure SetBaseDirectory(const AValue: string); virtual;
|
procedure SetBaseDirectory(const AValue: string); virtual;
|
||||||
procedure SetCustomOptions(const AValue: string); virtual;
|
procedure SetCustomOptions(const AValue: string); virtual;
|
||||||
procedure SetIncludePath(const AValue: string); virtual;
|
procedure SetIncludePath(const AValue: string); virtual;
|
||||||
procedure SetLibraryPath(const AValue: string); virtual;
|
procedure SetLibraryPath(const AValue: string); virtual;
|
||||||
procedure SetLinkerOptions(const AValue: string); virtual;
|
procedure SetLinkerOptions(const AValue: string); virtual;
|
||||||
procedure SetObjectPath(const AValue: string); virtual;
|
procedure SetObjectPath(const AValue: string); virtual;
|
||||||
procedure SetUnitPath(const AValue: string); virtual;
|
|
||||||
procedure SetSrcPath(const AValue: string); virtual;
|
procedure SetSrcPath(const AValue: string); virtual;
|
||||||
|
procedure SetUnitPath(const AValue: string); virtual;
|
||||||
public
|
public
|
||||||
constructor Create(TheOwner: TObject);
|
constructor Create(TheOwner: TObject);
|
||||||
destructor Destroy; override;
|
destructor Destroy; override;
|
||||||
@ -629,13 +628,13 @@ type
|
|||||||
function GetOption(AnOption: TInheritedCompilerOption): string;
|
function GetOption(AnOption: TInheritedCompilerOption): string;
|
||||||
public
|
public
|
||||||
property Owner: TObject read fOwner;
|
property Owner: TObject read fOwner;
|
||||||
property UnitPath: string read FUnitPath write SetUnitPath;
|
property UnitPath: string read GetUnitPath write SetUnitPath;
|
||||||
property IncludePath: string read FIncludePath write SetIncludePath;
|
property IncludePath: string read GetIncludePath write SetIncludePath;
|
||||||
property SrcPath: string read FSrcPath write SetSrcPath;
|
property SrcPath: string read GetSrcPath write SetSrcPath;
|
||||||
property ObjectPath: string read FObjectPath write SetObjectPath;
|
property ObjectPath: string read GetObjectPath write SetObjectPath;
|
||||||
property LibraryPath: string read FLibraryPath write SetLibraryPath;
|
property LibraryPath: string read GetLibraryPath write SetLibraryPath;
|
||||||
property LinkerOptions: string read FLinkerOptions write SetLinkerOptions;
|
property LinkerOptions: string read GetLinkerOptions write SetLinkerOptions;
|
||||||
property CustomOptions: string read FCustomOptions write SetCustomOptions;
|
property CustomOptions: string read GetCustomOptions write SetCustomOptions;
|
||||||
property BaseDirectory: string read FBaseDirectory write SetBaseDirectory;
|
property BaseDirectory: string read FBaseDirectory write SetBaseDirectory;
|
||||||
property ParsedOpts: TParsedCompilerOptions read FParsedOpts;
|
property ParsedOpts: TParsedCompilerOptions read FParsedOpts;
|
||||||
end;
|
end;
|
||||||
@ -3156,16 +3155,47 @@ end;
|
|||||||
|
|
||||||
procedure TAdditionalCompilerOptions.SetCustomOptions(const AValue: string);
|
procedure TAdditionalCompilerOptions.SetCustomOptions(const AValue: string);
|
||||||
begin
|
begin
|
||||||
if FCustomOptions=AValue then exit;
|
ParsedOpts.SetUnparsedValue(pcosCustomOptions,AValue);
|
||||||
FCustomOptions:=AValue;
|
|
||||||
ParsedOpts.SetUnparsedValue(pcosCustomOptions,fCustomOptions);
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TAdditionalCompilerOptions.SetSrcPath(const AValue: string);
|
procedure TAdditionalCompilerOptions.SetSrcPath(const AValue: string);
|
||||||
begin
|
begin
|
||||||
if FSrcPath=AValue then exit;
|
ParsedOpts.SetUnparsedValue(pcosSrcPath,AValue);
|
||||||
FSrcPath:=AValue;
|
end;
|
||||||
ParsedOpts.SetUnparsedValue(pcosSrcPath,FSrcPath);
|
|
||||||
|
function TAdditionalCompilerOptions.GetUnitPath: string;
|
||||||
|
begin
|
||||||
|
Result:=FParsedOpts.UnparsedValues[pcosUnitPath];
|
||||||
|
end;
|
||||||
|
|
||||||
|
function TAdditionalCompilerOptions.GetIncludePath: string;
|
||||||
|
begin
|
||||||
|
Result:=FParsedOpts.UnparsedValues[pcosIncludePath];
|
||||||
|
end;
|
||||||
|
|
||||||
|
function TAdditionalCompilerOptions.GetCustomOptions: string;
|
||||||
|
begin
|
||||||
|
Result:=FParsedOpts.UnparsedValues[pcosCustomOptions];
|
||||||
|
end;
|
||||||
|
|
||||||
|
function TAdditionalCompilerOptions.GetLibraryPath: string;
|
||||||
|
begin
|
||||||
|
Result:=FParsedOpts.UnparsedValues[pcosLibraryPath];
|
||||||
|
end;
|
||||||
|
|
||||||
|
function TAdditionalCompilerOptions.GetLinkerOptions: string;
|
||||||
|
begin
|
||||||
|
Result:=FParsedOpts.UnparsedValues[pcosLinkerOptions];
|
||||||
|
end;
|
||||||
|
|
||||||
|
function TAdditionalCompilerOptions.GetObjectPath: string;
|
||||||
|
begin
|
||||||
|
Result:=FParsedOpts.UnparsedValues[pcosObjectPath];
|
||||||
|
end;
|
||||||
|
|
||||||
|
function TAdditionalCompilerOptions.GetSrcPath: string;
|
||||||
|
begin
|
||||||
|
Result:=FParsedOpts.UnparsedValues[pcosSrcPath];
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TAdditionalCompilerOptions.SetBaseDirectory(const AValue: string);
|
procedure TAdditionalCompilerOptions.SetBaseDirectory(const AValue: string);
|
||||||
@ -3177,37 +3207,27 @@ end;
|
|||||||
|
|
||||||
procedure TAdditionalCompilerOptions.SetIncludePath(const AValue: string);
|
procedure TAdditionalCompilerOptions.SetIncludePath(const AValue: string);
|
||||||
begin
|
begin
|
||||||
if FIncludePath=AValue then exit;
|
ParsedOpts.SetUnparsedValue(pcosIncludePath,AValue);
|
||||||
FIncludePath:=AValue;
|
|
||||||
ParsedOpts.SetUnparsedValue(pcosIncludePath,FIncludePath);
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TAdditionalCompilerOptions.SetLibraryPath(const AValue: string);
|
procedure TAdditionalCompilerOptions.SetLibraryPath(const AValue: string);
|
||||||
begin
|
begin
|
||||||
if FLibraryPath=AValue then exit;
|
ParsedOpts.SetUnparsedValue(pcosLibraryPath,AValue);
|
||||||
FLibraryPath:=AValue;
|
|
||||||
ParsedOpts.SetUnparsedValue(pcosLibraryPath,FLibraryPath);
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TAdditionalCompilerOptions.SetLinkerOptions(const AValue: string);
|
procedure TAdditionalCompilerOptions.SetLinkerOptions(const AValue: string);
|
||||||
begin
|
begin
|
||||||
if FLinkerOptions=AValue then exit;
|
ParsedOpts.SetUnparsedValue(pcosLinkerOptions,AValue);
|
||||||
FLinkerOptions:=AValue;
|
|
||||||
ParsedOpts.SetUnparsedValue(pcosLinkerOptions,fLinkerOptions);
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TAdditionalCompilerOptions.SetObjectPath(const AValue: string);
|
procedure TAdditionalCompilerOptions.SetObjectPath(const AValue: string);
|
||||||
begin
|
begin
|
||||||
if FObjectPath=AValue then exit;
|
ParsedOpts.SetUnparsedValue(pcosObjectPath,AValue);
|
||||||
FObjectPath:=AValue;
|
|
||||||
ParsedOpts.SetUnparsedValue(pcosObjectPath,FObjectPath);
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TAdditionalCompilerOptions.SetUnitPath(const AValue: string);
|
procedure TAdditionalCompilerOptions.SetUnitPath(const AValue: string);
|
||||||
begin
|
begin
|
||||||
if FUnitPath=AValue then exit;
|
ParsedOpts.SetUnparsedValue(pcosUnitPath,AValue);
|
||||||
FUnitPath:=AValue;
|
|
||||||
ParsedOpts.SetUnparsedValue(pcosUnitPath,FUnitPath);
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
constructor TAdditionalCompilerOptions.Create(TheOwner: TObject);
|
constructor TAdditionalCompilerOptions.Create(TheOwner: TObject);
|
||||||
@ -3225,12 +3245,13 @@ end;
|
|||||||
|
|
||||||
procedure TAdditionalCompilerOptions.Clear;
|
procedure TAdditionalCompilerOptions.Clear;
|
||||||
begin
|
begin
|
||||||
FCustomOptions:='';
|
UnitPath:='';
|
||||||
FIncludePath:='';
|
SrcPath:='';
|
||||||
FLibraryPath:='';
|
IncludePath:='';
|
||||||
FLinkerOptions:='';
|
CustomOptions:='';
|
||||||
FObjectPath:='';
|
LibraryPath:='';
|
||||||
FUnitPath:='';
|
LinkerOptions:='';
|
||||||
|
ObjectPath:='';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TAdditionalCompilerOptions.LoadFromXMLConfig(XMLConfig: TXMLConfig;
|
procedure TAdditionalCompilerOptions.LoadFromXMLConfig(XMLConfig: TXMLConfig;
|
||||||
@ -3249,6 +3270,7 @@ begin
|
|||||||
LinkerOptions:=f(XMLConfig.GetValue(Path+'LinkerOptions/Value',''));
|
LinkerOptions:=f(XMLConfig.GetValue(Path+'LinkerOptions/Value',''));
|
||||||
ObjectPath:=f(XMLConfig.GetValue(Path+'ObjectPath/Value',''));
|
ObjectPath:=f(XMLConfig.GetValue(Path+'ObjectPath/Value',''));
|
||||||
UnitPath:=f(XMLConfig.GetValue(Path+'UnitPath/Value',''));
|
UnitPath:=f(XMLConfig.GetValue(Path+'UnitPath/Value',''));
|
||||||
|
SrcPath:=f(XMLConfig.GetValue(Path+'SrcPath/Value',''));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TAdditionalCompilerOptions.SaveToXMLConfig(XMLConfig: TXMLConfig;
|
procedure TAdditionalCompilerOptions.SaveToXMLConfig(XMLConfig: TXMLConfig;
|
||||||
@ -3260,12 +3282,13 @@ procedure TAdditionalCompilerOptions.SaveToXMLConfig(XMLConfig: TXMLConfig;
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
XMLConfig.SetDeleteValue(Path+'CustomOptions/Value',f(fCustomOptions),'');
|
XMLConfig.SetDeleteValue(Path+'CustomOptions/Value',f(CustomOptions),'');
|
||||||
XMLConfig.SetDeleteValue(Path+'IncludePath/Value',f(FIncludePath),'');
|
XMLConfig.SetDeleteValue(Path+'IncludePath/Value',f(IncludePath),'');
|
||||||
XMLConfig.SetDeleteValue(Path+'LibraryPath/Value',f(FLibraryPath),'');
|
XMLConfig.SetDeleteValue(Path+'LibraryPath/Value',f(LibraryPath),'');
|
||||||
XMLConfig.SetDeleteValue(Path+'LinkerOptions/Value',f(fLinkerOptions),'');
|
XMLConfig.SetDeleteValue(Path+'LinkerOptions/Value',f(LinkerOptions),'');
|
||||||
XMLConfig.SetDeleteValue(Path+'ObjectPath/Value',f(FObjectPath),'');
|
XMLConfig.SetDeleteValue(Path+'ObjectPath/Value',f(ObjectPath),'');
|
||||||
XMLConfig.SetDeleteValue(Path+'UnitPath/Value',f(FUnitPath),'');
|
XMLConfig.SetDeleteValue(Path+'UnitPath/Value',f(UnitPath),'');
|
||||||
|
XMLConfig.SetDeleteValue(Path+'SrcPath/Value',f(SrcPath),'');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TAdditionalCompilerOptions.GetOwnerName: string;
|
function TAdditionalCompilerOptions.GetOwnerName: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user