gmplBuildOrderStatement
- Mark Juras
Owned by Mark Juras
BuildOrder Statement Summary
BuildOrder is a terminal, utility statement that occurs in command scripts. It reviews and orders a set of loaded project files so that they can be processed in reference order. The projects to be ordered are first loaded using Load statements with their SourceCode attribute turned off; then, an Output statement is used to specify the file to receive the report; and finally, a BuildOrder statement creates the report. The BuildOrder statement has no attributes or substatements and generates no script errors. The report generated by the BuildOrder statement begins with two summary lines.The ordering over %d projects converged. There were %d order test iterations
Table of Contents