aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move snew/sfree out into their own header+src.Simon Tatham2017-05-188-25/+36
* Move MD5 out into its own file.Simon Tatham2017-05-185-255/+275
* Set up an autotools system.Simon Tatham2017-05-175-21/+65
* Top-level wrapper script to do the environment setup.Simon Tatham2017-05-171-0/+22
* Find makecab.py via $WIX rather than $PATH.Simon Tatham2017-05-171-1/+2
* Fix checksum calculation in CAB data records.Simon Tatham2017-05-161-1/+5
* Write terminating strings when MsiGetFileVersion() fails.Simon Tatham2017-05-161-0/+5
* Implement MsiGetFileHash.Simon Tatham2017-05-163-0/+253
* Implement MsiGetFileVersion.Simon Tatham2017-05-163-6/+188
* My own CAB-maker, which compresses.Simon Tatham2017-05-162-12/+112
* Use an LD_PRELOAD library in place of symlink to /home.Simon Tatham2017-05-162-1/+45
* Create the cab with the files in the right order.Simon Tatham2017-05-151-3/+22
* Trivial misspelled option.Simon Tatham2017-05-151-1/+1
* We now get as far as building a non-empty MSI file!Simon Tatham2017-05-154-49/+190
* Build cab files using lcab.Simon Tatham2017-05-155-102/+94
* All the remaining function stubs I appear to need.Simon Tatham2017-05-153-3/+183
* Start of a fake msi.dll.Simon Tatham2017-02-202-1/+18
* Set up a libtoolish Makefile for fake libs.Simon Tatham2017-02-202-42/+17
* Fake implementation of winterop.dll.Simon Tatham2017-02-162-0/+195