Windows batch file for building ALGLIB as a static library
For compilation with Windows compilers

SYNTAX: build compiler [options]
    compiler    compiler name (see below)
                Windows/Bash scripts support different compilers
    options     optional string enclosed in quotes
                additional options to be passed to compiler

COMPILERS SUPPORTED:
        msvc    Microsoft C++ (32/64-bit, depending on what is in your PATH)
       mingw    MinGW port of GCC
       bcc32    C++ builder

EXAMPLES:
    build msvc
    build mingw "-m32 -msse3 -mfpmath=sse"

See reference manual for more information about ALGLIB compilation
