Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

HYDRA (NO LONGER SUPPORTED)


Command Line Compilation

4make relies on program definition files for compilation. These files have a .def file extension and contain information about the structure of the program.

The format is simple: TARGET=target_name SOURCES=source_files

For example:

TARGET=myprog.4ge SOURCES=file1.4gl file2.4gl FORMS=form1.per form2.per


  • No labels