From 375f44249a8062a5b0013a3c02c1164041a2cd67 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 2 Sep 2005 07:49:56 +0000 Subject: [PATCH] + Extension unit should be fpmkext. git-svn-id: trunk@1019 - --- compiler/utils/fppkg.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/utils/fppkg.pp b/compiler/utils/fppkg.pp index 0cdec6e353..ff856a1c24 100644 --- a/compiler/utils/fppkg.pp +++ b/compiler/utils/fppkg.pp @@ -737,7 +737,7 @@ begin C:=GetCompiler; O:=FFPmakeSrc; If Extra then - O:='-Fafpmakeex '+O; + O:='-Fafpmkext '+O; Log(SLogCompilingFPMake+C+' '+O); If ExecuteProcess(C,O)<>0 then Error(SErrFailedToCompileFPCMake)