summaryrefslogtreecommitdiffstats
path: root/src/windows/build/copyfiles.xml
diff options
context:
space:
mode:
authorKevin Koch <kpkoch@mit.edu>2007-03-16 18:38:28 +0000
committerKevin Koch <kpkoch@mit.edu>2007-03-16 18:38:28 +0000
commit896e355909c46a743321afe6b95afbe7a8c8e18f (patch)
tree98a09c8ff271d91a881bd1f3e4ad4ba94caca5fb /src/windows/build/copyfiles.xml
parentdeb3ee503652cc84959dda74e2c0a164a7a584cd (diff)
downloadkrb5-896e355909c46a743321afe6b95afbe7a8c8e18f.tar.gz
krb5-896e355909c46a743321afe6b95afbe7a8c8e18f.tar.xz
krb5-896e355909c46a743321afe6b95afbe7a8c8e18f.zip
KfW automated build scripts & supporting files
Updated scripts & additional configuration files. Ticket: new Target_Version: 1.6.1 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19234 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/build/copyfiles.xml')
-rw-r--r--src/windows/build/copyfiles.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/windows/build/copyfiles.xml b/src/windows/build/copyfiles.xml
index 86efd5fbd1..8187d53526 100644
--- a/src/windows/build/copyfiles.xml
+++ b/src/windows/build/copyfiles.xml
@@ -64,7 +64,7 @@
<File name="ms2mit.pdb" from="..\target\bin\i386\%bldtype%\" to="\bin\i386" />
<File name="leashw32.pdb" from="..\target\bin\i386\%bldtype%\" to="\bin\i386" />
<File name="leash32.pdb" from="..\target\bin\i386\%bldtype%\" to="\bin\i386" />
-<!-- <File name="leash32.chm" from="..\target\bin\i386\%bldtype%\" to="\bin\i386" /> -->
+ <File name="leash32.chm" from="..\target\bin\i386\%bldtype%\" to="\bin\i386" />
<File name="kpasswd.pdb" from="..\target\bin\i386\%bldtype%\" to="\bin\i386" />
<File name="kvno.pdb" from="..\target\bin\i386\%bldtype%\" to="\bin\i386" />
<File name="krbv4w32.pdb" from="..\target\bin\i386\%bldtype%\" to="\bin\i386" />
@@ -103,8 +103,7 @@
<File name="wshelp32.dll" from="..\target\bin\i386\%bldtype%\" to="\bin\i386" />
<File name="ms2mit.exe" from="..\target\bin\i386\%bldtype%\" to="\bin\i386" />
<File name="leashw32.dll" from="..\target\bin\i386\%bldtype%\" to="\bin\i386" />
-<!-- <File name="leash32.exe" from="..\target\bin\i386\%bldtype%\" to="\bin\i386" /> -->
-<!-- <File name="leash32.chm" from="..\target\bin\i386\%bldtype%\" to="\bin\i386" /> -->
+ <File name="leash32.exe" from="..\target\bin\i386\%bldtype%\" to="\bin\i386" />
<File name="kpasswd.exe" from="..\target\bin\i386\%bldtype%\" to="\bin\i386" />
<File name="kvno.exe" from="..\target\bin\i386\%bldtype%\" to="\bin\i386" />
<File name="krbv4w32.dll" from="..\target\bin\i386\%bldtype%\" to="\bin\i386" />
@@ -127,9 +126,9 @@
<!-- Debug build only: -->
<File name="khhelp.h" from="auth\krb5\src\windows\identity\obj\i386\%debug%\inc\" to="\inc\netidmgr" />
- <File name="aklog.pdb" from="..\target\bin\i386\%debug%\" to="\bin\i386" />
+<!-- <File name="aklog.pdb" from="..\target\bin\i386\%debug%\" to="\bin\i386" /> -->
<File name="netidmgr.exe.static.manifest" from="..\target\bin\i386\%debug%\" to="\bin\i386" notrequired="true" />
- <File name="aklog.exe" from="..\target\bin\i386\%debug%\" to="\bin\i386" />
+<!-- <File name="aklog.exe" from="..\target\bin\i386\%debug%\" to="\bin\i386" /> -->
<!-- Build-INdependent files, always copied: -->
<File name="relnotes.html" from="..\doc\kerberos\" to="\doc" />
@@ -218,4 +217,7 @@
<File name="strings_1033.wxl" from="auth\krb5\src\windows\installer\wix\lang\" to="\install\wix\lang" />
<File name="ui_1033.wxi" from="auth\krb5\src\windows\installer\wix\lang\" to="\install\wix\lang" />
<File name="license.rtf" from="auth\krb5\src\windows\installer\wix\lang\" to="\install\wix\lang" />
+ <File name="krb5.conf" from="auth\krb5\src\config-files\" to="\sample" newname="krb5.ini" />
+ <File name="krb.con" from="auth\krb4\sample-config\" to="\sample" />
+ <File name="krbrealm.con" from="auth\krb4\sample-config\" to="\sample" />
</Files> \ No newline at end of file