No description
Find a file
Simon Tatham decda92874 Use an LD_PRELOAD library in place of symlink to /home.
Apart from dependency on native-code DLLs, the one other quirk of
running WiX under mono is that it doesn't seem to quite get the right
answers when combining $PWD with a Unix absolute path to one of its
own supporting files - it doesn't interpret the leading slash on the
latter as meaning $PWD should be ignored, so it tries to look for
/home/my/build/dir/home/my/wix/install/dir/some.file. Previously I was
bodging around that by having my build dir contain a symlink 'home'
pointing at /home; this is marginally less intrusive.
2017-05-16 07:03:19 +01:00
fake-lib.c We now get as far as building a non-empty MSI file! 2017-05-15 20:04:18 +01:00
fake-lib.h We now get as far as building a non-empty MSI file! 2017-05-15 20:04:18 +01:00
fake-msi.c Trivial misspelled option. 2017-05-15 20:49:59 +01:00
fake-winterop.c Create the cab with the files in the right order. 2017-05-15 21:00:12 +01:00
Makefile.wixfakelibs Use an LD_PRELOAD library in place of symlink to /home. 2017-05-16 07:03:19 +01:00
preload.c Use an LD_PRELOAD library in place of symlink to /home. 2017-05-16 07:03:19 +01:00