* msdos omf library suffix changed to .lib

git-svn-id: branches/i8086@23965 -
This commit is contained in:
nickysn 2013-03-22 23:47:36 +00:00
parent ac64663e70
commit f2242568bb

View File

@ -49,7 +49,7 @@ unit i_msdos;
resext : '.res';
resobjext : '.or';
sharedlibext : '.dll';
staticlibext : '.a';
staticlibext : '.lib';
staticlibprefix : '';
sharedlibprefix : '';
sharedClibext : '.dll';