Clarified configuration header comments.

This commit is contained in:
Camilla Berglund 2013-10-06 11:45:28 +02:00
parent 2053767709
commit 161065ac19

View File

@ -23,13 +23,15 @@
// distribution. // distribution.
// //
//======================================================================== //========================================================================
// As glfw_config.h.in, this file is used by CMake to produce the config.h shared // As glfw_config.h.in, this file is used by CMake to produce the
// configuration header file. If you are adding a feature requiring // glfw_config.h configuration header file. If you are adding a feature
// conditional compilation, this is the proper place to add the macros. // requiring conditional compilation, this is where to add the macro.
//======================================================================== //========================================================================
// As glfw_config.h, this file defines compile-time build options and macros for // As glfw_config.h, this file defines compile-time option macros for a
// all platforms supported by GLFW. As this is a generated file, don't modify // specific platform and development environment. If you are using the
// it. Instead, you should modify the glfw_config.h.in file. // GLFW CMake files, modify glfw_config.h.in instead of this file. If you
// are using your own build system, make this file define the appropriate
// macros in whatever way is suitable.
//======================================================================== //========================================================================
// Define this to 1 if building GLFW for X11 // Define this to 1 if building GLFW for X11