Commit graph

3 commits

Author SHA1 Message Date
Simon Tatham
6824aa549c Start of a fake msi.dll.
This seems to be the next function WiX expects from its native-code
DLLs. So far it's just a stub.
2017-02-20 07:17:56 +00:00
Simon Tatham
fbf19f95a0 Set up a libtoolish Makefile for fake libs.
The previous handwritten .la was a daft way of doing things!
2017-02-20 07:17:46 +00:00
Simon Tatham
abd0e801c0 Fake implementation of winterop.dll.
If I compile this to Linux native code, and then run WiX under Mono,
it loads this library and gets past the first CabExtract call, so I
can find out what the next problem turns out to be.
2017-02-16 20:33:01 +00:00