Imported Upstream version 1.10.2
[platform/upstream/krb5.git] / src / windows / build / sdkfiles.xml
1 <?xml version="1.0" encoding="utf-8" ?>
2         <Files>
3                 <!-- File from  paths are relative to <src>/pismere.    -->
4                 <!-- File to    paths are relative to <out>.                    -->
5                 <File dummy="foo" /> <!-- Forces XML::Simple behavior   -->
6                         <!-- Without this, XML::Simple does not make an anonymous array and I can't figure out how to iterate over it. -->
7
8                 <File name="relnotes.html"  from="doc\kerberos"                 to="doc" />
9                 <File name="kclient.rtf"    from="athena\auth\krb4\kclient\doc" to="doc" />
10         <File name="msi-deployment-guide.txt" from="athena\auth\krb5\src\windows\installer\wix\"   to="\doc" />
11
12                 <File  name="*.*"           from="staging\inc"                  to="inc" />
13                 <!-- loadfuncs.c is deliberately here.  Otherwise, *.h would work. -->
14
15                 <File  name="*.*"           from="staging\install\nsis"         to="install\nsis\" />
16         <!-- We'll clean up the exes in the target directory in a later step.  -->
17
18                 <File  name="*.*"           from="staging\install\wix"          to="install\wix\" />
19         <!-- We'll clean up the msi in the target directory in a later step.  -->
20
21                 <File  name="*.lib"         from="staging\lib\i386"             to="lib\i386\" />
22         
23         </Files>