[Lazarus] Why does cairocanvas makefile.compiled keep changing
Reinier Olislagers
reinierolislagers at gmail.com
Wed Apr 3 16:02:12 CEST 2013
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"/>
More information about the Lazarus
mailing list