[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to build a.out to running under dos system



Dear all:
I try to make some program to run under dos system.
But in the Makefile, it seems I need another file called, coff2exe, like below.
.....
exe: cjpeg djpeg rdjpgcom wrjpgcom
        coff2exe cjpeg
	coff2exe djpeg
	coff2exe rdjpgcom
	coff2exe wrjpgcom
....
I have google the keyword "coff2exe", but it shows some other Makefile
contents like me.
Would someone tell me where to get it or use another way to build my
a.out to running under dos system?
appreciate your help,
miloody

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