Explorar o código

* set sharedlibext for win16 to '.dll'

git-svn-id: trunk@42533 -
nickysn %!s(int64=6) %!d(string=hai) anos
pai
achega
99af7f2781
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 : '';