diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-01-12 10:56:49 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-01-12 10:56:49 -0700 |
commit | 92f50ee62101b67e768b75c9111af3d0258c6ddd (patch) | |
tree | 600377d3cd1b9d83db76947318614dcb9e1316f7 /mingw.bld | |
parent | 18c7bede5b86234116a76fd6571e190b1eb9e711 (diff) | |
download | stage-92f50ee62101b67e768b75c9111af3d0258c6ddd.tar.gz stage-92f50ee62101b67e768b75c9111af3d0258c6ddd.tar.bz2 stage-92f50ee62101b67e768b75c9111af3d0258c6ddd.tar.xz stage-92f50ee62101b67e768b75c9111af3d0258c6ddd.zip |
Added the windows deps to the package target.
Diffstat (limited to 'mingw.bld')
-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" |