mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-15 17:00:04 +02:00
updated lpl
git-svn-id: branches/fixes_1_2@42821 -
This commit is contained in:
parent
c0d7fee02a
commit
5659e8f9ec
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -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
|
||||
|
1
packager/globallinks/lcl-1.1.99.lpl
Normal file
1
packager/globallinks/lcl-1.1.99.lpl
Normal file
@ -0,0 +1 @@
|
||||
$(LazarusDir)/lcl/interfaces/lcl.lpk
|
1
packager/globallinks/lclbase-1.1.99.lpl
Normal file
1
packager/globallinks/lclbase-1.1.99.lpl
Normal file
@ -0,0 +1 @@
|
||||
$(LazarusDir)/lcl/lclbase.lpk
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user