10 lines
112 B
Bash
Executable File
10 lines
112 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
sh irrlicht.sh
|
|
sh freetype.sh
|
|
sh openal.sh
|
|
sh libintl.sh
|
|
|
|
echo
|
|
echo "All libraries were built!"
|