blob: 782c23865760066fc5d5f90914d133d6df985364 [file] [log] [blame]
release:
cd SVIncCompil; ./build3rdparty_mini.sh
cd SVIncCompil; ./buildrelease.sh
debug:
cd SVIncCompil; ./build3rdparty.sh
cd SVIncCompil; ./builddebug.sh
all:
cd SVIncCompil; ./build3rdparty.sh
cd SVIncCompil; ./buildall.sh
test:
cd SVIncCompil/Testcases; ./regression.tcl
clean:
rm -rf flatbuffers;
rm -rf antlr4;
rm -rf SVIncCompil/build;
rm -rf SVIncCompil/dist;