Michael Fuchs wrote:
Mehmet Erol Sanliturk schrieb:
Project LPI files are created at present as project_name.LPR and
project_name.LPI , and others .
This structure for LPI files is making difficult to develop the same
project for multiple platforms in the following sense .
Assume all of the source code is in a USB stick ( or in a comon server
) with project definition files .
The initial project is developed in , for example , in Windows .
When the same project is tried to be compiled in Linux , its LPI file
is not compatible for the Linux Lazarus installation structure .
Why that? I switch daily between Windows and Linux and use the same
project files (via subversion). No Problems.
mfg
Michael
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
AFAIK lpi is XML file and Lazarus modify lpi "on the fly" adjusting
proper path delimiters.I work barely on linux but never saw any major
probelm with lpi (except some buggy old revisions of lazarus svn)
Boguslaw
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus