"Fossies" - the Fresh Open Source Software Archive

Member "mapm_4.9.5a/WINDOWS_DOS/mkdemb32.bat" (21 Feb 2010, 555 Bytes) of package /linux/misc/old/mapm-4.9.5a.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) MS DOS Batch source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 rem *
    2 rem *
    3 rem *   executable build file for Borland 5.2 & 5.5 command line
    4 rem *
    5 rem *   some warnings are normal 
    6 rem *
    7 rem *   [*** edit path names as necessary ***]
    8 rem *
    9 rem *
   10 bcc32 -I"C:\borland\bcc55\include" -L"C:\borland\bcc55\lib" calc.c mapm.lib
   11 rem *
   12 rem *
   13 bcc32 -I"C:\borland\bcc55\include" -L"C:\borland\bcc55\lib" validate.c mapm.lib
   14 rem *
   15 rem *
   16 bcc32 -I"C:\borland\bcc55\include" -L"C:\borland\bcc55\lib" primenum.c mapm.lib
   17 rem *
   18 rem *
   19 bcc32 -w-inl -I"C:\borland\bcc55\include" -L"C:\borland\bcc55\lib" cpp_demo.cpp mapm.lib
   20 rem *
   21 rem *