|
Blender V4.3
|
Go to the source code of this file.
Typedefs | |
| typedef unsigned long | ulong |
Variables | |
| char | build_date [] = BUILD_DATE |
| char | build_time [] = BUILD_TIME |
| char | build_hash [] = BUILD_HASH |
| ulong | build_commit_timestamp = BUILD_COMMIT_TIMESTAMP |
| char | build_commit_date [] = "\0" |
| char | build_commit_time [] = "\0" |
| char | build_branch [] = BUILD_BRANCH |
| 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!" |
| typedef unsigned long ulong |
Definition at line 13 of file buildinfo.c.
| char build_branch[] = BUILD_BRANCH |
Definition at line 38 of file buildinfo.c.
| char build_cflags[] = "unmaintained buildsystem alert!" |
Definition at line 49 of file buildinfo.c.
| char build_commit_date[16] = "\0" |
Definition at line 36 of file buildinfo.c.
| char build_commit_time[16] = "\0" |
Definition at line 37 of file buildinfo.c.
| ulong build_commit_timestamp = BUILD_COMMIT_TIMESTAMP |
Definition at line 35 of file buildinfo.c.
| char build_cxxflags[] = "unmaintained buildsystem alert!" |
Definition at line 50 of file buildinfo.c.
| char build_date[] = BUILD_DATE |
Definition at line 32 of file buildinfo.c.
| char build_hash[] = BUILD_HASH |
Definition at line 34 of file buildinfo.c.
| char build_linkflags[] = "unmaintained buildsystem alert!" |
Definition at line 51 of file buildinfo.c.
| char build_platform[] = BUILD_PLATFORM |
Definition at line 40 of file buildinfo.c.
| char build_system[] = "unmaintained buildsystem alert!" |
Definition at line 52 of file buildinfo.c.
| char build_time[] = BUILD_TIME |
Definition at line 33 of file buildinfo.c.
| char build_type[] = BUILD_TYPE |
Definition at line 41 of file buildinfo.c.