13 lines
153 B
Bash
Executable File
13 lines
153 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
./irrlicht.sh
|
|
#./libogg.sh
|
|
#./libvorbis.sh
|
|
#./leveldb.sh
|
|
./freetype.sh
|
|
#./luajit.sh
|
|
#./libcurl.sh
|
|
|
|
echo
|
|
echo "All libraries were built!"
|