Servertec Assignment
Reference Manual
Conventions
iMake
Touch
Make Files
Constants
Identifiers
Operators
Directives
Statements
Assignment
Inference
Target

Macros

Return

 

Used to assign a value to a user identifier.

Syntax

    identifier = { value }

Notes

    identifier the identifier to define.
    value the text to assign to the specified user identifier.

Example

    INCLUDES = global.h ppsup.h
    DIR_SEP = "\"
    
    
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Mon Sep 05 14:25:36 EDT 2005