mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 03:29:19 +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
|
# watcom
|
||||||
ifeq ($(OS_TARGET),watcom)
|
ifeq ($(OS_TARGET),watcom)
|
||||||
STATICLIBPREFIX=
|
STATICLIBPREFIX=
|
||||||
FPCMADE=fpcmade.dos
|
FPCMADE=fpcmade.wat
|
||||||
ZIPSUFFIX=watcom
|
ZIPSUFFIX=watc
|
||||||
|
OEXT=.obj
|
||||||
|
ASMEXT=.asm
|
||||||
|
SHAREDLIBEXT=.dll
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Linux
|
# Linux
|
||||||
|
Loading…
Reference in New Issue
Block a user