* changed the staticlibext for i8086-msdos to .a in fpcmake.ini as well

git-svn-id: trunk@25642 -
This commit is contained in:
nickysn 2013-10-05 10:05:03 +00:00
parent 96a4f8e43b
commit d89c286dc1
2 changed files with 2261 additions and 2325 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1097,7 +1097,7 @@ endif
# MS-DOS
ifeq ($(OS_TARGET),msdos)
STATICLIBPREFIX=
STATICLIBEXT=.lib
STATICLIBEXT=.a
SHORTSUFFIX=d16
endif