12 lines
133 B
Bash
Executable File
12 lines
133 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
./irrlicht.sh
|
|
./freetype.sh
|
|
./libcurl.sh
|
|
./gettext.sh
|
|
./openal.sh
|
|
./luajit.sh
|
|
|
|
echo
|
|
echo "All libraries were built!"
|