mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 02:50:42 +02:00
* set sharedlibext for win16 to '.dll'
git-svn-id: trunk@42533 -
This commit is contained in:
parent
a363b64e1f
commit
99af7f2781
@ -63,7 +63,7 @@ unit i_win16;
|
||||
objext : '.o';
|
||||
resext : '.res';
|
||||
resobjext : '.or';
|
||||
sharedlibext : '';
|
||||
sharedlibext : '.dll';
|
||||
staticlibext : '.a';
|
||||
staticlibprefix : '';
|
||||
sharedlibprefix : '';
|
||||
|
Loading…
Reference in New Issue
Block a user