Mercurial > trustbridge
changeset 1315:12ed0b72e9f5
(issue162) Change DO_RELEASE_BUILD to IS_TAG_BUILD to determine g_debug initializatation
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 13 Oct 2014 16:19:28 +0200 |
parents | 5f4e77acb2f3 |
children | ff9cd05e861e |
files | cinst/certificate-installer.c cinst/nss-installer.c packaging/desktopshellrun.cpp ui/administrator.cpp ui/main.cpp |
diffstat | 5 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/cinst/certificate-installer.c Mon Oct 13 16:10:18 2014 +0200 +++ b/cinst/certificate-installer.c Mon Oct 13 16:19:28 2014 +0200 @@ -202,7 +202,7 @@ return 0; } -#ifdef DO_RELEASE_BUILD +#ifdef IS_TAG_BUILD bool g_debug = false; #else bool g_debug = true;
--- a/cinst/nss-installer.c Mon Oct 13 16:10:18 2014 +0200 +++ b/cinst/nss-installer.c Mon Oct 13 16:19:28 2014 +0200 @@ -835,7 +835,7 @@ } } -#ifdef DO_RELEASE_BUILD +#ifdef IS_TAG_BUILD bool g_debug = false; #else bool g_debug = true;
--- a/packaging/desktopshellrun.cpp Mon Oct 13 16:10:18 2014 +0200 +++ b/packaging/desktopshellrun.cpp Mon Oct 13 16:19:28 2014 +0200 @@ -55,7 +55,7 @@ #undef INITGUID -#ifdef DO_RELEASE_BUILD +#ifdef IS_TAG_BUILD bool g_debug = false; #else bool g_debug = true;