Jump to content

PAMAKE: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
 
Line 4: Line 4:


==Version==
==Version==
* 1.8 (1989-09-30) [http://hobbes.nmsu.edu/download/pub/os2/dev/util/pamake18.zip pamake18.zip]
* 1.8 (1989-09-30) [pamake18.zip]
:Note: 16-bit OS/2 executable only, source supports [[DOS]] and [[VMS]] as well.
:Note: 16-bit OS/2 executable only, source supports [[DOS]] and [[VMS]] as well.



Latest revision as of 19:58, 3 July 2022

A multi-platform make like program that allows you executable programs and libraries from source code listings by creating control text files called make files that control the behaviour of the other tools. It is like GNU Make and a number of other make packages based on Neil Russell's original public domain make, but improves on it.

PMAKE is outdated and the binary is in 16-bit only, but it could be compiled into 32-bit fairly easily but it is difficult to imagine why you should want to do that unless you specifically want a make program unencumbered by licences that is somewhat more advanced than Neil Russell's original make.

Version

  • 1.8 (1989-09-30) [pamake18.zip]
Note: 16-bit OS/2 executable only, source supports DOS and VMS as well.

Licence

Released into the public domain, the documentation and name are copyrighted however.

Author