Shawn B. wrote: > What is the process for rebuilding the apple2.lib? I've never been good > with make files. But when I manually rebuild the apple2 *.s files from > source the lib is incomplete. > > > Thanks, > Shawn > > Here's my "build" instructions: I have the library source in /u01/cc65/libsrc cd /u01/cc65/libsrc # make apple2 # copy new object files to compiler's directoyr cp apple* /usr/lib/cc65/lib # cd /u01/cc65/samples # file.c is the main program cl65 -t apple2 file.c -o file # I use applewin for immediate testing - a real II later cd /u01/applewin # make a copy of the master disk 3.3 cp MASTER.DSK cpy.dsk # put the program on the master disk for applewin a2in b*800 cpy.dsk FILE /u01/cc65/samples/file # # # the 7fc is to get around the header bytes BLOAD FILE,A$7FC -- Remove SPAM BAIT from address to reply