Browse Source

* set sharedlibext for win16 to '.dll'

git-svn-id: trunk@42533 -
nickysn 6 năm trước cách đây
mục cha
commit
99af7f2781
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/systems/i_win16.pas

+ 1 - 1
compiler/systems/i_win16.pas

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