home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
dirs
/
cross_464.lzh
/
Cross
/
txt
/
make
< prev
next >
Wrap
Text File
|
1991-03-09
|
2KB
|
145 lines
failat 50
m2c CrossFont.def
if exists CrossFont.defE
m2error CrossFont.def
echo "*nERROR in CrossFont.def"
skip Error
endif
m2c CrossFont.mod
if exists CrossFont.modE
m2error CrossFont.mod
echo "*nERROR in CrossFont.mod"
skip Error
endif
m2c CPCGlobal.def
if exists CPCGlobal.defE
m2error CPCGlobal.def
echo "*nERROR in CPCGlobal.def"
skip Error
endif
m2c CPCGlobal.mod
if exists CPCGlobal.modE
m2error CPCGlobal.mod
echo "*nERROR in CPCGlobal.mod"
skip Error
endif
m2c CPCError.def
if exists CPCError.defE
m2error CPCError.def
echo "*nERROR in CPCError.def"
skip Error
endif
m2c CPCError.mod
if exists CPCError.modE
m2error CPCError.mod
echo "*nERROR in CPCError.mod"
skip Error
endif
m2c CPCSleep.def
if exists CPCSleep.defE
m2error CPCSleep.def
echo "*nERROR in CPCSleep.def"
skip Error
endif
m2c CPCSleep.mod
if exists CPCSleep.modE
m2error CPCSleep.mod
echo "*nERROR in CPCSleep.mod"
skip Error
endif
m2c CPCGads.def
if exists CPCGads.defE
m2error CPCGads.def
echo "*nERROR in CPCGads.def"
skip Error
endif
m2c CPCGads.mod
if exists CPCGads.modE
m2error CPCGads.mod
echo "*nERROR in CPCGads.mod"
skip Error
endif
m2c CPCRequesters.def
if exists CPCRequesters.defE
m2error CPCRequesters.def
echo "*nERROR in CPCRequesters.def"
skip Error
endif
m2c CPCRequesters.mod
if exists CPCRequesters.modE
m2error CPCRequesters.mod
echo "*nERROR in CPCRequesters.mod"
skip Error
endif
m2c CPCShowAll.def
if exists CPCShowAll.defE
m2error CPCShowAll.def
echo "*nERROR in CPCShowAll.def"
skip Error
endif
m2c CPCShowAll.mod
if exists CPCShowAll.modE
m2error CPCShowAll.mod
echo "*nERROR in CPCShowAll.mod"
skip Error
endif
m2c CPCPrint.def
if exists CPCPrint.defE
m2error CPCPrint.def
echo "*nERROR in CPCPrint.def"
skip Error
endif
m2c CPCPrint.mod
if exists CPCPrint.modE
m2error CPCPrint.mod
echo "*nERROR in CPCPrint.mod"
skip Error
endif
m2c CPCDosIO.def
if exists CPCDosIO.defE
m2error CPCDosIO.def
echo "*nERROR in CPCDosIO.def"
skip Error
endif
m2c CPCDosIO.mod
if exists CPCDosIO.modE
m2error CPCDosIO.mod
echo "*nERROR in CPCDosIO.mod"
skip Error
endif
m2c Cross
if exists cross.modE
m2error Cross
echo "*nERROR in Cross.mod"
skip Error
endif
m2l Cross
echo "*n*nSuccessful compilation...*n"
skip TheEnd
lab Error
echo "*n*nUnsuccessful compilation... no new executable created!*n"
lab TheEnd
failat 10