summaryrefslogtreecommitdiff
path: root/mingw.bld
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-01-04 01:27:25 -0700
committerMike Buland <eichlan@xagasoft.com>2012-01-04 01:27:25 -0700
commit4e183dbc4cf61855bd4353017683e02f19f89461 (patch)
treea6d7dbd236a11710f4a9a72fbd76fc700b4956e0 /mingw.bld
parent90e4545e2e59462786169637fe58b574d07b9ee1 (diff)
downloadstage-4e183dbc4cf61855bd4353017683e02f19f89461.tar.gz
stage-4e183dbc4cf61855bd4353017683e02f19f89461.tar.bz2
stage-4e183dbc4cf61855bd4353017683e02f19f89461.tar.xz
stage-4e183dbc4cf61855bd4353017683e02f19f89461.zip
Mingw builds automaticaly now.0.01
Diffstat (limited to 'mingw.bld')
-rw-r--r--mingw.bld3
1 files changed, 3 insertions, 0 deletions
diff --git a/mingw.bld b/mingw.bld
index f224fa0..88311e2 100644
--- a/mingw.bld
+++ b/mingw.bld
@@ -1,5 +1,8 @@
1#build-m3 file for fishtrax client 1#build-m3 file for fishtrax client
2 2
3execute("ln -sf parser.yy.c src/parser.yy.cpp");
4execute("ln -sf parser.tab.c src/parser.tab.cpp");
5
3action "default" 6action "default"
4{ 7{
5 warning "Use the 'release' target to strip debugging and build without deps."; 8 warning "Use the 'release' target to strip debugging and build without deps.";