[lazarus] Unrelated to current discussion, but soon to be imp ortant...
Jeffrey A. Wormsley
daworm at cdc.net
Thu Jul 22 19:07:06 EDT 1999
On 7/22/99, at 8:27 AM, Payne Thomas E CNIN wrote:
>Does 'make -n TARGET > junk.bat' , then 'junk' work?
Payne,
This does work. For anyone else who is interested, I am copying this to
the mailing list.
To make my life easier (and since on a P2 it isn't too slow) I have
simplified my life a bit by doing the following:
1. In my bin\win32 directory I renamed make.exe to mmake.exe
2. In the same directory I created a batch file with the following lines:
@echo off
mmake clean
mmake -n >junk.bat
call junk.bat
del junk.bat
This way, I can just type make and it cleans everything (to avoid the
infamous 10998 error) and then does the make correctly.
*** THANKS ***
Should this be put into the Win32 HowTo, or is it too kludgy?
Jeff.
More information about the Lazarus
mailing list