summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-01-12 10:56:49 -0700
committerMike Buland <eichlan@xagasoft.com>2012-01-12 10:56:49 -0700
commit92f50ee62101b67e768b75c9111af3d0258c6ddd (patch)
tree600377d3cd1b9d83db76947318614dcb9e1316f7
parent18c7bede5b86234116a76fd6571e190b1eb9e711 (diff)
downloadstage-92f50ee62101b67e768b75c9111af3d0258c6ddd.tar.gz
stage-92f50ee62101b67e768b75c9111af3d0258c6ddd.tar.bz2
stage-92f50ee62101b67e768b75c9111af3d0258c6ddd.tar.xz
stage-92f50ee62101b67e768b75c9111af3d0258c6ddd.zip
Added the windows deps to the package target.
-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"