compileoption

This variable sets a local variable in the makefile that is used in all compile commands executed.

Syntax

    compileoption: -d option

Argument option Any option you want to pass on all compile command-lines generated.

Example

Create a parent object that requires one source file. Pass _WHATEVER_ to the compiler when that source file is compiled:

      compileoption: -d _WHATEVER_
      
      parentobjects MyObject{
      source:
          HandleObject.c
      }
NOTE cplusoption is a synonym for compileoption that will soon be eliminated. Change all occurrences of cplusoption to compileoption.


[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker