Mail Archives: djgpp/1996/01/16/22:11:07
Xref: | news-dnh.mv.net comp.os.msdos.djgpp:4448
|
From: | Erik Max Francis <max AT alcyone DOT com>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: Need help with *** missing separator error.
|
Date: | Sat, 13 Jan 1996 10:20:36 -0800
|
Organization: | &tSftDotIotE
|
Lines: | 25
|
Message-ID: | <30F7F7F4.5096F96E@alcyone.com>
|
References: | <4d6gu2$4tk AT crl DOT crl DOT com>
|
NNTP-Posting-Host: | newton.alcyone.com
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
James R Cantrell wrote:
> #
> # MAKEFILE.GCC
> # for building the DJGPP version of the GRX library
> # usage: make [-DPLANE=<planes>] [-DMODEL=<Turbo C memory model>] [-DDEBUG]
> #
>
> !if !$d(MODEL) <---- This is line #7.
> MODEL = 1
> !endif
>
> ...
Hmm. Don't you have to put !if expresssions in parentheses? Try
!if (!$d(MODEL))
...
--
Erik Max Francis, &tSftDotIotE && uuwest!alcyone!max, max AT alcyone DOT darkside DOT com
San Jose, California, U.S.A. && 37 20 07 N 121 53 38 W && the 4th R is respect
H.3`S,3,P,3$S,#$Q,C`Q,3,P,3$S,#$Q,3`Q,3,P,C$Q,#(Q.#`-"C`- && 1love && folasade
_Omnia quia sunt, lumina sunt._ && GIGO Omega Psi && http://www.spies.com/max/
"Out from his breast/his soul went to seek/the doom of the just." -- _Beowulf_
- Raw text -