OpenMake Meister

Edit Flag Detail

 

 Using / in the Edit Flag Detail field will allow you to add additional flags for a specific step of the build process. In addition, Link Control Cards can be specified.

 

On the Edit Flag Detail Panel, you will choose the build step for which the flags are to be added.  The build steps are derived from the Rules on the Knowledgebase Server for that Build Type.  The flags are specific to the compiler/linker that is being used during that build step.                                             

                                                                   

For Link Control Decks, DEPS=ALL, DEPS=TARGET and DEPS=NONE will control which INCLUDE statements will be utilized.                 

                                                                    

DEPS=ALL - will include the full dependency tree from the current Target to every dependency even if it is not specified for the current Target.                               

                                                                    

DEPS=TARGET - will include only dependencies that are specified for the current Target.                               

                                                                   

DEPS=NONE - will not include any dependencies, thus no INCLUDE statements will be generated.