Which version of oasis and circlemud are they? bpl17 and oasis 2? If so, add races.c to the end of the section that lists all the objsave.c olc.c........... and add races.o to the end of all the objsave.o olc.o.... save and exit type make depend (depend is all the stuff at the bottom of the old make files which is created automatically.) Brian Beffa wrote: > > How do I put the races.c into the Makefile for that comes with > CircleMUDOasisOLC preinstalled? I could do the first part, but since there > is no random.o or random.c, im just lost. Could you please put it in the esy > format like below, but anything will be appreciated. > > -=-=-=-=-=-=-=-=-=- > Makefile > -=-=-=-=-=-=-=-=-=- > > Search for: > > objsave.o olc.o shop.o spec_assign.o spec_procs.o spell_parser.o \ > > Change it to: > > objsave.o olc.o races.o shop.o spec_assign.o spec_procs.o \ > > spell_parser.o \ > > Search for: > random.o: random.c > > $(CC) -c $(CFLAGS) random.c > > Below it, add: > races.o: races.c sysdep.h conf.h structs.h interpreter.h utils.h > > $(CC) -c $(CFLAGS) races.c > > ^^^^^^^^ > ***MAKE SURE THIS IS A <TAB> OR ELSE THE MAKEFILE WILL PRODUCE ERRORS!!!!!*** > > +------------------------------------------------------------+ > | Ensure that you have read the CircleMUD Mailing List FAQ: | > | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | > +------------------------------------------------------------+ +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/10/01 PDT