mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 20:50:15 +02:00
+ Compile fpcres also for win32/bsd
git-svn-id: trunk@992 -
This commit is contained in:
parent
c15d1b280f
commit
45286477bf
@ -239,13 +239,13 @@ ifeq ($(FULL_TARGET),i386-go32v2)
|
||||
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-win32)
|
||||
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc fpmc
|
||||
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc fpmc fpcres
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-os2)
|
||||
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-freebsd)
|
||||
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc
|
||||
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc fpcres
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-beos)
|
||||
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc
|
||||
@ -281,7 +281,7 @@ ifeq ($(FULL_TARGET),m68k-linux)
|
||||
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc fpcres
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-freebsd)
|
||||
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc
|
||||
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc fpcres
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-netbsd)
|
||||
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc
|
||||
@ -326,7 +326,7 @@ ifeq ($(FULL_TARGET),x86_64-linux)
|
||||
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc fpcres
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),x86_64-freebsd)
|
||||
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc
|
||||
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc fpcres
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-linux)
|
||||
override TARGET_DIRS+=fpcm tply h2pas fprcp dxegen fpdoc fpcres
|
||||
@ -2559,6 +2559,7 @@ TARGET_DIRS_FPRCP=1
|
||||
TARGET_DIRS_DXEGEN=1
|
||||
TARGET_DIRS_FPDOC=1
|
||||
TARGET_DIRS_FPMC=1
|
||||
TARGET_DIRS_FPCRES=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-os2)
|
||||
TARGET_DIRS_FPCM=1
|
||||
@ -2575,6 +2576,7 @@ TARGET_DIRS_H2PAS=1
|
||||
TARGET_DIRS_FPRCP=1
|
||||
TARGET_DIRS_DXEGEN=1
|
||||
TARGET_DIRS_FPDOC=1
|
||||
TARGET_DIRS_FPCRES=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),i386-beos)
|
||||
TARGET_DIRS_FPCM=1
|
||||
@ -2672,6 +2674,7 @@ TARGET_DIRS_H2PAS=1
|
||||
TARGET_DIRS_FPRCP=1
|
||||
TARGET_DIRS_DXEGEN=1
|
||||
TARGET_DIRS_FPDOC=1
|
||||
TARGET_DIRS_FPCRES=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),m68k-netbsd)
|
||||
TARGET_DIRS_FPCM=1
|
||||
@ -2795,6 +2798,7 @@ TARGET_DIRS_H2PAS=1
|
||||
TARGET_DIRS_FPRCP=1
|
||||
TARGET_DIRS_DXEGEN=1
|
||||
TARGET_DIRS_FPDOC=1
|
||||
TARGET_DIRS_FPCRES=1
|
||||
endif
|
||||
ifeq ($(FULL_TARGET),arm-linux)
|
||||
TARGET_DIRS_FPCM=1
|
||||
|
@ -7,10 +7,11 @@ name=utils
|
||||
version=2.0.0
|
||||
|
||||
[target]
|
||||
dirs=fpcm tply h2pas fprcp dxegen fpdoc
|
||||
dirs=fpcm tply h2pas fprcp dxegen fpdoc
|
||||
programs=ppdep ptop rstconv data2inc delp bin2obj postw32
|
||||
dirs_win32=fpmc
|
||||
dirs_win32=fpmc fpcres
|
||||
dirs_linux=fpcres
|
||||
dirs_freebsd=fpcres
|
||||
rsts=rstconv
|
||||
|
||||
[require]
|
||||
|
Loading…
Reference in New Issue
Block a user