home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / asm / 3dvect25 / whatwhat.doc < prev    next >
Encoding:
Text File  |  1993-09-02  |  1002 b   |  62 lines

  1.  
  2.   What goes with What:
  3.  
  4.   A little angel told me to summarize what files go with what....
  5.   eg: if you change anything in the math.inc file, re-assemble 3d?.asm
  6.       if you change anything in the stuff.inc file, re-assemble main?.asm
  7.  
  8.   3d1.asm
  9.     vars1.inc
  10.     math.inc
  11.     xscale.inc
  12.     sin.inc
  13.     arctan.inc
  14.     poly.inc
  15.     squares.inc
  16.  
  17.   3d2.asm
  18.     vars2.inc
  19.     math.inc
  20.     xscale.inc
  21.     sin.inc
  22.     arctan.inc
  23.     poly.inc
  24.     squares.inc
  25.  
  26.   main1.asm
  27.     sphere.inc
  28.     gamecolr.inc
  29.     objects.inc
  30.     stuff.inc
  31.  
  32.   main2.asm
  33.     sphere.inc
  34.     gamecolr.inc
  35.     objects.inc
  36.     stuff.inc
  37.  
  38.   irq.asm
  39.     no included files
  40.  
  41.   pmode.asm
  42.     no included files
  43.  
  44.   xmode.asm
  45.     no included files
  46.  
  47.   xmouse.asm
  48.     no included files
  49.  
  50.  
  51.   files for definition of externals:
  52.  
  53.   eg, if you want to call some routines in xmode, have include xmode.inc in
  54.   your assembley file.
  55.  
  56.   3d.inc
  57.   irq.inc
  58.   pmode.inc
  59.   xmode.inc
  60.   xmouse.inc
  61.  
  62.