Config.pp 569 B

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