mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 13:52:35 +02:00
* changed the staticlibext for i8086-msdos to .a in fpcmake.ini as well
git-svn-id: trunk@25642 -
This commit is contained in:
parent
96a4f8e43b
commit
d89c286dc1
File diff suppressed because it is too large
Load Diff
@ -1097,7 +1097,7 @@ endif
|
|||||||
# MS-DOS
|
# MS-DOS
|
||||||
ifeq ($(OS_TARGET),msdos)
|
ifeq ($(OS_TARGET),msdos)
|
||||||
STATICLIBPREFIX=
|
STATICLIBPREFIX=
|
||||||
STATICLIBEXT=.lib
|
STATICLIBEXT=.a
|
||||||
SHORTSUFFIX=d16
|
SHORTSUFFIX=d16
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user