From 6b415fc151667057b0467598cf2a41f17f3c2e03 Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Thu, 4 May 2017 21:16:39 +0100 Subject: temporary hack to build standalone MSI --- ports/build_msi.bat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ports/build_msi.bat diff --git a/ports/build_msi.bat b/ports/build_msi.bat new file mode 100644 index 0000000..eec2df3 --- /dev/null +++ b/ports/build_msi.bat @@ -0,0 +1,9 @@ +rem needs strawberry perl installed and WiX Toolset in the %path% +rmdir /q/s \rakudo +perl Configure.pl --prefix=C:\rakudo --gen-moar +gmake install +rem following two lines are temporary hack +rem main rakudo star Configure.pl needs fixing for windows +copy c:\strawberry\perl\bin\libgcc_s_sjlj-1.dll c:\rakudo\bin +copy c:\strawberry\perl\bin\libwinpthread-1.dll c:\rakudo\bin +gmake msi -- cgit v1.1