mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 18:09:27 +02:00
* extention for obj was .n instead of .o for netware
This commit is contained in:
parent
d9f4d94d50
commit
d503c887a0
File diff suppressed because it is too large
Load Diff
@ -795,8 +795,8 @@ endif
|
||||
# Netware
|
||||
ifeq ($(OS_TARGET),netware)
|
||||
STATICLIBPREFIX=
|
||||
PPUEXT=.ppn
|
||||
OEXT=.on
|
||||
PPUEXT=.ppu
|
||||
OEXT=.o
|
||||
ASMEXT=.s
|
||||
SMARTEXT=.sl
|
||||
STATICLIBEXT=.a
|
||||
|
Loading…
Reference in New Issue
Block a user