dev/vala/live.gnome.org_tutorial/run.sh

11 lines
224 B
Bash
Raw Normal View History

2013-03-28 16:43:55 +04:00
#!/bin/sh
# valac --thread --target-glib=2.32 threading-sample.vala \
valac --thread threads.vala
valac --thread --target-glib=2.32 threads-2.32.vala
valac --thread philosophers.vala
valac --thread async-queue-test.vala