updated lpl

git-svn-id: branches/fixes_1_2@42821 -
This commit is contained in:
mattias 2013-09-15 16:12:37 +00:00
parent c0d7fee02a
commit 5659e8f9ec
4 changed files with 5 additions and 1 deletions

2
.gitattributes vendored
View File

@ -6912,6 +6912,8 @@ packager/globallinks/lazutils-1.lpl svneol=native#text/plain
packager/globallinks/lazvlc-1.lpl svneol=native#text/plain
packager/globallinks/lazwebextra-0.9.lpl svneol=native#text/plain
packager/globallinks/lazwiki-1.0.1.lpl svneol=native#text/plain
packager/globallinks/lcl-1.1.99.lpl svneol=native#text/plain
packager/globallinks/lclbase-1.1.99.lpl svneol=native#text/plain
packager/globallinks/leakview-1.lpl svneol=native#text/plain
packager/globallinks/lhelpcontrolpkg-0.2.lpl svneol=native#text/plain
packager/globallinks/lr_add_function-1.lpl svneol=native#text/plain

View File

@ -0,0 +1 @@
$(LazarusDir)/lcl/interfaces/lcl.lpk

View File

@ -0,0 +1 @@
$(LazarusDir)/lcl/lclbase.lpk

View File

@ -349,7 +349,7 @@ begin
if not (Quiet and WriteCommands) then
writeln('Missing link ',Pkg.Name+'-'+Pkg.VersionAsString,' in '+CreateRelativePath(Pkg.Filename,PkgDir));
if WriteCommands then begin
LinkFilename:=CreateRelativePath(LinksDir,LazarusDir)+Pkg.Name+'-'+Pkg.VersionAsString+'.lpl';
LinkFilename:=CreateRelativePath(LinksDir,LazarusDir)+PathDelim+Pkg.Name+'-'+Pkg.VersionAsString+'.lpl';
writeln('echo ''$(LazarusDir)/'+StringReplace(CreateRelativePath(Pkg.Filename,PkgDir),'\','/',[rfReplaceAll])+''' > '+LinkFilename);
writeln('svn add '+LinkFilename);
end;