From 4382b4a0d536cbefa672cd470b3cc57953028960 Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Thu, 26 Jul 2012 06:57:35 -0400 Subject: Use env to determine config in installer build Use NODEBUG and DEBUG_SYMBOL from the environment to determine whether or not to define Debug and DebugSyms for the installer build. Signed-off-by: Kevin Wasserman ticket: 7319 (new) queue: kfw target_version: 1.10.4 tags: pullup --- src/windows/installer/wix/config.wxi | 8 ++++++++ src/windows/installer/wix/site-local.wxi | 5 ----- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'src/windows/installer') diff --git a/src/windows/installer/wix/config.wxi b/src/windows/installer/wix/config.wxi index 3bb1cc95cd..806fe36f21 100644 --- a/src/windows/installer/wix/config.wxi +++ b/src/windows/installer/wix/config.wxi @@ -64,6 +64,14 @@ + + + + + + + + diff --git a/src/windows/installer/wix/site-local.wxi b/src/windows/installer/wix/site-local.wxi index 80defd94a0..c3ebc02b07 100644 --- a/src/windows/installer/wix/site-local.wxi +++ b/src/windows/installer/wix/site-local.wxi @@ -52,13 +52,8 @@ - - - -