Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2010-10-19 09:00:36 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-10-19 09:00:36 +0400
commit2a89fb887e6e9cc50a30ec67fb9cb3e8b06a59cd (patch)
treea3a35446f4b473bbe3d63df11945344f329d4803 /source/creator/buildinfo.c
parent42d4e93733f563704456fed879b5f29b042d099f (diff)
* Enable compile and link flags to build info also on Windows and in SCons.
* Added build_system SCons or CMake * Write the new build info also to system-info.txt
Diffstat (limited to 'source/creator/buildinfo.c')
-rw-r--r--source/creator/buildinfo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/creator/buildinfo.c b/source/creator/buildinfo.c
index cf6f5a11c45..2203a97aa91 100644
--- a/source/creator/buildinfo.c
+++ b/source/creator/buildinfo.c
@@ -40,10 +40,12 @@ char build_type[]= STRINGIFY(BUILD_TYPE);
char build_cflags[]= STRINGIFY(BUILD_CFLAGS);
char build_cxxflags[]= STRINGIFY(BUILD_CXXFLAGS);
char build_linkflags[]= STRINGIFY(BUILD_LINKFLAGS);
+char build_system[]= STRINGIFY(BUILD_SYSTEM);
#else
char build_cflags[]= "unmaintained buildsystem alert!";
char build_cxxflags[]= "unmaintained buildsystem alert!";
char build_linkflags[]= "unmaintained buildsystem alert!";
+char build_system[]= "unmaintained buildsystem alert!";
#endif
#endif // BUILD_DATE