| 123456789101112131415161718 |
- //
- // Config.pp
- //
- // This file defines certain configuration variables that are written
- // into the various make scripts. It is processed by ppremake (along
- // with the Sources.pp files in each of the various directories) to
- // generate build scripts appropriate to each environment.
- //
- // There are not too many variables to declare at this level; most of
- // them are defined in the DTOOL-specific Config.pp.
- // Where should we find DTOOL? This will come from the environment
- // variable if it is set.
- #if $[eq $[DTOOL],]
- #define DTOOL /usr/local/panda
- #endif
|