diff options
author | Kevin Koch <kpkoch@mit.edu> | 2007-10-05 01:26:34 +0000 |
---|---|---|
committer | Kevin Koch <kpkoch@mit.edu> | 2007-10-05 01:26:34 +0000 |
commit | 30791a8744c4492e59ff0932cbe7335d245022a3 (patch) | |
tree | 374394746d8844c52f846bd29c519b23beecdf45 /src/windows | |
parent | 8061c0a0a7a834a8e177f3fd7080ff5a91303ee4 (diff) | |
download | krb5-30791a8744c4492e59ff0932cbe7335d245022a3.tar.gz krb5-30791a8744c4492e59ff0932cbe7335d245022a3.tar.xz krb5-30791a8744c4492e59ff0932cbe7335d245022a3.zip |
KfW Build: add new installer build files to copyfiles.xml
Files were added to the installer build area. They also need to be added to the copylist, so that they are copied to the staging area, where the installer is built.
Ticket: new
Tags: pullup
Target_Version: 1.6.3
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20099 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows')
-rw-r--r-- | src/windows/build/copyfiles.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/windows/build/copyfiles.xml b/src/windows/build/copyfiles.xml index 269b42ba9..11809ca74 100644 --- a/src/windows/build/copyfiles.xml +++ b/src/windows/build/copyfiles.xml @@ -194,6 +194,9 @@ <File name="kfw.wxs" from="auth\krb5\src\windows\installer\wix\" to="\install\wix" /> <File name="Makefile" from="auth\krb5\src\windows\installer\wix\" to="\install\wix" /> <File name="property.wxi" from="auth\krb5\src\windows\installer\wix\" to="\install\wix" /> + <File name="platform.wxi" from="auth\krb5\src\windows\installer\wix\" to="\install\wix" /> + <File name="runtime.wxi" from="auth\krb5\src\windows\installer\wix\" to="\install\wix" /> + <File name="runtime_debug.wxi" from="auth\krb5\src\windows\installer\wix\" to="\install\wix" /> <File name="site-local-tagged.wxi" from="auth\krb5\src\windows\installer\wix\" to="\install\wix" /> <File name="bannrbmp.bmp" from="auth\krb5\src\windows\installer\wix\Binary\" to="\install\wix\Binary" /> <File name="completi.ico" from="auth\krb5\src\windows\installer\wix\Binary\" to="\install\wix\Binary" /> |