home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / source / povsrc22 / machine / inmos / inmos.bat next >
Encoding:
DOS Batch File  |  1994-05-01  |  2.5 KB  |  120 lines

  1. rem Inmos Compilation Batch File for Persistence of Vision Raytracer V.2.2
  2. rem This file is released to the public domain.
  3. rem For use with Logical Systems C Version 93.1 for the Transputer
  4. rem Parham Data Products,  01 May 1994
  5. pp povray.c -dT800
  6. tcx povray.pp -cp8
  7. tasm povray.tal -ct
  8. pp tokenize.c -dT800
  9. tcx tokenize.pp -cp8
  10. tasm tokenize.tal -ct
  11. pp parse.c -dT800
  12. tcx parse.pp -cp8
  13. tasm parse.tal -ct
  14. pp render.c -dT800
  15. tcx render.pp -cp8
  16. tasm render.tal -ct
  17. pp lighting.c -dT800
  18. tcx lighting.pp -cp8
  19. tasm lighting.tal -ct
  20. pp texture.c -dT800
  21. tcx texture.pp -cp8
  22. tasm texture.tal -ct
  23. pp txttest.c -dT800
  24. tcx txttest.pp -cp8
  25. tasm txttest.tal -ct
  26. pp objects.c -dT800
  27. tcx objects.pp -cp8
  28. tasm objects.tal -ct
  29. pp hfield.c -dT800
  30. tcx hfield.pp -cp8
  31. tasm hfield.tal -ct
  32. pp spheres.c -dT800
  33. tcx spheres.pp -cp8
  34. tasm spheres.tal -ct
  35. pp point.c -dT800
  36. tcx point.pp -cp8
  37. tasm point.tal -ct
  38. pp planes.c -dT800
  39. tcx planes.pp -cp8
  40. tasm planes.tal -ct
  41. pp boxes.c -dT800
  42. tcx boxes.pp -cp8
  43. tasm boxes.tal -ct
  44. pp blob.c -dT800
  45. tcx blob.pp -cp8
  46. tasm blob.tal -ct
  47. pp quadrics.c -dT800
  48. tcx quadrics.pp -cp8
  49. tasm quadrics.tal -ct
  50. pp poly.c -dT800
  51. tcx poly.pp -cp8
  52. tasm poly.tal -ct
  53. pp bezier.c -dT800
  54. tcx bezier.pp -cp8
  55. tasm bezier.tal -ct
  56. pp vect.c -dT800
  57. tcx vect.pp -cp8
  58. tasm vect.tal -ct
  59. pp matrices.c -dT800
  60. tcx matrices.pp -cp8
  61. tasm matrices.tal -ct
  62. pp csg.c -dT800
  63. tcx csg.pp -cp8
  64. tasm csg.tal -ct
  65. pp colour.c -dT800
  66. tcx colour.pp -cp8
  67. tasm colour.tal -ct
  68. pp ray.c -dT800
  69. tcx ray.pp -cp8
  70. tasm ray.tal -ct
  71. pp iff.c -dT800
  72. tcx iff.pp -cp8
  73. tasm iff.tal -ct
  74. pp gif.c -dT800
  75. tcx gif.pp -cp8
  76. tasm gif.tal -ct
  77. pp gifdecod.c -dT800
  78. tcx gifdecod.pp -cp8
  79. tasm gifdecod.tal -ct
  80. pp raw.c -dT800
  81. tcx raw.pp -cp8
  82. tasm raw.tal -ct
  83. pp dump.c -dT800
  84. tcx dump.pp -cp8
  85. tasm dump.tal -ct
  86. pp targa.c -dT800
  87. tcx targa.pp -cp8
  88. tasm targa.tal -ct
  89. pp triangle.c -dT800
  90. tcx triangle.pp -cp8
  91. tasm triangle.tal -ct
  92. pp bound.c -dT800
  93. tcx bound.pp -cp8
  94. tasm bound.tal -ct
  95. pp camera.c -dT800
  96. tcx camera.pp -cp8
  97. tasm camera.tal -ct
  98. pp cones.c -dT800
  99. tcx cones.pp -cp8
  100. tasm cones.tal -ct
  101. pp discs.c -dT800
  102. tcx discs.pp -cp8
  103. tasm discs.tal -ct
  104. pp express.c -dT800
  105. tcx express.pp -cp8
  106. tasm express.tal -ct
  107. pp image.c -dT800
  108. tcx image.pp -cp8
  109. tasm image.tal -ct
  110. pp normal.c -dT800
  111. tcx normal.pp -cp8
  112. tasm normal.tal -ct
  113. pp pigment.c -dT800
  114. tcx pigment.pp -cp8
  115. tasm pigment.tal -ct
  116. pp inmos.c -dT800
  117. tcx inmos.pp -cp8
  118. tasm inmos.tal -ct
  119. ld-one tlnk cio inmos
  120.