|
@@ -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
|