summaryrefslogtreecommitdiffstats
path: root/src/windows/build/BKWconfig.xml
diff options
context:
space:
mode:
authorKevin Koch <kpkoch@mit.edu>2007-03-31 22:09:23 +0000
committerKevin Koch <kpkoch@mit.edu>2007-03-31 22:09:23 +0000
commit2a87ebd7150af2c72c1de90f81c13ffb3c76ab44 (patch)
tree410a0cadf192226bcf3c3aff905236addf464644 /src/windows/build/BKWconfig.xml
parentdb7139a29ad32b31ecb9f2905297a4d6c9d1a3b7 (diff)
downloadkrb5-2a87ebd7150af2c72c1de90f81c13ffb3c76ab44.tar.gz
krb5-2a87ebd7150af2c72c1de90f81c13ffb3c76ab44.tar.xz
krb5-2a87ebd7150af2c72c1de90f81c13ffb3c76ab44.zip
Make /OUTDIR absolute instead of relative
Target_Version: 1.6.1 Ticket: 5490 Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19367 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/build/BKWconfig.xml')
-rw-r--r--src/windows/build/BKWconfig.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/build/BKWconfig.xml b/src/windows/build/BKWconfig.xml
index d6d89bb8d8..111aaa6013 100644
--- a/src/windows/build/BKWconfig.xml
+++ b/src/windows/build/BKWconfig.xml
@@ -11,7 +11,7 @@
<!-- Sources will be checked out of repositories into <src>. The structure
of the repositories will cause pismere/athena to be created under <src>. -->
<src path ="C:\projects\Autobuild" />
- <out path ="public" /> <!-- Relative to src. -->
+ <out path ="C:\projects\Autobuild\public" /> <!-- Must be absolute path. -->
<unixfind path ="c:\cygwin\bin" />
</Directories>
<Options>