Browse Source

* OS/2 updates

Tomas Hajny 25 years ago
parent
commit
0a8f0d3739
1 changed files with 8 additions and 2 deletions
  1. 8 2
      Makefile.fpc

+ 8 - 2
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
 ##########################################################################
 ##########################################################################