From 6824aa549cbfc535debee2effe99b5a30849fdcd Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 20 Feb 2017 07:17:56 +0000 Subject: 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. --- Makefile.wixfakelibs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.wixfakelibs') diff --git a/Makefile.wixfakelibs b/Makefile.wixfakelibs index af8b0f5..7a3b8ef 100644 --- a/Makefile.wixfakelibs +++ b/Makefile.wixfakelibs @@ -2,7 +2,7 @@ .SUFFIXES: .c .lo .la -all: libwinterop.so.la +all: libwinterop.so.la libmsi.so.la %.la: libtool --mode=link gcc -o $@ $^ -rpath /usr/local/lib @@ -12,6 +12,8 @@ all: libwinterop.so.la libwinterop.so.la: fake-winterop.lo +libmsi.so.la: fake-msi.lo + clean: rm -rf .libs rm -f *.o *.lo *.la -- cgit v1.2.3-55-g6feb