mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 20:30:55 +02:00
* msdos omf library suffix changed to .lib
git-svn-id: branches/i8086@23965 -
This commit is contained in:
parent
ac64663e70
commit
f2242568bb
@ -49,7 +49,7 @@ unit i_msdos;
|
||||
resext : '.res';
|
||||
resobjext : '.or';
|
||||
sharedlibext : '.dll';
|
||||
staticlibext : '.a';
|
||||
staticlibext : '.lib';
|
||||
staticlibprefix : '';
|
||||
sharedlibprefix : '';
|
||||
sharedClibext : '.dll';
|
||||
|
Loading…
Reference in New Issue
Block a user