1@echo off
2echo - generating Makefile in src...
3src\mkfiles\mkmake WIN32 MINGW32 DLL < src\mkfiles\makefile.all > src\Makefile
4
5echo - generating Makefile in slsh...
6src\mkfiles\mkmake WIN32 MINGW32 DLL < slsh\mkfiles\makefile.all > slsh\Makefile
7
8echo - generating Makefile in modules...
9src\mkfiles\mkmake WIN32 MINGW32 DLL < modules\mkfiles\makefile.all > modules\Makefile
10
11copy src\slconfig.h src\config.h
12copy mkfiles\makefile.m32 Makefile
13
14echo Now run mingw32-make to build the library.  But first, you should
15echo look at Makefile and change the installation locations if
16echo necessary.  In particular, the PREFIX variable in the top-level
17echo Makefile controls where the library will be installed.
18echo -
19