On Tue, 12 Nov 1996, Rasdan wrote:
> This message goes out to the person that posted the trains code.
>
> I am thinking of implementing them in my mud, but I am unsure of
> the proper files to attach to the makefile for trains.c.
>
> Please let me know what is needed here.
You mean in the dependencies list? That's easy (anyone
can answer this question :)). Whatever files with quotes
("") around them that are #include'd at the top of the
trains.c file plus the actual file. Also, if you're using
gcc, 'gcc -MM trains.c >> Makefile' will put in the
dependencies for you at the end of the file, although the
rule ("$(CC) -c $(CFLAGS) trains.c") will have to be added
by yourself.
--
Daniel Koepke
dkoepke@california.com
Forgive me father, for I am sin.
+-----------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://cspo.queensu.ca/~fletcher/Circle/list_faq.html |
+-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST