Преглед изворни кода

* msdos omf library suffix changed to .lib

git-svn-id: branches/i8086@23965 -
nickysn пре 12 година
родитељ
комит
f2242568bb
1 измењених фајлова са 1 додато и 1 уклоњено
  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';