Selaa lähdekoodia

* msdos omf library suffix changed to .lib

git-svn-id: branches/i8086@23965 -
nickysn 12 vuotta sitten
vanhempi
commit
f2242568bb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      compiler/systems/i_msdos.pas

+ 1 - 1
compiler/systems/i_msdos.pas

@@ -49,7 +49,7 @@ unit i_msdos;
             resext       : '.res';
             resobjext    : '.or';
             sharedlibext : '.dll';
-            staticlibext : '.a';
+            staticlibext : '.lib';
             staticlibprefix : '';
             sharedlibprefix : '';
             sharedClibext : '.dll';