Dependable re-creation of projects

The key to this is using scripts. A script file can re-createan entire project with all options. With this you know your applications were builtproperly with all options precisely set.

The environment can create a script for you. Simply create yourproject, add all the necessary modules, set all necessary options and then use theTools Menu Create script command. An editor window will be opened with the text filledin with all of the information for the project. You can then save this file withany name you desire.

You can also create a script by hand. The script language isvery similar to your programming language. The script language reference in includedin this help file. An example script file is also included.