aboutsummaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/lzma.js/doit.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/lzma.js/doit.bat b/third_party/lzma.js/doit.bat
new file mode 100644
index 00000000..17b4f473
--- /dev/null
+++ b/third_party/lzma.js/doit.bat
@@ -0,0 +1,4 @@
+cd lzip
+call mingw32-make lzip
+copy /Y lzip.exe ..\lzma-native.exe
+cd ..