Browse Source

* the staticlibext for i8086-msdos changed from .lib to .a; rationale:
1) less special cases needed in fpmkunit for i8086-msdos
2) consistency with the naming scheme on the go32v2 target
3) we didn't follow the DOS naming scheme completely anyway, e.g. we used .o
for object files, instead of .obj

git-svn-id: trunk@25641 -

nickysn 12 years ago
parent
commit
96a4f8e43b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/i_msdos.pas

+ 1 - 1
compiler/systems/i_msdos.pas

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