home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / andistkt.zip / READ.ME < prev    next >
Text File  |  1995-04-19  |  1KB  |  48 lines

  1.  
  2.                The Sample ANDIS MAC Developers Toolkit
  3.                ---------------------------------------
  4.  
  5.  
  6. The Sample ANDIS MAC is built using the Microsoft C 6.0 compiler and the
  7. IBM OS/2 1.3 toolkit.
  8.  
  9. The Sample ANDIS MAC Developer's Toolkit consists of the following files:
  10.  
  11.    Documentation:
  12.  
  13.       READ.ME              This File
  14.  
  15.    Sample Source Code:
  16.  
  17.       MACINIT.C            Sample Initialization Code
  18.       MACNDIS.C            Sample NDIS Code
  19.       MACANDIS.C           Sample ANDIS Code
  20.       MACASM.ASM           Sample Assembly Language Interface Code
  21.       MACPROTO.H           Sample Prototype Definition Header File
  22.       MACDEF.H             Sample Structure and Symbol Definition Header File
  23.  
  24.    Other Header Files:
  25.  
  26.       TYPEDEF.H            Type Definitions Header File needed by NDIS.H
  27.       NDIS.H               NDIS Header File
  28.       IBMANDIS.H           ANDIS Header File for standard ANDIS
  29.       ANDIS.H              ANDIS Header File for Thunderbird ANDIS extentions
  30.  
  31.    Message Source File:
  32.  
  33.       ADS.TXT              Text Message File
  34.  
  35.    Build Files:
  36.  
  37.       MAKEFILE             Makefile
  38.       ANDISMAC.LNK         Linker Response File
  39.       ANDISMAC.DEF         Module Definition File
  40.  
  41.    Deliverables:
  42.  
  43.       ANDISMAC.OS2         Sample MAC Device Driver
  44.       ANDISMAC.NIF         NIF File for install and configuration
  45.       ADS.MSG              Binary Message File
  46.  
  47.  
  48.