1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
target "clic" { rule "exe"; input [files("src/*.cpp"), "src/datafiles.cpp"]; CXXFLAGS += "-ggdb"; LDFLAGS += "-ggdb -lbu++"; } target "datafiles.cpp" { input "parserhelp.txt"; display "bin2cpp"; profile "build" { execute("../libbu++/bin2cpp -d src parserhelp.txt"); } }