mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 11:29:27 +02:00
* changed extentions for netware from .on in .o and from .ppn in .ppu
This commit is contained in:
parent
f2cd222a55
commit
d9f4d94d50
@ -851,8 +851,8 @@ const fpcmakeini : array[0..189,1..240] of char=(
|
||||
'# Netware'#013#010+
|
||||
'ifeq ($(OS_TARGET),netware)'#013#010+
|
||||
'STATICLIBPREFIX='#013#010+
|
||||
'PPUEXT=.ppn'#013#010+
|
||||
'OEXT=.on'#013#010+
|
||||
'PPUEXT=.ppu'#013#010+
|
||||
'OEXT=.o'#013#010+
|
||||
'ASMEXT=.s'#013#010+
|
||||
'SMARTEXT=.sl'#013#010+
|
||||
'STATICLIBEXT=.a'#013#010+
|
||||
|
Loading…
Reference in New Issue
Block a user