Re: [NEWBIE]More Cygwin q's...

From: Edward J Glamkowski (eglamkowski@angelfire.com)
Date: 12/05/98


On Sat, 5 Dec 1998 12:26:58    Jon Blum wrote:
> A question - Does circle configure and compile
> correctly under B19? If so, it might just be easier
> for me to use that...

I recall it worked fine under b18, but I don't think
I ever tried it under b19.

> but I still need configure to create the makefile.

Actually, you can copy Makefile.in to Makefile and
just replace the top part of the file (everything
else should be fine as is) with:


# C compiler to use
CC = gcc

# Path to cxref utility
CXREF = cxref

# Any special flags you want to pass to the compiler
MYFLAGS = -Wall

#flags for profiling (see hacker.doc for more information)
PROFILE =

##############################################################################
# Do Not Modify Anything Below This Line (unless you know what you're doing) #
##############################################################################

BINDIR = ../bin

CFLAGS = -g -O2 $(MYFLAGS) $(PROFILE)

LIBS =



Angelfire for your free web-based e-mail. http://www.angelfire.com


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/15/00 PST