In your source file:
C_DEFINES=$(C_DEFINES) -Dwhatever=blah
or
C_DEFINES=$(C_DEFINES) -Dsomething
Sources files in the NT4 IFSkit, NT5 IFSkit, and NT5 DDK show these usages,
and if you can stand it, you can read makefile.def and i386mk.inc, blech.
- Jay
-----Original Message-----
Subject: push -D to C_DEFINES through build?
>From: Peter Nishimoto - SunPC engineering
>Date: Fri, 7 Jul 2000 07:55:54 -0400 (EDT)
>
> Is it possible to push a #define symbol defintion through
> ‘build’ so that the symbol is defined during compilation?
>----------------------------------------------------------------------