summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mingw.bld5
1 files changed, 4 insertions, 1 deletions
diff --git a/mingw.bld b/mingw.bld
index a8bea52..43d1486 100644
--- a/mingw.bld
+++ b/mingw.bld
@@ -25,7 +25,10 @@ action "clean"
25ZIPFILE = "stage-$(git describe).zip"; 25ZIPFILE = "stage-$(git describe).zip";
26ZIPINPUT = [ 26ZIPINPUT = [
27 "stage.exe", 27 "stage.exe",
28 "bloodfields.stage" 28 "bloodfields.stage",
29 "libgcc_s_dw2-1.dll",
30 "libstdc++-6.dll",
31 "stage.txt"
29]; 32];
30 33
31action "package" 34action "package"