mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +02:00
+ file forgotten to add in r13588
git-svn-id: trunk@13589 -
This commit is contained in:
parent
1bbc9b3e13
commit
6d2a9dd173
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -10293,6 +10293,7 @@ utils/fpmc/test.mc -text
|
||||
utils/fppkg/Makefile svneol=native#text/plain
|
||||
utils/fppkg/Makefile.fpc svneol=native#text/plain
|
||||
utils/fppkg/README.txt svneol=native#text/plain
|
||||
utils/fppkg/buildfppkg.pp svneol=native#text/plain
|
||||
utils/fppkg/examples/pkglibcurl.pp svneol=native#text/plain
|
||||
utils/fppkg/examples/pkgocurl.pp svneol=native#text/plain
|
||||
utils/fppkg/examples/pkgsynapse.pp svneol=native#text/plain
|
||||
|
12
utils/fppkg/buildfppkg.pp
Normal file
12
utils/fppkg/buildfppkg.pp
Normal file
@ -0,0 +1,12 @@
|
||||
unit buildfppkg;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
fprepos,fpxmlrep,pkgoptions,pkgglobals,pkgmessages,pkghandler,pkgmkconv,pkgdownload,pkgfpmake,pkgcommands,pkgrepos,pkgwget,pkglnet;
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user