[CODE] [NEWBIE] Makefile with OasisOLC+circleMUD pre installed

From: Brian Beffa (MortalCity@aol.com)
Date: 06/30/00


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  |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 04/10/01 PDT