<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-2">
<META content="MSHTML 6.00.2800.1226" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>If we change FPCMAKE to generate code like 
this:</FONT></DIV>
<DIV><FONT face=Arial size=2>---------------------</FONT></DIV>
<DIV><FONT face=Arial size=2>#add dir of make.exe to PATH</FONT></DIV>
<DIV><FONT face=Arial size=2>override PATH +=$(dir $(MAKE))    
<-----------------<BR>override PATH:=$(subst \,/,$(PATH))<BR>#$(error 
$(PATH))<BR>ifeq ($(findstring 
;,$(PATH)),)<BR>inUnix=1<BR>SEARCHPATH:=$(filter-out .,$(subst :, 
,$(PATH)))<BR>else<BR>SEARCHPATH:=$(subst ;, ,$(PATH))<BR>endif<BR>PWD:=$(strip 
$(wildcard $(addsuffix /pwd.exe,$(SEARCHPATH))))<BR></FONT></DIV>
<DIV><FONT face=Arial size=2># if dir has backslash on the end then search 
fail</DIV></FONT>
<DIV><FONT face=Arial size=2>ifeq 
($(PWD),)             
<-------------<BR>PWD:=$(strip $(wildcard $(addsuffix 
pwd.exe,$(SEARCHPATH))))   <-----------<BR>endif   
<---------------</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> </DIV>
<DIV><BR>ifeq ($(PWD),)<BR>PWD:=$(strip $(wildcard $(addsuffix 
/pwd,$(SEARCHPATH))))<BR>ifeq ($(PWD),)<BR>$(error You need the GNU utils 
package to use this Makefile)<BR>else<BR></DIV>
<DIV>---------------</DIV>
<DIV>then we will be able to do MAKE without change  PATH in 
AUTOEXEC.BAT</DIV>
<DIV> </DIV>
<DIV>with this command:</DIV>
<DIV>C:\PP\BIN\WIN32\MAKE</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Darek</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV></FONT></BODY></HTML>