From 45286477bf9141f1f8fbdeb0f51c292b369166cd Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 31 Aug 2005 16:11:49 +0000 Subject: [PATCH] + Compile fpcres also for win32/bsd git-svn-id: trunk@992 - --- utils/Makefile | 12 ++++++++---- utils/Makefile.fpc | 5 +++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/utils/Makefile b/utils/Makefile index b57e7b3584..6ada1f316a 100644 --- a/utils/Makefile +++ b/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 diff --git a/utils/Makefile.fpc b/utils/Makefile.fpc index fb063a25fb..9354345033 100644 --- a/utils/Makefile.fpc +++ b/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]