Browse Source

add clarifying comments

David Rose 19 years ago
parent
commit
7513f0c265
6 changed files with 82 additions and 0 deletions
  1. 13 0
      dtool/Config.FreeBSD.pp
  2. 13 0
      dtool/Config.Irix.pp
  3. 13 0
      dtool/Config.Linux.pp
  4. 13 0
      dtool/Config.Win32.pp
  5. 15 0
      dtool/Config.osx.pp
  6. 15 0
      dtool/Config.pp

+ 13 - 0
dtool/Config.FreeBSD.pp

@@ -6,6 +6,19 @@
 // etc.
 // etc.
 //
 //
 
 
+// *******************************************************************
+// NOTE: you should not attempt to copy this file verbatim as your own
+// personal Config.pp file.  Instead, you should start with an empty
+// Config.pp file, and add lines to it when you wish to override
+// settings given in here.  In the normal ppremake system, this file
+// will always be read first, and then your personal Config.pp file
+// will be read later, which gives you a chance to override the
+// default settings found in this file.  However, if you start by
+// copying the entire file, it will be difficult to tell which
+// settings you have customized, and it will be difficult to upgrade
+// to a subsequent version of Panda.
+// *******************************************************************
+
 // What additional flags should we pass to interrogate?
 // What additional flags should we pass to interrogate?
 #define SYSTEM_IGATE_FLAGS -D__i386__ -D__const=const
 #define SYSTEM_IGATE_FLAGS -D__i386__ -D__const=const
 
 

+ 13 - 0
dtool/Config.Irix.pp

@@ -6,6 +6,19 @@
 // etc.
 // etc.
 //
 //
 
 
+// *******************************************************************
+// NOTE: you should not attempt to copy this file verbatim as your own
+// personal Config.pp file.  Instead, you should start with an empty
+// Config.pp file, and add lines to it when you wish to override
+// settings given in here.  In the normal ppremake system, this file
+// will always be read first, and then your personal Config.pp file
+// will be read later, which gives you a chance to override the
+// default settings found in this file.  However, if you start by
+// copying the entire file, it will be difficult to tell which
+// settings you have customized, and it will be difficult to upgrade
+// to a subsequent version of Panda.
+// *******************************************************************
+
 // What additional flags should we pass to interrogate?
 // What additional flags should we pass to interrogate?
 #define SYSTEM_IGATE_FLAGS -D__mips__ -D__MIPSEB__ -D_LANGUAGE_C_PLUS_PLUS -D_MIPS_SZINT=32 -D_MIPS_SZLONG=32 -D_MIPS_SZPTR=32
 #define SYSTEM_IGATE_FLAGS -D__mips__ -D__MIPSEB__ -D_LANGUAGE_C_PLUS_PLUS -D_MIPS_SZINT=32 -D_MIPS_SZLONG=32 -D_MIPS_SZPTR=32
 
 

+ 13 - 0
dtool/Config.Linux.pp

@@ -6,6 +6,19 @@
 // etc.
 // etc.
 //
 //
 
 
+// *******************************************************************
+// NOTE: you should not attempt to copy this file verbatim as your own
+// personal Config.pp file.  Instead, you should start with an empty
+// Config.pp file, and add lines to it when you wish to override
+// settings given in here.  In the normal ppremake system, this file
+// will always be read first, and then your personal Config.pp file
+// will be read later, which gives you a chance to override the
+// default settings found in this file.  However, if you start by
+// copying the entire file, it will be difficult to tell which
+// settings you have customized, and it will be difficult to upgrade
+// to a subsequent version of Panda.
+// *******************************************************************
+
 // What additional flags should we pass to interrogate?
 // What additional flags should we pass to interrogate?
 #define SYSTEM_IGATE_FLAGS -D__i386__ -D__const=const -Dvolatile=
 #define SYSTEM_IGATE_FLAGS -D__i386__ -D__const=const -Dvolatile=
 
 

+ 13 - 0
dtool/Config.Win32.pp

