mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 16:29:19 +02:00
* OS/2 updates
This commit is contained in:
parent
21ae05b7d0
commit
0a8f0d3739
10
Makefile.fpc
10
Makefile.fpc
@ -158,7 +158,7 @@ help:
|
|||||||
@echo
|
@echo
|
||||||
@echo Packing targets are:
|
@echo Packing targets are:
|
||||||
@echo
|
@echo
|
||||||
@echo go32v2zip,win32zip,linuxzip,freebsdzip,sourcezip
|
@echo go32v2zip,win32zip,linuxzip,freebsdzip,sourcezip,os2zip
|
||||||
@echo
|
@echo
|
||||||
@exit
|
@exit
|
||||||
|
|
||||||
@ -435,7 +435,7 @@ sourcezip: distclean
|
|||||||
# OS targets
|
# OS targets
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
.PHONY: go32v2 win32 linux freebsd go32v2zip win32zip linuxzip freebsdzip
|
.PHONY: go32v2 win32 linux freebsd os2 go32v2zip win32zip linuxzip freebsdzip os2zip
|
||||||
|
|
||||||
go32v2: checkfpcdir
|
go32v2: checkfpcdir
|
||||||
$(MAKE) install OS_TARGET=go32v2
|
$(MAKE) install OS_TARGET=go32v2
|
||||||
@ -449,6 +449,9 @@ linux: checkfpcdir
|
|||||||
freebsd: checkfpcdir
|
freebsd: checkfpcdir
|
||||||
$(MAKE) install OS_TARGET=freebsd
|
$(MAKE) install OS_TARGET=freebsd
|
||||||
|
|
||||||
|
os2: checkfpcdir
|
||||||
|
$(MAKE) install OS_TARGET=os2
|
||||||
|
|
||||||
go32v2zip: checkfpcdir
|
go32v2zip: checkfpcdir
|
||||||
$(MAKE) zipinstall OS_TARGET=go32v2
|
$(MAKE) zipinstall OS_TARGET=go32v2
|
||||||
|
|
||||||
@ -462,6 +465,9 @@ linuxzip: checkfpcdir
|
|||||||
freebsdzip : checkfpcdir
|
freebsdzip : checkfpcdir
|
||||||
$(MAKE) zipinstall OS_TARGET=freebsd
|
$(MAKE) zipinstall OS_TARGET=freebsd
|
||||||
|
|
||||||
|
os2zip: checkfpcdir
|
||||||
|
$(MAKE) zipinstall OS_TARGET=os2
|
||||||
|
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# Debian / RPM
|
# Debian / RPM
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user