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