C2A_Core
git_revision_config.h
[詳解]
1 #ifndef GIT_REVISION_CONFIG_H_
2 #define GIT_REVISION_CONFIG_H_
3 
12 #if 1 // このexample userはCMakeでビルドするのでこれを使う
21 #define C2A_GIT_REVISION_FROM_OPTION
22 #endif // from option
23 
24 #if 0
31 /* This file is generated by src_user/Script/Git/revision.sh */
32 #define C2A_GIT_REVISION_GENERATED
33 
34 #define GIT_REVISION_C2A_CORE "1234567890123456789012345678901234567890"
35 #define GIT_REVISION_C2A_CORE_SHORT 0x1234567
36 #define GIT_REVISION_C2A_USER "1234567890123456789012345678901234567890"
37 #define GIT_REVISION_C2A_USER_SHORT 0x1234567
38 #endif // generated version
39 
40 #if 0
45 #define C2A_GIT_REVISION_IGNORE
46 #endif
47 
48 #endif // GIT_REVISION_CONFIG_H_