* set sharedlibext for win16 to '.dll'

git-svn-id: trunk@42533 -
This commit is contained in:
nickysn 2019-07-30 15:27:44 +00:00
parent a363b64e1f
commit 99af7f2781

View File

@ -63,7 +63,7 @@ unit i_win16;
objext : '.o';
resext : '.res';
resobjext : '.or';
sharedlibext : '';
sharedlibext : '.dll';
staticlibext : '.a';
staticlibprefix : '';
sharedlibprefix : '';