* set the msdos staticlibext (.lib) and short suffix (d16) in fpcmake.ini

git-svn-id: branches/i8086@24100 -
This commit is contained in:
nickysn 2013-03-31 23:20:06 +00:00
parent 74880f639a
commit f3690daf95

View File

@ -1094,6 +1094,13 @@ SHORTSUFFIX=android
endif
endif
# MS-DOS
ifeq ($(OS_TARGET),msdos)
STATICLIBEXT=.lib
SHORTSUFFIX=d16
endif
# For 8.3 limited OS's the short suffixes
# Otherwise use the full source/target names