Command line options for build, link, execution rules
Special command line options can be used for build, link, and execution rules.
Command line / syntax | Description |
---|---|
$(4dbcomp)
|
Builds the schema file (sch) from the database file (4db). |
$(4fdcomp)
Options
include:
|
Builds the compiled form file (42f) from the form file (4fd). |
$(blockpoint)
|
The $(blockpoint) command manages user added code by extracting or injecting code between BLOCK and POINT tags in a generated 4gl file. |
$(copy)
|
Copies the given file or directory to the given destination in a platform-independent way. When copying a directory, the copy is recursive. |
$(delete)
|
Removes the given files or directories in a platform independent way. When deleting a directory, the delete is recursive; all subdirectories and files contained within the directory are deleted. |
$(fglcomp)
|
The fglcomp tool compiles BDL program sources files into a p-code version. |
$(fglmkmsg)
|
The fglmkmsg tool compiles message files into a binary version used by the BDL programs. |
$(fglmkstr)
|
The fglmkstr tool compiles localized string files. |
$(fglrun)
|
Calls fglrun tool, the runtime system program that executes p-code programs. |
$(fglwsdl)
|
Calls the fglwsdl tool for creating a web services program. |
$(generate)
|
The $(generate) command creates an intermediary XML file from modeled entities. |
$(gstdebug)
|
Calls internal Genero Studio debugger. Execution rules only. |
$(gstrun)
|
Calls command to run an application through Genero Studio. Execution rules only. |
$(move)
|
Moves the given file or directory to the given destination in a platform-independent way. When moving a directory, the move command is recursive. |
$(percomp)
|
The fglform tool compiles form specification files into XML formatted files used by the programs. |
$(tcl) - deprecated | |
tclsh
|
The tclsh executable generates the final file by using both a Tcl template file and the intermediary XML file created by the $(generate) command. |