mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:09:27 +02:00
* Wiktor Sywula: platform extensions updated
This commit is contained in:
parent
97ed1cfdcf
commit
42f14d3bfd
File diff suppressed because it is too large
Load Diff
@ -684,8 +684,11 @@ endif
|
||||
# watcom
|
||||
ifeq ($(OS_TARGET),watcom)
|
||||
STATICLIBPREFIX=
|
||||
FPCMADE=fpcmade.dos
|
||||
ZIPSUFFIX=watcom
|
||||
FPCMADE=fpcmade.wat
|
||||
ZIPSUFFIX=watc
|
||||
OEXT=.obj
|
||||
ASMEXT=.asm
|
||||
SHAREDLIBEXT=.dll
|
||||
endif
|
||||
|
||||
# Linux
|
||||
|
Loading…
Reference in New Issue
Block a user