Browse Source

+ Compile fpcres also for win32/bsd

git-svn-id: trunk@992 -
michael 20 years ago
parent
commit
45286477bf
2 changed files with 11 additions and 6 deletions
  1. 8 4
      utils/Makefile
  2. 3 2
      utils/Makefile.fpc

+ 8 - 4
utils/Makefile

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

+ 3 - 2
utils/Makefile.fpc

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