diff options
-rw-r--r-- | mingw.bld | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -25,7 +25,10 @@ action "clean" | |||
25 | ZIPFILE = "stage-$(git describe).zip"; | 25 | ZIPFILE = "stage-$(git describe).zip"; |
26 | ZIPINPUT = [ | 26 | ZIPINPUT = [ |
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 | ||
31 | action "package" | 34 | action "package" |