> >   the binary should also be on that line - the file that you compiled
> >   with m68k-palmos-gcc -o :P
> 
> That is what the obj/*.bin is.

  no, obj/*.bin = pilrc resources :)

$(BINFILE).prc: $(BINFILE) $(EXEC).def bin.stamp
        $(BUILDPRC) $(EXEC).def $(BINFILE) *.bin
        make clean

  see $(BINFILE)? :) it was generated like this:

$(BINFILE): $(OBJS)
        $(CC) $(OBJS) $(CCFLAGS) -o $(BINFILE)

  *g*

--
Aaron Ardiri
CEO - CTO
Mobile Wizardry
http://www.mobilewizardry.com/


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to