* set STATICLIBPREFIX to empty for the msdos target in fpcmake.ini

git-svn-id: branches/i8086@24113 -
This commit is contained in:
nickysn 2013-04-01 17:27:28 +00:00
parent 873d5f7d05
commit 0fe3bee97e
2 changed files with 2338 additions and 2269 deletions

File diff suppressed because it is too large Load Diff

View File

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