From 9ba929c83db127ba0e81ff06cede449f024e1e33 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 3 Jun 2004 21:45:52 +0000 Subject: [PATCH] verbose ppremake in dtool --- dtool/LocalSetup.pp | 53 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/dtool/LocalSetup.pp b/dtool/LocalSetup.pp index 72ffab5e83..1ef01ad166 100644 --- a/dtool/LocalSetup.pp +++ b/dtool/LocalSetup.pp @@ -9,6 +9,59 @@ // configure. // +#print +#if $[and $[HAVE_INTERROGATE],$[HAVE_PYTHON]] +#print Configuring Panda to generate Python interfaces. +#else +#print Configuring Panda WITHOUT Python interfaces. +#endif + +#print +#print Optional third-party packages configured in: +#if $[HAVE_NSPR] +#print - NSPR +#endif +#if $[HAVE_SSL] +#print - OpenSSL +#endif +#if $[HAVE_JPEG] +#print - libjpeg +#endif +#if $[HAVE_PNG] +#print - libpng +#endif +#if $[HAVE_TIFF] +#print - libtiff +#endif +#if $[HAVE_FFTW] +#print - fftw +#endif +#if $[HAVE_VRPN] +#print - VRPN +#endif +#if $[HAVE_ZLIB] +#print - zlib +#endif +#if $[HAVE_RAD_MSS] +#print - Miles Sound System +#endif +#if $[HAVE_FMOD] +#print - FMOD sound library +#endif +#if $[HAVE_FREETYPE] +#print - Freetype +#endif +#if $[HAVE_GL] +#print - OpenGL +#endif +#if $[HAVE_DX] +#print - DirectX +#endif +#print +#print See dtool_config.h for more details about the specified configuration. + +#print + #output dtool_config.h notouch #format straight /* dtool_config.h. Generated automatically by $[PPREMAKE] $[PPREMAKE_VERSION] from $[SOURCEFILE]. */