diff options
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."; |