aboutsummaryrefslogtreecommitdiff
path: root/src/windows/build/srcfiles.xml
blob: 58b58af55edf271ec55e21430e6e5fad15015ed9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8" ?>
	<Files>
		<!-- File from	paths are relative to <src>/pismere.	-->
		<!-- File to			paths are relative to <out>.					-->
		<File dummy="foo" /> <!-- Forces XML::Simple behavior -->
			<!-- Without this, XML::Simple does not make an anonymous array and I can't figure out how to iterate over it. -->

		<File name="config_1033.wxi"	from="athena\auth\krb5\src\windows\installer\wix\lang\"	to="\install\wix\lang" />
		<File name="strings_1033.wxl"	from="athena\auth\krb5\src\windows\installer\wix\lang\"	to="\install\wix\lang" />
		<File name="ui_1033.wxi"	from="athena\auth\krb5\src\windows\installer\wix\lang\"	to="\install\wix\lang" />
		<File name="license.rtf"	from="athena\auth\krb5\src\windows\installer\wix\lang\"	to="\install\wix\lang" />
		<File name="krb5.conf"	from="athena\auth\krb5\src\config-files\"	to="\sample" newname="krb5.ini"/>
	</Files>