mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +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
|
||||
ifeq ($(OS_TARGET),msdos)
|
||||
STATICLIBPREFIX=
|
||||
STATICLIBEXT=.lib
|
||||
STATICLIBEXT=.a
|
||||
SHORTSUFFIX=d16
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user