make sure "S" is generated.
[AROS-Contrib.git] / gfx / XaoS / build.bat
blob2ce713bf88bc0d073f812f7925453802eaa60c0b
1 @echo off
2 cls
3 echo Welcome to XaoS building script
4 echo.
5 echo To build XaoS you need:
6 echo.
7 echo o Djgpp 2.0 or later (gcc-GNU c compiler)
8 echo o Make utility
9 echo o Allegro graphics library version 2.2+WIP or later
10 echo   allegro.h/liballeg.a in at searching path
11 echo o Djp executable file packer (archive mlp*.zip at simtel)
12 echo o PNG library
13 echo o Zlib
14 echo o An aalib graphics library
15 echo o Libraries text and vga required by aalib
16 echo.
17 echo binarry version also available at XaoS homepage 
18 echo     (http://www.paru.cas.cz/XaoS)
19 echo.
20 echo press ctrl+c to interrupt or enter to continue
21 echo.
22 pause >nul
23 cd src
24 make -f Makefile.dos
25 cd ..