Gilda programs are built using the Gilda compiler. The executable for the development is named, "gilda.exe" and resides in the installation directory. The compiler writes a log file named as the Project name with a ".log" suffix. It also creates the obj/ and asm/ directories to store Object and Assembler files. These items are created in the same directory as the Project Class.
-Project <Root_Class> A Program or Library Class to build
-Library <Library names> Libraries and library directories to use in the build
Uses GILDA_PROJECT is set in the environment.
-Object Generate object files; do not link.
-Assembler Generate assembler files; do not link.
-Silent Display error messages only.