home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / cross_464.lzh / Cross / txt / make < prev    next >
Text File  |  1991-03-09  |  2KB  |  145 lines

  1. failat 50
  2.  
  3. m2c CrossFont.def
  4. if exists CrossFont.defE
  5.   m2error CrossFont.def
  6.   echo "*nERROR in CrossFont.def"
  7.   skip Error
  8. endif
  9.  
  10. m2c CrossFont.mod
  11. if exists CrossFont.modE
  12.   m2error CrossFont.mod
  13.   echo "*nERROR in CrossFont.mod"
  14.   skip Error
  15. endif
  16.  
  17. m2c CPCGlobal.def
  18. if exists CPCGlobal.defE
  19.   m2error CPCGlobal.def
  20.   echo "*nERROR in CPCGlobal.def"
  21.   skip Error
  22. endif
  23.  
  24. m2c CPCGlobal.mod
  25. if exists CPCGlobal.modE
  26.   m2error CPCGlobal.mod
  27.   echo "*nERROR in CPCGlobal.mod"
  28.   skip Error
  29. endif
  30.  
  31. m2c CPCError.def
  32. if exists CPCError.defE
  33.   m2error CPCError.def
  34.   echo "*nERROR in CPCError.def"
  35.   skip Error
  36. endif
  37.  
  38. m2c CPCError.mod
  39. if exists CPCError.modE
  40.   m2error CPCError.mod
  41.   echo "*nERROR in CPCError.mod"
  42.   skip Error
  43. endif
  44.  
  45. m2c CPCSleep.def
  46. if exists CPCSleep.defE
  47.   m2error CPCSleep.def
  48.   echo "*nERROR in CPCSleep.def"
  49.   skip Error
  50. endif
  51.  
  52. m2c CPCSleep.mod
  53. if exists CPCSleep.modE
  54.   m2error CPCSleep.mod
  55.   echo "*nERROR in CPCSleep.mod"
  56.   skip Error
  57. endif
  58.  
  59. m2c CPCGads.def
  60. if exists CPCGads.defE
  61.   m2error CPCGads.def
  62.   echo "*nERROR in CPCGads.def"
  63.   skip Error
  64. endif
  65.  
  66. m2c CPCGads.mod
  67. if exists CPCGads.modE
  68.   m2error CPCGads.mod
  69.   echo "*nERROR in CPCGads.mod"
  70.   skip Error
  71. endif
  72.  
  73. m2c CPCRequesters.def
  74. if exists CPCRequesters.defE
  75.   m2error CPCRequesters.def
  76.   echo "*nERROR in CPCRequesters.def"
  77.   skip Error
  78. endif
  79.  
  80. m2c CPCRequesters.mod
  81. if exists CPCRequesters.modE
  82.   m2error CPCRequesters.mod
  83.   echo "*nERROR in CPCRequesters.mod"
  84.   skip Error
  85. endif
  86.  
  87. m2c CPCShowAll.def
  88. if exists CPCShowAll.defE
  89.   m2error CPCShowAll.def
  90.   echo "*nERROR in CPCShowAll.def"
  91.   skip Error
  92. endif
  93.  
  94. m2c CPCShowAll.mod
  95. if exists CPCShowAll.modE
  96.   m2error CPCShowAll.mod
  97.   echo "*nERROR in CPCShowAll.mod"
  98.   skip Error
  99. endif
  100.  
  101. m2c CPCPrint.def
  102. if exists CPCPrint.defE
  103.   m2error CPCPrint.def
  104.   echo "*nERROR in CPCPrint.def"
  105.   skip Error
  106. endif
  107.  
  108. m2c CPCPrint.mod
  109. if exists CPCPrint.modE
  110.   m2error CPCPrint.mod
  111.   echo "*nERROR in CPCPrint.mod"
  112.   skip Error
  113. endif
  114.  
  115. m2c CPCDosIO.def
  116. if exists CPCDosIO.defE
  117.   m2error CPCDosIO.def
  118.   echo "*nERROR in CPCDosIO.def"
  119.   skip Error
  120. endif
  121.  
  122. m2c CPCDosIO.mod
  123. if exists CPCDosIO.modE
  124.   m2error CPCDosIO.mod
  125.   echo "*nERROR in CPCDosIO.mod"
  126.   skip Error
  127. endif
  128.  
  129. m2c Cross
  130. if exists cross.modE
  131.   m2error Cross
  132.   echo "*nERROR in Cross.mod"
  133.   skip Error
  134. endif
  135.  
  136. m2l Cross
  137. echo "*n*nSuccessful compilation...*n"
  138. skip TheEnd
  139.  
  140. lab Error
  141.   echo "*n*nUnsuccessful compilation... no new executable created!*n"
  142.  
  143. lab TheEnd
  144.   failat 10
  145.