Browse Source

+ Extension unit should be fpmkext.

git-svn-id: trunk@1019 -
michael 20 years ago
parent
commit
375f44249a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/utils/fppkg.pp

+ 1 - 1
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)