diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-01-04 01:27:25 -0700 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-01-04 01:27:25 -0700 |
commit | 4e183dbc4cf61855bd4353017683e02f19f89461 (patch) | |
tree | a6d7dbd236a11710f4a9a72fbd76fc700b4956e0 /mingw.bld | |
parent | 90e4545e2e59462786169637fe58b574d07b9ee1 (diff) | |
download | stage-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.bld | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ | |||
1 | #build-m3 file for fishtrax client | 1 | #build-m3 file for fishtrax client |
2 | 2 | ||
3 | execute("ln -sf parser.yy.c src/parser.yy.cpp"); | ||
4 | execute("ln -sf parser.tab.c src/parser.tab.cpp"); | ||
5 | |||
3 | action "default" | 6 | action "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."; |