Jump to content

NMAKE: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
== Description ==
== Description ==


The "make" tool that comes with the VAC/C++ 3.0 package. It allows to define dependencies and actions to resolve them. Within the VAC/C++ package it is mostly not directly used, because the make files are generated automatically with the "build" tools.
The "make" tool that comes with the IBM VisualAge C++ 3.0 package. It allows to define dependencies and actions to resolve them. Within the WorkFrame environment it is mostly not directly used, because the make files are generated automatically with the "build" tools.


== Source and References ==
== Source and References ==

Revision as of 13:41, 23 June 2016

Description

The "make" tool that comes with the IBM VisualAge C++ 3.0 package. It allows to define dependencies and actions to resolve them. Within the WorkFrame environment it is mostly not directly used, because the make files are generated automatically with the "build" tools.

Source and References

see VAC/C++ 3.0 package

License

IBM