C

From VrlWiki
Jump to navigation Jump to search
C<Program> = <C++ Source>.cpp ...

Designate C source files that are to be built for each program. The G.Build system recognizes the .c suffixe.

PROGRAM = myProgram
CmyProgram = myProgram.c  mySubroutine.c


By convention the file containing a C "main" method has the same name as the program.