summaryrefslogtreecommitdiffstats
path: root/src/windows/installer/wix/features.wxi
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2004-12-19 06:04:41 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2004-12-19 06:04:41 +0000
commita2cd7a9b0f876954e0612583b53cb57271a4f441 (patch)
tree75e14e1c6640fd273f6a7907a0cbd1dad3217906 /src/windows/installer/wix/features.wxi
parent6b6052f3d5d83cb0a11af53717b6e62ce018df46 (diff)
downloadkrb5-a2cd7a9b0f876954e0612583b53cb57271a4f441.tar.gz
krb5-a2cd7a9b0f876954e0612583b53cb57271a4f441.tar.xz
krb5-a2cd7a9b0f876954e0612583b53cb57271a4f441.zip
Add support for optionally installing Debug Symbols
ticket: new tags: pullup target_version: 1.4 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16955 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/installer/wix/features.wxi')
-rw-r--r--src/windows/installer/wix/features.wxi17
1 files changed, 13 insertions, 4 deletions
diff --git a/src/windows/installer/wix/features.wxi b/src/windows/installer/wix/features.wxi
index dcc99faecb..12e25c9cb2 100644
--- a/src/windows/installer/wix/features.wxi
+++ b/src/windows/installer/wix/features.wxi
@@ -41,6 +41,19 @@
Title="$(loc.KerberosClientTitle)"
Level="30">
+ <?ifdef DebugSyms?>
+ <Feature
+ Id="feaKfwClientDebug"
+ AllowAdvertise="no"
+ Description="$(loc.StrKerberosClientDebugDesc)"
+ Display="expand"
+ InstallDefault="$(var.DebugSymInstallDefault)"
+ Level="$(var.DebugSymLowLevel)"
+ Title="$(loc.StrKerberosClientDebugTitle)">
+ <ComponentRef Id="cmf_bin_debug"/>
+ </Feature>
+ <?endif?>
+
<ComponentRef Id="cmf_aklog_exe" />
<ComponentRef Id="cmf_comerr32_dll" />
<ComponentRef Id="cmf_gss_exe" />
@@ -112,10 +125,6 @@
<ComponentRef Id="cmf_wshelp32_dll" />
<ComponentRef Id="cmf_xpprof32_dll" />
- <?ifdef Debug?>
- <ComponentRef Id="cmf_bin_debug"/>
- <?endif?>
-
<ComponentRef Id="cmf_psapi_dll" />
<?ifndef Debug?>