Path: news.mv.net!news-out.cwix.com!newsfeed.cwix.com!newsfeed.icl.net!newsfeeds.belnet.be!news.belnet.be!btnet-peer1!btnet-peer0!btnet!mendelevium.btinternet.com!not-for-mail From: "Thomas Harte" Newsgroups: comp.os.msdos.djgpp Subject: Re: Using rhide Date: Fri, 1 Sep 2000 23:29:43 +0100 Organization: BT Internet Lines: 12 Message-ID: <8opaop$nb4$1@plutonium.btinternet.com> References: <200009011341 DOT PAA26502 AT gw DOT zlin DOT iqnet DOT cz> NNTP-Posting-Host: host213-123-52-218.btinternet.com X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Xref: news.mv.net comp.os.msdos.djgpp:103056 >Please, where may y specify (in rhide) key-words for compiling (used with #ifdef). >Thanks. Not a terribly clean method, but if you go to 'Options->Compiler Options', you can specify them via the command line switch '-D' e.g. '-DTARGET_DOS' will cause '#ifdef TARGET_DOS' to be evaluated as true. -Thomas