"Fossies" - the Fresh Open Source Software Archive

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


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 
    2 *******************************************************
    3 ****						   ****
    4 ****  Build batch files and makefiles for various  ****
    5 ****  compilers under Win NT/9x or straight DOS.   ****
    6 ****						   ****
    7 *******************************************************
    8 ****						   ****
    9 ****  NOTE: If your compiler is not listed and you ****
   10 ****        get MAPM working, please send me the   ****
   11 ****        batch file/makefile you used and I'll  ****
   12 ****        add it to the distribution.            ****
   13 ****						   ****
   14 *******************************************************
   15   
   16 ========================================
   17 For National Instruments LabWindows CVI,
   18 see the file 'labwindw.cvi'
   19 ========================================
   20 
   21 =================================
   22 GCC for DOS: (2.8.1 and 2.95.x)  
   23 (use this for DJ Delorie's DJGPP)
   24 =================================
   25     run : mkallgcc.bat             (builds library + 3 executables)
   26 
   27 
   28 =====================
   29 Borland C++ 5.2 / 5.5
   30 =====================
   31     run : make -f makefile.b32              (builds library)
   32     run : mkdemb32.bat                      (builds 4 demo programs)
   33 
   34 
   35 ================
   36 Borland C++ 3.00
   37 ================
   38     run : mkalltcc.bat             (builds library + 3 executables)
   39 
   40 
   41 ==================
   42 LCC-WIN32  Ver 3.2
   43 ==================
   44     run : mkalllcc.bat             (builds library + 3 executables)
   45 
   46 
   47 ===============================
   48 Watcom C 11.x , Open Watcom 1.0
   49 ===============================
   50     run : mkallwat.bat             (builds library + 4 executables)
   51 
   52 
   53 =================
   54 MinGW 32 Compiler
   55 =================
   56     run : mkallmgw.bat             (builds library + 4 executables)
   57 
   58 
   59 =====================
   60 Digital Mars Compiler
   61 =====================
   62     run : mkalldmc.bat             (builds library + 3 executables)
   63 
   64 
   65 ========================
   66 Microsoft Visual C++ 6.0
   67 ========================
   68     run : mkallmsc.bat             (builds library + 4 executables)
   69 
   70 
   71 ============================
   72 Microsoft Visual Studio 2005
   73 ============================
   74     use makefile.mvs               (builds library + 4 executables)
   75 
   76 
   77 ========================================
   78 Microsoft C/C++ 8.00c  (16 bit compiler)
   79 ========================================
   80     run : mkallm80.bat             (builds library + 4 executables)
   81 
   82 
   83 ==================================
   84 Microsoft C 5.1  (16 bit compiler)
   85 ==================================
   86     run : mkallm51.bat             (builds library + 3 executables)
   87 
   88