If we change FPCMAKE to generate code like
this:
-
#add dir of make.exe to PATH
override PATH +=$(dir $(MAKE))
<-override PATH:=$(subst \,/,$(PATH))#$(error
$(PATH))ifeq ($(findstring
;,$(PATH)),)inUnix=1SEARCHPATH:=$(filter-out .,$(subst :,
,$(PATH)))
At 22:17 10-10-2003, you wrote:
I've tried to recompile COMPILATOR
I think I've found bugs:
in FPC.PP
line 67 string --> shortstring
procedure findexe(var ppcbin:shortstring);
in PPUDUMP.PP
line 235 string --> shortstring
function hexstr(val : cardinal;cnt : byte) : shortstring;
line 227 string --