@@ -6,6 +6,19 @@
 // compiler features, etc.
 // compiler features, etc.
 //
 //
 
 
+// *******************************************************************
+// NOTE: you should not attempt to copy this file verbatim as your own
+// personal Config.pp file.  Instead, you should start with an empty
+// Config.pp file, and add lines to it when you wish to override
+// settings given in here.  In the normal ppremake system, this file
+// will always be read first, and then your personal Config.pp file
+// will be read later, which gives you a chance to override the
+// default settings found in this file.  However, if you start by
+// copying the entire file, it will be difficult to tell which
+// settings you have customized, and it will be difficult to upgrade
+// to a subsequent version of Panda.
+// *******************************************************************
+
 // What additional flags should we pass to interrogate?
 // What additional flags should we pass to interrogate?
 // NSPR versions prior to 4.4 used _declspec instead of __declspec.
 // NSPR versions prior to 4.4 used _declspec instead of __declspec.
 #define SYSTEM_IGATE_FLAGS -longlong __int64 -D_X86_ -DWIN32_VC -D"_declspec(param)=" -D"__declspec(param)=" -D_near  -D_far -D__near  -D__far -D_WIN32 -D__stdcall -Dvolatile=
 #define SYSTEM_IGATE_FLAGS -longlong __int64 -D_X86_ -DWIN32_VC -D"_declspec(param)=" -D"__declspec(param)=" -D_near  -D_far -D__near  -D__far -D_WIN32 -D__stdcall -Dvolatile=

+ 15 - 0
dtool/Config.osx.pp

@@ -5,6 +5,21 @@
 // platform.  It makes some initial guesses about compiler features,
 // platform.  It makes some initial guesses about compiler features,
 // etc.
 // etc.
 //
 //
+
+// *******************************************************************
+// NOTE: you should not attempt to copy this file verbatim as your own
+// personal Config.pp file.  Instead, you should start with an empty
+// Config.pp file, and add lines to it when you wish to override
+// settings given in here.  In the normal ppremake system, this file
+// will always be read first, and then your personal Config.pp file
+// will be read later, which gives you a chance to override the
+// default settings found in this file.  However, if you start by
+// copying the entire file, it will be difficult to tell which
+// settings you have customized, and it will be difficult to upgrade
+// to a subsequent version of Panda.
+// *******************************************************************
+
+
 //#define PYTHON_IPATH /Library/Frameworks/Python.framework/Headers
 //#define PYTHON_IPATH /Library/Frameworks/Python.framework/Headers
 //#define PYTHON_LPATH /Library/Frameworks/Python.framework/Headers
 //#define PYTHON_LPATH /Library/Frameworks/Python.framework/Headers
 
 

+ 15 - 0
dtool/Config.pp

@@ -5,6 +5,21 @@
 // into the various make scripts.  It is processed by ppremake (along
 // into the various make scripts.  It is processed by ppremake (along
 // with the Sources.pp files in each of the various directories) to
 // with the Sources.pp files in each of the various directories) to
 // generate build scripts appropriate to each environment.
 // generate build scripts appropriate to each environment.
+// 
+
+// *******************************************************************
+// NOTE: you should not attempt to copy this file verbatim as your own
+// personal Config.pp file.  Instead, you should start with an empty
+// Config.pp file, and add lines to it when you wish to override
+// settings given in here.  In the normal ppremake system, this file
+// will always be read first, and then your personal Config.pp file
+// will be read later, which gives you a chance to override the
+// default settings found in this file.  However, if you start by
+// copying the entire file, it will be difficult to tell which
+// settings you have customized, and it will be difficult to upgrade
+// to a subsequent version of Panda.
+// *******************************************************************
+
 //
 //
 // ppremake is capable of generating makefiles for Unix compilers such
 // ppremake is capable of generating makefiles for Unix compilers such
 // as gcc or SGI's MipsPRO compiler, as well as for Windows
 // as gcc or SGI's MipsPRO compiler, as well as for Windows