From f2242568bb2ef43cc461a88c82e3415b93d8050b Mon Sep 17 00:00:00 2001 From: nickysn Date: Fri, 22 Mar 2013 23:47:36 +0000 Subject: [PATCH] * msdos omf library suffix changed to .lib git-svn-id: branches/i8086@23965 - --- compiler/systems/i_msdos.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/systems/i_msdos.pas b/compiler/systems/i_msdos.pas index 87b9395cb2..bd0a703c89 100644 --- a/compiler/systems/i_msdos.pas +++ b/compiler/systems/i_msdos.pas @@ -49,7 +49,7 @@ unit i_msdos; resext : '.res'; resobjext : '.or'; sharedlibext : '.dll'; - staticlibext : '.a'; + staticlibext : '.lib'; staticlibprefix : ''; sharedlibprefix : ''; sharedClibext : '.dll';