* changed extentions for netware from .on in .o and from .ppn in .ppu

This commit is contained in:
armin 2003-03-24 09:28:55 +00:00
parent f2cd222a55
commit d9f4d94d50

View File

@ -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+