mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
19 lines
569 B
Puppet
19 lines
569 B
Puppet
//
|
|
// 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
|
|
|