From f3690daf9563660fbbec814736af00f152bd41b5 Mon Sep 17 00:00:00 2001 From: nickysn Date: Sun, 31 Mar 2013 23:20:06 +0000 Subject: [PATCH] * set the msdos staticlibext (.lib) and short suffix (d16) in fpcmake.ini git-svn-id: branches/i8086@24100 - --- utils/fpcm/fpcmake.ini | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/utils/fpcm/fpcmake.ini b/utils/fpcm/fpcmake.ini index b952757f51..861e6c8ae9 100644 --- a/utils/fpcm/fpcmake.ini +++ b/utils/fpcm/fpcmake.ini @@ -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