Servertec !include
Reference Manual
Conventions
iMake
Touch
Make Files
Constants
Identifiers
Operators
Directives
#
!define
!error
!if{def|ndef}
!include
!message
!undef

Statements
Macros

Return

 

Include the specified file.

Syntax

    !include [ "filename" | <filename>]

Notes

    filename the name of the file to include.

    If filename is enclosed by quotes "", the source file's directory is first searched for the specified file, then the search path specified by the -i command line option is searched for the specified file and then the search path specified by the environment variable INCLUDE is searched.

    If filename is enclosed by <>, the search path specified by the -i command line option is first searched for the specified file and then the search path specified by the environment variable INCLUDE is searched.

Example

    !include <init.inc>
    !include "hd.inc"
    
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Mon Sep 05 14:25:36 EDT 2005