I've been updating Lazarus using fpcup. Whenever I build it lately, $(lazdir)\components\cairocanvas\Makefile.compiled keeps changing from the version in subversion.
Had a quick look at the changes [1]; it *seems* like parameters are reordered (but not modified). Is this as expected? Why doesn't this happen with other makefile.compileds? Thanks, Reinier [1] relevant diff snippet - <Params Value=" -MObjFPC -Scghi -O1 -g -gl -vewnhi -l -Fu../../packager/units/%(CPU_TARGET)-%(OS_TARGET);../lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../../lcl/units/%(CPU_TARGET)-%(OS_TARGET);../../lcl/units/%(CPU_TARGET)-%(OS_TARGET)/%(LCL_PLATFORM);. -MObjFPC -Scghi -O1 -g -gl -vewnhi -l cairocanvas_pkg.pas"/> + <Params Value=" -Fu../../packager/units/%(CPU_TARGET)-%(OS_TARGET);../lazutils/lib/%(CPU_TARGET)-%(OS_TARGET);../../lcl/units/%(CPU_TARGET)-%(OS_TARGET);../../lcl/units/%(CPU_TARGET)-%(OS_TARGET)/%(LCL_PLATFORM);. -MObjFPC -Scghi -O1 -g -gl -vewnhi -l cairocanvas_pkg.pas"/> -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
