diff options
Diffstat (limited to '')
| -rw-r--r-- | default.bld | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/default.bld b/default.bld index 390a58a..92cbdea 100644 --- a/default.bld +++ b/default.bld | |||
| @@ -7,13 +7,14 @@ target "clic" | |||
| 7 | LDFLAGS += "-ggdb -lbu++"; | 7 | LDFLAGS += "-ggdb -lbu++"; |
| 8 | } | 8 | } |
| 9 | 9 | ||
| 10 | target "datafiles.cpp" | 10 | target "src/datafiles.cpp" |
| 11 | { | 11 | { |
| 12 | input "parserhelp.txt"; | 12 | input ["parserhelp.txt"]; |
| 13 | display "bin2cpp"; | 13 | display "bin2cpp"; |
| 14 | 14 | ||
| 15 | profile "build" | 15 | profile "build" |
| 16 | { | 16 | { |
| 17 | condition fileTime; | ||
| 17 | execute("../libbu++/bin2cpp -d src parserhelp.txt"); | 18 | execute("../libbu++/bin2cpp -d src parserhelp.txt"); |
| 18 | } | 19 | } |
| 19 | } | 20 | } |
