Jelajahi Sumber

* msdos omf library suffix changed to .lib

git-svn-id: branches/i8086@23965 -
nickysn 12 tahun lalu
induk
melakukan
f2242568bb
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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';