mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 09:40:29 +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 Packing targets are:
|
||||
@echo
|
||||
@echo go32v2zip,win32zip,linuxzip,freebsdzip,sourcezip
|
||||
@echo go32v2zip,win32zip,linuxzip,freebsdzip,sourcezip,os2zip
|
||||
@echo
|
||||
@exit
|
||||
|
||||
@ -435,7 +435,7 @@ sourcezip: distclean
|
||||
# OS targets
|
||||
##########################################################################
|
||||
|
||||
.PHONY: go32v2 win32 linux freebsd go32v2zip win32zip linuxzip freebsdzip
|
||||
.PHONY: go32v2 win32 linux freebsd os2 go32v2zip win32zip linuxzip freebsdzip os2zip
|
||||
|
||||
go32v2: checkfpcdir
|
||||
$(MAKE) install OS_TARGET=go32v2
|
||||
@ -449,6 +449,9 @@ linux: checkfpcdir
|
||||
freebsd: checkfpcdir
|
||||
$(MAKE) install OS_TARGET=freebsd
|
||||
|
||||
os2: checkfpcdir
|
||||
$(MAKE) install OS_TARGET=os2
|
||||
|
||||
go32v2zip: checkfpcdir
|
||||
$(MAKE) zipinstall OS_TARGET=go32v2
|
||||
|
||||
@ -462,6 +465,9 @@ linuxzip: checkfpcdir
|
||||
freebsdzip : checkfpcdir
|
||||
$(MAKE) zipinstall OS_TARGET=freebsd
|
||||
|
||||
os2zip: checkfpcdir
|
||||
$(MAKE) zipinstall OS_TARGET=os2
|
||||
|
||||
##########################################################################
|
||||
# Debian / RPM
|
||||
##########################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user