浏览代码

* set sharedlibext for win16 to '.dll'

git-svn-id: trunk@42533 -
nickysn 6 年之前
父节点
当前提交
99af7f2781
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 : '';