Windows batch file for testing ALGLIB
For compilation with Windows compilers

SYNTAX: check compiler unitname [options]
    compiler    compiler name (see below)
                Windows/Bash scripts support different compilers
    unitname    unit to test, file name without extension.
                specify 'all' to test all the package.
                specify 'all_silent' for silent testing
                (only errors are reported).
                You can test everything from '/src' directory except 
                for several special units (like ap, amp, ialglib, etc.).
    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:
    check msvc all
    check mingw all_silent "-m32 -msse3 -mfpmath=sse"

See reference manual for more information
