Date: Tue, 2 Jun 1998 18:57:58 +0300 (IDT) From: Eli Zaretskii To: Jerzy Witkowski cc: djgpp AT delorie DOT com Subject: Re: Compiling in 2.8.1 vs. 2.7.2.1 - two minor problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 2 Jun 1998, Jerzy Witkowski wrote: > I have tried to do this with commands `stubify -g a.exe' and > `stubedit a.exe runfile=a', but resulting `a.exe' automatically > adds `.exe' suffix to run file name. Is any simple way to solve > this problem? How about "del a"? This seems to be by far the simplest way. Any decent Makefile will have a clean: target which will do that for you.