mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-15 16:17:41 +02:00
Show that the build was CMake based
Probably want to pull this out later, but it's in the About dialog as part of the "Build Type".
This commit is contained in:
parent
0bbc974a7b
commit
c9e760b764
@ -711,6 +711,11 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S )
|
|||||||
if( (sizeof(void*) == 8) )
|
if( (sizeof(void*) == 8) )
|
||||||
buildType = XO("%s, 64 bits").Format( buildType );
|
buildType = XO("%s, 64 bits").Format( buildType );
|
||||||
|
|
||||||
|
// Remove this once the transition to CMake is complete
|
||||||
|
#if defined(CMAKE_INTDIR)
|
||||||
|
buildType = XO("CMake %s").Format( buildType );
|
||||||
|
#endif
|
||||||
|
|
||||||
AddBuildinfoRow(&informationStr, XO("Build type:"), buildType.Translation());
|
AddBuildinfoRow(&informationStr, XO("Build type:"), buildType.Translation());
|
||||||
|
|
||||||
#ifdef _MSC_FULL_VER
|
#ifdef _MSC_FULL_VER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user