aboutsummaryrefslogtreecommitdiff
path: root/bundle/build_msi.bat
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-10-31 12:01:34 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-10-31 12:01:34 +0100
commit5511989854671aa28628a43cf723603211297241 (patch)
tree52737900faed6502e842888682267bbcac765119 /bundle/build_msi.bat
parentc819cba104e6eb22ec55a633a8b9c914e2733584 (diff)
Use a work directory
Diffstat (limited to 'bundle/build_msi.bat')
-rw-r--r--bundle/build_msi.bat10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundle/build_msi.bat b/bundle/build_msi.bat
new file mode 100644
index 0000000..270c5f9
--- /dev/null
+++ b/bundle/build_msi.bat
@@ -0,0 +1,10 @@
+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
+copy c:\strawberry\perl\bin\libgcc_s_seh-1.dll c:\rakudo\bin
+gmake msi