Menu

[387aa8]: / build.sh  Maximize  Restore  History

Download this file

9 lines (6 with data), 321 Bytes

1
2
3
4
5
6
7
8
#!/bin/sh
SRC=$(find subprojects/{sdlite,console-colors,taggedalgebraic} source/ -name "*.d" | grep -v -e removed -e ltest -e app -e ttag -e examples)
dmd -lib $SRC -of=bat
g++ -std=c++20 -c -I/usr/include/taglib source/tagreader.cpp
dmd bat.a tagreader.o -L=-lstdc++ -L=-ltag -of=bat
#dmd -lbat tagreader.o -of bat