+ Extension unit should be fpmkext.

git-svn-id: trunk@1019 -
This commit is contained in:
michael 2005-09-02 07:49:56 +00:00
parent f5a50ec873
commit 375f44249a

View File

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