home *** CD-ROM | disk | FTP | other *** search
/ Chestnut's Multimedia Mania / MM_MANIA.ISO / graphics / povsrc20 / ibmpc.cat < prev    next >
Text File  |  1993-09-28  |  3KB  |  86 lines

  1. Persistence of Vision Raytracer POV-Ray 2.0 Catalog file.   
  2.  
  3. Here is the contents of the \POVSRC\MACHINE\IBMPC directory.
  4. It contains source files for compiling for IBM-PC compatible 
  5. systems.
  6.  
  7. FILES REQUIRED FOR ALL VERSIONS
  8.  
  9. IBMPC.CAT     list of files in this directory
  10. IBMCONF.H     IBM-PC's configuration header -- rename to config.h
  11. IBM.C         system-specific code for IBM-PC's under all compilers
  12.                  for both protected and non-protected modes.  
  13.  
  14. A number of subdirectories contain the following support files:
  15.  
  16. MACHINE\IBMPC\BORLAND
  17.  
  18. IBMBC.LNK     Link for Borland/Turbo C/C++
  19. IBMBC.MAK     Make for Borland/Turbo C/C++
  20. GETBC.BAT     Copies files from working directory to here.
  21. PUTBC.BAT     Copies files from here to working directory.
  22.  
  23.  
  24. MACHINE\IBMPC\DJGCC
  25.  
  26. IBMGCC.LNK    Link for DJGPP/GCC protected mode compiler for MS-DOS
  27. IBMGCC.MAK    Make for DJGPP/GCC protected mode compiler for MS-DOS
  28. GETDJC.BAT    Copies files from working directory to here.
  29. PUTDJC.BAT    Copies files from here to working directory.
  30. GCCFIX.COM    TSR needed only when using DJGCC & TARGA Hardware
  31. GCCFIX.ASM    Source code for GCCFIX.COM
  32. MAKEFIX.BAT   Makes GCCFIX using Masm
  33.  
  34. MACHINE\IBMPC\INTEL
  35.  
  36. IBMPCEXE.DOC  Documentation for IBMICB executible
  37. ICB           Make/link file for Intel Code Builder
  38. POVMOD.DOC    Documentation for POVMOD utility
  39. POVMOD.EXE    Utility to adjust VMM disk file size
  40. Q&A.DOC       General documentation on running the ICB version
  41.                  on various systems.
  42. _GET_EBX.OBJ  Object file required for ICB compile
  43.  
  44.  
  45. MACHINE\IBMPC\MICROSOF
  46.  
  47. IBMMSC.LNK    Link file for Microsoft 6.00
  48. IBMMSC.MAK    Make file for Microsoft 6.00
  49.  
  50.  
  51. MACHINE\IBMPC\TIGA
  52.  
  53. Note these files can only be used in real mode versions.
  54. AI.LIB        needed for TIGA support (Texas Instruments Graphics Adapter)
  55. EXTEND.H      needed for TIGA support (A specialized graphics chip used )
  56. TIGA.H        needed for TIGA support (on the Hercules Graphics Station )
  57. TIGADEFS.H    needed for TIGA support (and some other 24 bit cards. )   
  58.  
  59.  
  60. MACHINE\IBMPC\WATCOM
  61.  
  62. IBMWAT.LNK    Link for Watcom C
  63. IBMWAT.MAK    Make for Watcom C
  64. IBMWAT3.LNK   Link for protected mode 386 Watcom C
  65. IBMWAT3.MAK   Make for protected mode 386 Watcom C
  66.  
  67.  
  68. MACHINE\IBMPC\ZORTECH
  69.  
  70. IBMZOR.LNK    Link for Zortech C/C++
  71. IBMZOR.MAK    Make for Zortech C/C++
  72. IBMZOR2.LNK   Link for Zortech C/C++ 286 extended memory mode 
  73. IBMZOR2.MAK   Make for Zortech C/C++ 286 extended memory mode 
  74. IBMZOR3.LNK   Link for Zortech C/C++ 386 protected mode
  75. IBMZOR3.MAK   Make for Zortech C/C++ 386 protected mode 
  76. ZPM.DEF       misc file for Zortech protected mode
  77. ZTC386.ASM    source asm file for Zortech 386 mode display code
  78.  
  79.  
  80. MACHINE\IBMPC\OS2
  81.  
  82. OS2.C         MACHINE.C file for non-display OS2 version
  83. OS2CONF.H     CONFIG.H file for non-display OS2 version
  84. OS2MAK.MAK    IBM Cset2 make file for non-display OS2 version
  85. IBMCS2.LNK    IBM Cset2 link file for non-display OS2 version
  86.