Просмотр исходного кода

* set sharedlibext for win16 to '.dll'

git-svn-id: trunk@42533 -
nickysn 6 лет назад
Родитель
Сommit
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 : '';