28cc89aad1
Pass the information via config_host/config_buildid.h. Then cui/source/dialogs/about.cxx will get rebuilt also in the incremental build. Change-Id: I058cbe162e7015cbea6c71253c20db097477708f
10 lines
135 B
C
10 lines
135 B
C
/*
|
|
Optional Build ID displayed in the about dialog
|
|
*/
|
|
|
|
#ifndef CONFIG_BUILDID_H
|
|
#define CONFIG_BUILDID_H
|
|
|
|
#undef EXTRA_BUILDID
|
|
|
|
#endif
|