Sfoglia il codice sorgente

* set sharedlibext for win16 to '.dll'

git-svn-id: trunk@42533 -
nickysn 6 anni fa
parent
commit
99af7f2781
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 : '';