From: Sascha Zapf Newsgroups: comp.os.msdos.djgpp Subject: Re: Defines II Date: Wed, 18 Aug 1999 22:21:45 +0100 Lines: 28 Distribution: world Message-ID: <37BB23E8.FBE0C2D7@netcologne.de> References: <37B9DEFA DOT B9354EC0 AT netcologne DOT de> <37BA27DD DOT 7800 AT ns DOT sympatico DOT ca> NNTP-Posting-Host: dial7-142.netcologne.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netcologne.de 935007793 20637 195.14.235.142 (18 Aug 1999 20:23:13 GMT) X-Complaints-To: usenet AT news DOT netcologne DOT de NNTP-Posting-Date: 18 Aug 1999 20:23:13 GMT X-Mailer: Mozilla 4.6 [de]C-CCK-MCD QXW0321j (Win95; I) X-Accept-Language: de-DE,en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Klaas schrieb: > Sascha Zapf wrote: > > > > Sorry, > > > > i've forgotten...I use RHIDE 1.4.7 > > > > Sascha > > To define something: > > #define MY_DEF 5 > > -Mike The Problem is that i must write this in all Sourcecodes....To Compile Projekts with 50 or more Sourcefiles, you have to write that 50 or more Times...In some IDE there is a Dialog that allows to enter some Global Defines... Now i use the Comilerswitch -D and all is O.K Sascha