I cannot compile my application
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
Related articles