Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!usc!apple!amdahl!dwl10 From: dwl10@uts.amdahl.com (Dave Lowrey) Newsgroups: comp.sys.amiga.tech Subject: printer drivers & Manx Message-ID: <6fwF02fv81Es01@amdahl.uts.amdahl.com> Date: 22 Jan 90 16:25:09 GMT Organization: Amdahl Corporation, Houston TX Lines: 26 A week ago I posted a question about compiling printer drivers with the Manx C compiler. I was having problems with the ole' Guru. It turns out that I wasn't assembling the .asm files with the correct flags. I was compiling the C code correctly! I received several requests for the info on how to correctly produce a printer driver, using Manx. The following is a Makefile for the EpsonX driver. Most of the other drivers use the same module names, so it should work for most cases. Enjoy!!! ========================================================== CFLAGS = +L +B +D AFLAGS = -C -D OBJS = printertag.o init.o data.o dospecial.o render.o density.o transfer.o EpsonX: $(OBJS) ln +A -O EpsonX $(OBJS) -lcl32 ========================================================== -- "What is another word | Dave Lowrey | [The opinions expressed MAY be for 'Thesaurus'?" | Amdahl Corp. | those of the author and are not | Houston, Texas | necessarily those of his Steven Wright | amdahl!dwl10 | employer] (`nuff said!)