Blender V2.61 - r43446
|
Go to the source code of this file.
Variables | |
char | build_date [] = BUILD_DATE |
char | build_time [] = BUILD_TIME |
char | build_rev [] = BUILD_REV |
char | build_platform [] = BUILD_PLATFORM |
char | build_type [] = 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.
char build_cflags[] = "unmaintained buildsystem alert!" |
Definition at line 53 of file buildinfo.c.
Referenced by make_app_info(), and print_version().
char build_cxxflags[] = "unmaintained buildsystem alert!" |
Definition at line 54 of file buildinfo.c.
Referenced by make_app_info(), and print_version().
char build_date[] = BUILD_DATE |
Definition at line 40 of file buildinfo.c.
Referenced by debug_mode(), make_app_info(), and print_version().
char build_linkflags[] = "unmaintained buildsystem alert!" |
Definition at line 55 of file buildinfo.c.
Referenced by make_app_info(), and print_version().
char build_platform[] = BUILD_PLATFORM |
Definition at line 44 of file buildinfo.c.
Referenced by debug_mode(), make_app_info(), and print_version().
char build_rev[] = BUILD_REV |
Definition at line 42 of file buildinfo.c.
Referenced by DocumentExporter::exportCurrentScene(), make_app_info(), print_version(), wm_block_create_splash(), and write_global().
char build_system[] = "unmaintained buildsystem alert!" |
Definition at line 56 of file buildinfo.c.
Referenced by make_app_info(), and print_version().
char build_time[] = BUILD_TIME |
Definition at line 41 of file buildinfo.c.
Referenced by debug_mode(), make_app_info(), and print_version().
char build_type[] = BUILD_TYPE |
Definition at line 45 of file buildinfo.c.
Referenced by debug_mode(), make_app_info(), and print_version().