|
Blender
V2.59
|
Go to the source code of this file.
Defines | |
| #define | STRINGIFY_ARG(x) #x |
| #define | STRINGIFY(x) STRINGIFY_ARG(x) |
Variables | |
| char | build_date [] = STRINGIFY(BUILD_DATE) |
| char | build_time [] = STRINGIFY(BUILD_TIME) |
| char | build_rev [] = STRINGIFY(BUILD_REV) |
| char | build_platform [] = STRINGIFY(BUILD_PLATFORM) |
| char | build_type [] = STRINGIFY(BUILD_TYPE) |
| char | build_cflags [] = "unmaintained buildsystem alert!" |
| char | build_cxxflags [] = "unmaintained buildsystem alert!" |
| char | build_linkflags [] = "unmaintained buildsystem alert!" |
| char | build_system [] = "unmaintained buildsystem alert!" |
Definition in file buildinfo.c.
| #define STRINGIFY | ( | x | ) | STRINGIFY_ARG(x) |
Definition at line 43 of file buildinfo.c.
| #define STRINGIFY_ARG | ( | x | ) | #x |
Definition at line 42 of file buildinfo.c.
| char build_cflags[] = "unmaintained buildsystem alert!" |
Definition at line 59 of file buildinfo.c.
Referenced by main(), make_app_info(), and print_version().
| char build_cxxflags[] = "unmaintained buildsystem alert!" |
Definition at line 60 of file buildinfo.c.
Referenced by main(), make_app_info(), and print_version().
| char build_date[] = STRINGIFY(BUILD_DATE) |
Definition at line 46 of file buildinfo.c.
Referenced by debug_mode(), main(), make_app_info(), and print_version().
| char build_linkflags[] = "unmaintained buildsystem alert!" |
Definition at line 61 of file buildinfo.c.
Referenced by main(), make_app_info(), and print_version().
| char build_platform[] = STRINGIFY(BUILD_PLATFORM) |
Definition at line 50 of file buildinfo.c.
Referenced by debug_mode(), main(), make_app_info(), and print_version().
| char build_rev[] = STRINGIFY(BUILD_REV) |
Definition at line 48 of file buildinfo.c.
Referenced by DocumentExporter::exportCurrentScene(), main(), make_app_info(), print_version(), wm_block_create_splash(), and write_global().
| char build_system[] = "unmaintained buildsystem alert!" |
Definition at line 62 of file buildinfo.c.
Referenced by main(), make_app_info(), and print_version().
| char build_time[] = STRINGIFY(BUILD_TIME) |
Definition at line 47 of file buildinfo.c.
Referenced by debug_mode(), main(), make_app_info(), and print_version().
| char build_type[] = STRINGIFY(BUILD_TYPE) |
Definition at line 51 of file buildinfo.c.
Referenced by debug_mode(), main(), make_app_info(), and print_version().