pull up r19375 from trunk
authorTom Yu <tlyu@mit.edu>
Mon, 2 Apr 2007 20:46:50 +0000 (20:46 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 2 Apr 2007 20:46:50 +0000 (20:46 +0000)
commit5fc6273621bbfec46cd540dd9768deb14d034105
treec94f848e7e7d1394039ef9fcb4995b747dd4e209
parent92e8ef774a3de745553377c59f26d2135c4bebad
pull up r19375 from trunk

 r19375@cathode-dark-space:  kpkoch | 2007-04-02 12:13:58 -0400
 Target_Version: 1.6.1
 Ticket: 5490
 Tags: pullup

 Uncomment w2k files in corebinaries.xml.

 Factor processing of <Prunes> xml into pruneFiles.pl.

 Factor processing of <Zips> xml into zipXML.pl.

 Move SRC zip XML to <FetchSources> section of config file.

 Call zipXML in /REPOSITORY CHECKOUT section of script.

 Keep track of cleaning of OUTDIR so SRC zip isn't removed during packaging.

 Remove UNIXFIND from config file.  If UNIXFIND isn't present in the config file, set the in-memory UNIXFIND to c:\tools\cygwin\bin.  UNIXFIND is now an implementation detail stored in the in-memory config XML, like the versions read from kerberos.ver.

 Prune more temporary files before making SDK zip.

 Remove redundant custom files from sdkfiles.xml.  Copy *.* from staging/inc instead of *.h -- one .c file is also required.

ticket: 5490

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19388 dc483132-0cff-0310-8789-dd5450dbe970
src/windows/build/BKWconfig.xml
src/windows/build/bkw.pl
src/windows/build/corebinaryfiles.xml
src/windows/build/makeZip.pl
src/windows/build/pruneFiles.pl [new file with mode: 0644]
src/windows/build/sdkfiles.xml
src/windows/build/zipXML.pl [new file with mode: 0644]