1 Star 0 Fork 0

laogg/fpcupdeluxe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
fpcupdeluxespecials.lps 38.16 KB
一键复制 编辑 原始数据 按行查看 历史
Don 提交于 2023-07-27 16:24 . First steps towards universal binary tools.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectSession>
<PathDelim Value="\"/>
<Version Value="12"/>
<ManyBuildModesSelection Value="linux64musl,solarisx64oi,darwin32carbon,darwin32cocoa,darwin64cocoa,darwin64cocoalegacy,darwin64QT5,openbsdx64,openbsd32,haiku32QT5,haiku64QT5,darwinppccarbon,darwinppccocoa,darwinppc64cocoa"/>
<Units Count="130">
<Unit0>
<Filename Value="up.lpr"/>
<IsPartOfProject Value="True"/>
<UnitName Value="fpcupdeluxe"/>
<IsVisibleTab Value="True"/>
<EditorIndex Value="1"/>
<TopLine Value="196"/>
<CursorPos Y="227"/>
<UsageCount Value="50"/>
<Loaded Value="True"/>
</Unit0>
<Unit1>
<Filename Value="sources\updeluxe\fpcupdeluxemainform.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="Form1"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UsageCount Value="50"/>
<Loaded Value="True"/>
<LoadedDesigner Value="True"/>
</Unit1>
<Unit2>
<Filename Value="sources\updeluxe\extrasettings.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="Form2"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<EditorIndex Value="-1"/>
<TopLine Value="1067"/>
<CursorPos X="106" Y="1075"/>
<UsageCount Value="50"/>
</Unit2>
<Unit3>
<Filename Value="sources\updeluxe\syneditpopup.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="SynEditPopup"/>
<UsageCount Value="50"/>
</Unit3>
<Unit4>
<Filename Value="sources\updeluxe\aboutfrm.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="AboutForm"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UnitName Value="AboutFrm"/>
<UsageCount Value="50"/>
</Unit4>
<Unit5>
<Filename Value="sources\updeluxe\infounit.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="InfoForm"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UsageCount Value="50"/>
</Unit5>
<Unit6>
<Filename Value="sources\updeluxe\modulesettings.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="Form3"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UsageCount Value="50"/>
</Unit6>
<Unit7>
<Filename Value="sources\fpcup.ini"/>
<IsPartOfProject Value="True"/>
<UsageCount Value="50"/>
<DefaultSyntaxHighlighter Value="Ini"/>
</Unit7>
<Unit8>
<Filename Value="sources\settings.ini"/>
<IsPartOfProject Value="True"/>
<UsageCount Value="50"/>
<DefaultSyntaxHighlighter Value="Ini"/>
</Unit8>
<Unit9>
<Filename Value="sources\revision.inc"/>
<IsPartOfProject Value="True"/>
<UsageCount Value="50"/>
</Unit9>
<Unit10>
<Filename Value="sources\processutils.pas"/>
<IsPartOfProject Value="True"/>
<UsageCount Value="50"/>
</Unit10>
<Unit11>
<Filename Value="sources\updeluxe\subarch.pas"/>
<IsPartOfProject Value="True"/>
<ComponentName Value="SubarchForm"/>
<HasResources Value="True"/>
<ResourceBaseClass Value="Form"/>
<UsageCount Value="50"/>
</Unit11>
<Unit12>
<Filename Value="sources\fpcuputil.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="2868"/>
<CursorPos X="6" Y="2868"/>
<UsageCount Value="13"/>
</Unit12>
<Unit13>
<Filename Value="sources\installercore.pas"/>
<UnitName Value="installerCore"/>
<EditorIndex Value="-1"/>
<TopLine Value="389"/>
<CursorPos X="5" Y="404"/>
<UsageCount Value="12"/>
</Unit13>
<Unit14>
<Filename Value="C:\fpcupsystems\stablespecial\fpcsrc\rtl\inc\systemh.inc"/>
<EditorIndex Value="-1"/>
<TopLine Value="731"/>
<CursorPos X="3" Y="747"/>
<UsageCount Value="12"/>
</Unit14>
<Unit15>
<Filename Value="C:\cygwin32\home\superdad\new\cctools-port\cctools\ld64\src\ld\libcodedirectory.c"/>
<EditorIndex Value="-1"/>
<TopLine Value="18"/>
<CursorPos X="22" Y="37"/>
<UsageCount Value="12"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit15>
<Unit16>
<Filename Value="C:\cygwin32\home\superdad\new\cctools-port\cctools\include\foreign\stdio.h"/>
<EditorIndex Value="-1"/>
<CursorPos X="9" Y="7"/>
<UsageCount Value="12"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit16>
<Unit17>
<Filename Value="C:\cygwin32\home\superdad\new\cctools-port\cctools\as\filenames.h"/>
<EditorIndex Value="-1"/>
<CursorPos Y="29"/>
<UsageCount Value="12"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit17>
<Unit18>
<Filename Value="C:\cygwin32\home\superdad\new\cctools-port\cctools\include\foreign\dlfcn.h"/>
<EditorIndex Value="-1"/>
<CursorPos X="33"/>
<UsageCount Value="12"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit18>
<Unit19>
<Filename Value="C:\cygwin32\home\superdad\new\cctools-port\cctools\ld64\src\3rd\find_executable.c"/>
<EditorIndex Value="-1"/>
<TopLine Value="34"/>
<CursorPos X="39" Y="28"/>
<UsageCount Value="12"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit19>
<Unit20>
<Filename Value="C:\cygwin32\home\superdad\new\cctools-port\cctools\ld64\src\3rd\helper.c"/>
<EditorIndex Value="-1"/>
<TopLine Value="257"/>
<CursorPos X="118" Y="278"/>
<UsageCount Value="12"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit20>
<Unit21>
<Filename Value="C:\cygwin32\home\superdad\new\cctools-port\ld64\configure.ac"/>
<EditorIndex Value="-1"/>
<TopLine Value="92"/>
<CursorPos X="30" Y="92"/>
<UsageCount Value="12"/>
<DefaultSyntaxHighlighter Value="None"/>
</Unit21>
<Unit22>
<Filename Value="C:\cygwin32\home\superdad\new\cctools-port\cctools\ld64\src\ld\libcodedirectory.h"/>
<EditorIndex Value="-1"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit22>
<Unit23>
<Filename Value="C:\cygwin32\home\superdad\new\cctools-port\cctools\include\foreign\machine\_types.h"/>
<EditorIndex Value="-1"/>
<CursorPos X="62" Y="28"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit23>
<Unit24>
<Filename Value="C:\cygwin32\home\superdad\new\cctools-port\cctools\include\foreign\i386\_types.h"/>
<EditorIndex Value="-1"/>
<TopLine Value="46"/>
<CursorPos X="42" Y="63"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit24>
<Unit25>
<Filename Value="C:\cygwin32\home\superdad\new\cctools-port\cctools\include\foreign\sys\_types.h"/>
<EditorIndex Value="-1"/>
<CursorPos X="84" Y="29"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit25>
<Unit26>
<Filename Value="C:\cygwin32\home\superdad\new\cctools-port\cctools\libobjc2\loader.c"/>
<EditorIndex Value="-1"/>
<TopLine Value="33"/>
<CursorPos Y="42"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit26>
<Unit27>
<Filename Value="C:\cygwin32\home\superdad\new\cctools-port\cctools\configure.ac"/>
<EditorIndex Value="-1"/>
<TopLine Value="470"/>
<CursorPos X="37" Y="498"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="None"/>
</Unit27>
<Unit28>
<Filename Value="C:\cygwin32\usr\include\w32api\ddk\ndis.h"/>
<EditorIndex Value="-1"/>
<CursorPos X="8" Y="14"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit28>
<Unit29>
<Filename Value="C:\cygwin32\usr\include\w32api\_mingw.h"/>
<EditorIndex Value="-1"/>
<TopLine Value="572"/>
<CursorPos X="15" Y="589"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit29>
<Unit30>
<Filename Value="C:\msys64\home\superdad\ld64\libtapi\lib\Core\Architecture.cpp"/>
<EditorIndex Value="-1"/>
<CursorPos X="40" Y="4"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit30>
<Unit31>
<Filename Value="C:\msys64\home\superdad\ld64\libtapi\lib\Core\backup\CMakeLists.txt.bak"/>
<EditorIndex Value="-1"/>
<CursorPos X="3" Y="7"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="None"/>
</Unit31>
<Unit32>
<Filename Value="C:\msys64\home\superdad\ld64\libtapi\lib\Core\CMakeLists.txt"/>
<EditorIndex Value="-1"/>
<CursorPos X="18" Y="8"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="None"/>
</Unit32>
<Unit33>
<Filename Value="C:\msys64\home\superdad\ld64\libtapi\tools\tapi-run\tapi-run.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="48"/>
<CursorPos X="66" Y="76"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit33>
<Unit34>
<Filename Value="C:\msys64\home\superdad\ld64\ld64\ld64\src\3rd\qsort_r.c"/>
<EditorIndex Value="-1"/>
<TopLine Value="230"/>
<CursorPos X="3" Y="250"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit34>
<Unit35>
<Filename Value="C:\fpcupsystems\trunk\fpcsrc\compiler\systems.inc"/>
<EditorIndex Value="-1"/>
<TopLine Value="218"/>
<CursorPos X="15" Y="235"/>
<UsageCount Value="14"/>
</Unit35>
<Unit36>
<Filename Value="C:\fpcupsystems\trunk\fpcsrc\compiler\assemble.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="2691"/>
<CursorPos X="40" Y="2708"/>
<UsageCount Value="14"/>
</Unit36>
<Unit37>
<Filename Value="C:\fpcupsystems\trunk\fpcsrc\compiler\arm\agarmgas.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="480"/>
<CursorPos X="16" Y="480"/>
<UsageCount Value="14"/>
</Unit37>
<Unit38>
<Filename Value="C:\fpcupsystems\trunk\fpcsrc\compiler\ppcgen\agppcgas.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="658"/>
<CursorPos X="18" Y="669"/>
<UsageCount Value="14"/>
</Unit38>
<Unit39>
<Filename Value="C:\msys64\home\superdad\cctools\cctools\as\arm\Makefile.am"/>
<EditorIndex Value="-1"/>
<CursorPos X="7" Y="3"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="None"/>
</Unit39>
<Unit40>
<Filename Value="C:\msys64\home\superdad\cctools\cctools\as\i386\Makefile.am"/>
<EditorIndex Value="-1"/>
<CursorPos X="8" Y="3"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="None"/>
</Unit40>
<Unit41>
<Filename Value="C:\msys64\home\superdad\cctools\cctools\as\x86_64\Makefile.in"/>
<EditorIndex Value="-1"/>
<TopLine Value="333"/>
<CursorPos X="10" Y="350"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="None"/>
</Unit41>
<Unit42>
<Filename Value="C:\msys64\home\superdad\cctools\cctools\libobjc2\Makefile.am"/>
<EditorIndex Value="-1"/>
<CursorPos X="121" Y="16"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="None"/>
</Unit42>
<Unit43>
<Filename Value="C:\msys64\home\superdad\ld64\ld64\include\foreign\i386\types.h"/>
<EditorIndex Value="-1"/>
<TopLine Value="131"/>
<CursorPos X="31" Y="148"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit43>
<Unit44>
<Filename Value="C:\msys64\home\superdad\ld64\ld64\ld64\src\ld\ld.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="46"/>
<CursorPos X="15" Y="32"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit44>
<Unit45>
<Filename Value="C:\msys64\home\superdad\ld64\ld64\ld64\src\ld\LinkEditClassic.hpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="10"/>
<CursorPos X="15" Y="29"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit45>
<Unit46>
<Filename Value="C:\msys64\home\superdad\ld64\ld64\include\llvm-c\lto.h"/>
<EditorIndex Value="-1"/>
<CursorPos X="15" Y="26"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit46>
<Unit47>
<Filename Value="C:\msys64\home\superdad\ld64\ld64\include\foreign\arm\types.h"/>
<EditorIndex Value="-1"/>
<TopLine Value="59"/>
<CursorPos X="17" Y="76"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit47>
<Unit48>
<Filename Value="C:\msys64\home\superdad\ld64\ld64\include\foreign\machine\types.h"/>
<EditorIndex Value="-1"/>
<TopLine Value="14"/>
<CursorPos X="99" Y="30"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit48>
<Unit49>
<Filename Value="C:\msys64\home\superdad\cctools\cctools\libstuff\dylib_roots.c"/>
<EditorIndex Value="-1"/>
<TopLine Value="6"/>
<CursorPos X="94" Y="8"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit49>
<Unit50>
<Filename Value="C:\msys64\home\superdad\ld64\ld64\include\stuff\port.h"/>
<EditorIndex Value="-1"/>
<CursorPos X="11" Y="2"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit50>
<Unit51>
<Filename Value="C:\msys64\home\superdad\cctools\cctools\ar\contents.c"/>
<EditorIndex Value="-1"/>
<TopLine Value="90"/>
<CursorPos X="38" Y="107"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit51>
<Unit52>
<Filename Value="C:\msys64\home\superdad\ld64\ld64\include\stuff\execute.h"/>
<EditorIndex Value="-1"/>
<CursorPos X="41" Y="28"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit52>
<Unit53>
<Filename Value="C:\msys64\home\superdad\ld64\ld64\ld64\src\ld\Options.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="6637"/>
<CursorPos X="33" Y="6651"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit53>
<Unit54>
<Filename Value="C:\msys64\home\superdad\binutils\binutils-2.40\libiberty\pex-unix.c"/>
<EditorIndex Value="-1"/>
<TopLine Value="514"/>
<CursorPos X="17" Y="687"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit54>
<Unit55>
<Filename Value="C:\msys64\home\superdad\binutils\binutils-2.40\libiberty\pex-win32.c"/>
<EditorIndex Value="-1"/>
<TopLine Value="950"/>
<CursorPos X="130" Y="957"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit55>
<Unit56>
<Filename Value="C:\msys64\home\superdad\binutils\binutils-2.40\libiberty\pex-common.c"/>
<EditorIndex Value="-1"/>
<TopLine Value="353"/>
<CursorPos X="23" Y="367"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit56>
<Unit57>
<Filename Value="C:\msys64\home\superdad\binutils\binutils-2.40\libiberty\pex-common.h"/>
<EditorIndex Value="-1"/>
<TopLine Value="97"/>
<CursorPos X="21" Y="116"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit57>
<Unit58>
<Filename Value="C:\msys64\home\superdad\binutils\binutils-2.40\libiberty\testsuite\test-pexecute.c"/>
<EditorIndex Value="-1"/>
<TopLine Value="190"/>
<CursorPos X="14" Y="207"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit58>
<Unit59>
<Filename Value="sources\updatelazconfig.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="193"/>
<CursorPos X="59" Y="216"/>
<UsageCount Value="11"/>
</Unit59>
<Unit60>
<Filename Value="C:\fpcupsystems\trunk\fpcsrc\rtl\darwin\aarch64\sig_cpu.inc"/>
<EditorIndex Value="-1"/>
<TopLine Value="18"/>
<CursorPos X="40" Y="37"/>
<UsageCount Value="10"/>
</Unit60>
<Unit61>
<Filename Value="C:\fpcupsystems\trunk\lazarus\components\codetools\definetemplates.pas"/>
<UnitName Value="DefineTemplates"/>
<EditorIndex Value="-1"/>
<TopLine Value="3933"/>
<CursorPos X="18" Y="3950"/>
<UsageCount Value="10"/>
</Unit61>
<Unit62>
<Filename Value="C:\fpcupsystems\trunk\lazarus\components\lazutils\lazfileutils.pas"/>
<UnitName Value="LazFileUtils"/>
<EditorIndex Value="-1"/>
<TopLine Value="44"/>
<CursorPos X="14" Y="61"/>
<UsageCount Value="10"/>
</Unit62>
<Unit63>
<Filename Value="C:\fpcupsystems\trunk\lazarus\components\lazutils\lazfileutils.inc"/>
<EditorIndex Value="-1"/>
<TopLine Value="188"/>
<CursorPos X="29" Y="190"/>
<UsageCount Value="10"/>
</Unit63>
<Unit64>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\other\unwinddump.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="316"/>
<CursorPos X="97" Y="276"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit64>
<Unit65>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\ld\Options.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="953"/>
<CursorPos Y="975"/>
<UsageCount Value="12"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit65>
<Unit66>
<Filename Value="C:\fpcupsystems\trunk\fpcsrc\compiler\systems\t_darwin.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="92"/>
<CursorPos X="44" Y="109"/>
<UsageCount Value="11"/>
</Unit66>
<Unit67>
<Filename Value="C:\fpcupsystems\trunk\fpcsrc\compiler\options.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="3230"/>
<CursorPos X="25" Y="3246"/>
<UsageCount Value="11"/>
</Unit67>
<Unit68>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\include\coff\scnhdr.h"/>
<EditorIndex Value="-1"/>
<CursorPos X="31" Y="5"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit68>
<Unit69>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\include\coff\aouthdr.h"/>
<EditorIndex Value="-1"/>
<TopLine Value="74"/>
<CursorPos X="24" Y="91"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit69>
<Unit70>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\ld\InputFiles.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="790"/>
<CursorPos X="9" Y="804"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit70>
<Unit71>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\ld\parsers\macho_dylib_file.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="118"/>
<CursorPos X="113" Y="507"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit71>
<Unit72>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\include\stuff\port.h"/>
<EditorIndex Value="-1"/>
<TopLine Value="55"/>
<CursorPos X="20" Y="75"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit72>
<Unit73>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\ld\Resolver.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="108"/>
<CursorPos X="139" Y="126"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit73>
<Unit74>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\ld\OutputFile.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="669"/>
<CursorPos X="22" Y="686"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit74>
<Unit75>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\ld\Options.h"/>
<EditorIndex Value="-1"/>
<TopLine Value="517"/>
<CursorPos X="57" Y="534"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit75>
<Unit76>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\ld\HeaderAndLoadCommands.hpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="233"/>
<CursorPos X="34" Y="220"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit76>
<Unit77>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\ld\parsers\macho_relocatable_file.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="6560"/>
<CursorPos X="38" Y="6577"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit77>
<Unit78>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\3rd\md5.c"/>
<EditorIndex Value="-1"/>
<TopLine Value="76"/>
<CursorPos X="9" Y="93"/>
<UsageCount Value="12"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit78>
<Unit79>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\3rd\sha1.c"/>
<EditorIndex Value="-1"/>
<TopLine Value="2"/>
<CursorPos Y="30"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit79>
<Unit80>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\3rd\BlocksRuntime\runtime.c"/>
<EditorIndex Value="-1"/>
<TopLine Value="214"/>
<CursorPos X="42" Y="231"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit80>
<Unit81>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\ld\parsers\lto_file.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="181"/>
<CursorPos X="9" Y="198"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit81>
<Unit82>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\ld\SymbolTable.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="65"/>
<CursorPos X="22" Y="82"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit82>
<Unit83>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\ld\passes\objc.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="350"/>
<CursorPos X="156" Y="370"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit83>
<Unit84>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\3rd\qsort_r.c"/>
<EditorIndex Value="-1"/>
<TopLine Value="51"/>
<CursorPos X="17" Y="58"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit84>
<Unit85>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\3rd\helper.c"/>
<EditorIndex Value="-1"/>
<TopLine Value="3"/>
<CursorPos X="32" Y="34"/>
<UsageCount Value="11"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit85>
<Unit86>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\ld\passes\code_dedup.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="63"/>
<CursorPos X="5" Y="80"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit86>
<Unit87>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\other\dyldinfo.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="2646"/>
<CursorPos X="30" Y="2663"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit87>
<Unit88>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\other\machochecker.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="1249"/>
<CursorPos X="134" Y="1273"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit88>
<Unit89>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\other\ObjectDump.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="1245"/>
<CursorPos X="30" Y="1262"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit89>
<Unit90>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\ld\PlatformSupport.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="287"/>
<CursorPos X="9" Y="304"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit90>
<Unit91>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\ld\parsers\archive_file.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="197"/>
<CursorPos X="12" Y="215"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit91>
<Unit92>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\ld\passes\branch_island.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="246"/>
<CursorPos X="74" Y="263"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit92>
<Unit93>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\ld\passes\branch_shim.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="55"/>
<CursorPos X="74" Y="72"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit93>
<Unit94>
<Filename Value="C:\msys64\home\superdad\ld64new\ld64-msys\ld64\ld64\src\ld\ld.hpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="1149"/>
<CursorPos X="70" Y="1177"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit94>
<Unit95>
<Filename Value="sources\crossinstallers\m_any_to_linuxloongarch64.pas"/>
<EditorIndex Value="-1"/>
<CursorPos Y="4"/>
<UsageCount Value="10"/>
</Unit95>
<Unit96>
<Filename Value="sources\m_crossinstaller.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="44"/>
<CursorPos X="42" Y="60"/>
<UsageCount Value="11"/>
</Unit96>
<Unit97>
<Filename Value="sources\installerfpc.pas"/>
<UnitName Value="installerFpc"/>
<EditorIndex Value="-1"/>
<TopLine Value="4589"/>
<CursorPos X="38" Y="4601"/>
<UsageCount Value="11"/>
</Unit97>
<Unit98>
<Filename Value="sources\installermanager.pas"/>
<UnitName Value="installerManager"/>
<EditorIndex Value="-1"/>
<TopLine Value="2547"/>
<CursorPos Y="2529"/>
<UsageCount Value="11"/>
</Unit98>
<Unit99>
<Filename Value="sources\up\fpcuplprbase.inc"/>
<EditorIndex Value="-1"/>
<TopLine Value="60"/>
<CursorPos X="40" Y="74"/>
<UsageCount Value="10"/>
</Unit99>
<Unit100>
<Filename Value="sources\installerlazarus.pas"/>
<UnitName Value="installerLazarus"/>
<EditorIndex Value="-1"/>
<TopLine Value="1067"/>
<CursorPos Y="1084"/>
<UsageCount Value="10"/>
</Unit100>
<Unit101>
<Filename Value="sources\repoclient.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="44"/>
<CursorPos X="14" Y="53"/>
<UsageCount Value="10"/>
</Unit101>
<Unit102>
<Filename Value="C:\fpcupsystems\trunk\fpcsrc\packages\fcl-web\examples\intercept\simpleserver.pas"/>
<EditorIndex Value="-1"/>
<CursorPos X="9" Y="19"/>
<UsageCount Value="10"/>
</Unit102>
<Unit103>
<Filename Value="C:\fpcupsystems\trunk\fpcsrc\packages\fcl-web\examples\simpleserver\simpleserver.pas"/>
<EditorIndex Value="-1"/>
<CursorPos X="9" Y="21"/>
<UsageCount Value="10"/>
</Unit103>
<Unit104>
<Filename Value="C:\fpcupsystems\trunk\fpcsrc\utils\pas2js\httpcompiler.pp"/>
<EditorIndex Value="-1"/>
<TopLine Value="300"/>
<CursorPos X="17" Y="321"/>
<UsageCount Value="10"/>
</Unit104>
<Unit105>
<Filename Value="C:\fpcupsystems\trunk\lazarus\components\simplewebservergui\simplewebsrvcontroller.pas"/>
<UnitName Value="SimpleWebSrvController"/>
<EditorIndex Value="-1"/>
<TopLine Value="1142"/>
<CursorPos X="41" Y="1148"/>
<UsageCount Value="10"/>
</Unit105>
<Unit106>
<Filename Value="C:\fpcupsystems\trunk\fpcsrc\compiler\pass_2.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="125"/>
<CursorPos X="14" Y="140"/>
<UsageCount Value="10"/>
</Unit106>
<Unit107>
<Filename Value="C:\fpcupsystems\trunk\fpcsrc\packages\fcl-passrc\src\pscanner.pp"/>
<UnitName Value="PScanner"/>
<EditorIndex Value="-1"/>
<TopLine Value="1021"/>
<CursorPos X="19" Y="1032"/>
<UsageCount Value="10"/>
</Unit107>
<Unit108>
<Filename Value="C:\fpcupsystems\wa\ccr\pas2js-rtl\compiler\packages\fcl-passrc\tests\tcresolver.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="19260"/>
<CursorPos X="3" Y="19300"/>
<UsageCount Value="10"/>
</Unit108>
<Unit109>
<Filename Value="C:\fpcupsystems\wa\ccr\pas2js-rtl\compiler\packages\fcl-passrc\tests\tcscanner.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="1293"/>
<CursorPos X="28" Y="1273"/>
<UsageCount Value="10"/>
</Unit109>
<Unit110>
<Filename Value="C:\fpcupsystems\wa\ccr\pas2js-rtl\compiler\packages\fcl-sdo\src\base\sdo_parserutils.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="96"/>
<CursorPos X="39" Y="112"/>
<UsageCount Value="10"/>
</Unit110>
<Unit111>
<Filename Value="C:\fpcupsystems\wa\ccr\pas2js-rtl\compiler\packages\fpgtk\src\editor\gtkdeftexts.pp"/>
<UnitName Value="GtkDefTexts"/>
<EditorIndex Value="-1"/>
<TopLine Value="58"/>
<CursorPos X="19" Y="68"/>
<UsageCount Value="10"/>
</Unit111>
<Unit112>
<Filename Value="C:\fpcupsystems\wa\ccr\pas2js-rtl\compiler\packages\fppkg\src\fpmkunitsrc.inc"/>
<EditorIndex Value="-1"/>
<TopLine Value="10515"/>
<CursorPos X="3" Y="10537"/>
<UsageCount Value="10"/>
</Unit112>
<Unit113>
<Filename Value="C:\fpcupsystems\trunk\fpcsrc\compiler\scandir.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="1978"/>
<CursorPos X="22" Y="1993"/>
<UsageCount Value="10"/>
</Unit113>
<Unit114>
<Filename Value="C:\fpcupsystems\trunk\fpcsrc\compiler\tokens.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="663"/>
<CursorPos X="7" Y="679"/>
<UsageCount Value="10"/>
</Unit114>
<Unit115>
<Filename Value="C:\fpcupsystems\wa\ccr\pas2js-rtl\compiler\compiler\tokens.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="663"/>
<CursorPos X="7" Y="679"/>
<UsageCount Value="10"/>
</Unit115>
<Unit116>
<Filename Value="C:\fpcupsystems\wa\ccr\pas2js-rtl\compiler\packages\winunits-base\src\typelib.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="245"/>
<CursorPos X="27" Y="261"/>
<UsageCount Value="10"/>
</Unit116>
<Unit117>
<Filename Value="C:\fpcupsystems\wa\ccr\pas2js-rtl\compiler\packages\pastojs\src\pas2jsfiler.pp"/>
<UnitName Value="Pas2JsFiler"/>
<EditorIndex Value="-1"/>
<TopLine Value="225"/>
<CursorPos X="5" Y="253"/>
<UsageCount Value="10"/>
</Unit117>
<Unit118>
<Filename Value="C:\fpcupsystems\wa\ccr\pas2js-rtl\compiler\compiler\defutil.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="1698"/>
<CursorPos X="9" Y="1713"/>
<UsageCount Value="10"/>
</Unit118>
<Unit119>
<Filename Value="C:\fpcupsystems\wa\ccr\pas2js-rtl\compiler\compiler\ogwasm.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="2073"/>
<CursorPos X="41" Y="2092"/>
<UsageCount Value="10"/>
</Unit119>
<Unit120>
<Filename Value="C:\fpcupsystems\wa\ccr\pas2js-rtl\compiler\compiler\options.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="967"/>
<CursorPos X="9" Y="982"/>
<UsageCount Value="10"/>
</Unit120>
<Unit121>
<Filename Value="C:\fpcupsystems\wa\ccr\pas2js-rtl\compiler\compiler\pp.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="183"/>
<CursorPos X="9" Y="199"/>
<UsageCount Value="10"/>
</Unit121>
<Unit122>
<Filename Value="C:\fpcupsystems\wa\ccr\pas2js-rtl\compiler\rtl\inc\systemh.inc"/>
<EditorIndex Value="-1"/>
<TopLine Value="383"/>
<CursorPos X="7" Y="399"/>
<UsageCount Value="10"/>
</Unit122>
<Unit123>
<Filename Value="C:\fpcupsystems\wa\ccr\pas2js-rtl\compiler\utils\tply\fpmake.pp"/>
<EditorIndex Value="-1"/>
<TopLine Value="5"/>
<CursorPos X="7" Y="32"/>
<UsageCount Value="10"/>
</Unit123>
<Unit124>
<Filename Value="C:\fpcupsystems\wa\ccr\pas2js-rtl\compiler\utils\h2pas\fpmake.pp"/>
<EditorIndex Value="-1"/>
<TopLine Value="3"/>
<CursorPos X="16" Y="31"/>
<UsageCount Value="10"/>
</Unit124>
<Unit125>
<Filename Value="..\ld64-msys\ld64\ld64\src\ld\OutputFile.cpp"/>
<EditorIndex Value="-1"/>
<TopLine Value="25"/>
<CursorPos X="34" Y="3809"/>
<UsageCount Value="10"/>
<DefaultSyntaxHighlighter Value="C++"/>
</Unit125>
<Unit126>
<Filename Value="sources\up\checkoptions.pas"/>
<EditorIndex Value="-1"/>
<TopLine Value="281"/>
<CursorPos X="55" Y="296"/>
<UsageCount Value="10"/>
</Unit126>
<Unit127>
<Filename Value="C:\fpcupsystems\stablespecial\lazarus\components\debuggerintf\ideminilibc.pas"/>
<UnitName Value="IDEMiniLibC"/>
<EditorIndex Value="-1"/>
<TopLine Value="48"/>
<CursorPos X="32" Y="71"/>
<UsageCount Value="10"/>
</Unit127>
<Unit128>
<Filename Value="C:\fpcupsystems\stablespecial\lazarus\components\debuggerintf\dbgintfpseudoterminal.pas"/>
<UnitName Value="DbgIntfPseudoTerminal"/>
<EditorIndex Value="-1"/>
<TopLine Value="19"/>
<CursorPos X="11" Y="125"/>
<UsageCount Value="10"/>
</Unit128>
<Unit129>
<Filename Value="C:\fpcupsystems\stablespecial\lazarus\lcl\interfaces\carbon\carbonbars.pp"/>
<UnitName Value="CarbonBars"/>
<EditorIndex Value="-1"/>
<CursorPos X="2" Y="16"/>
<UsageCount Value="10"/>
</Unit129>
</Units>
<JumpHistory Count="12" HistoryIndex="11">
<Position1>
<Filename Value="sources\updeluxe\fpcupdeluxemainform.pas"/>
<Caret Line="4219" Column="22" TopLine="4212"/>
</Position1>
<Position2>
<Filename Value="sources\updeluxe\fpcupdeluxemainform.pas"/>
<Caret Line="4217" Column="23" TopLine="4212"/>
</Position2>
<Position3>
<Filename Value="sources\updeluxe\fpcupdeluxemainform.pas"/>
</Position3>
<Position4>
<Filename Value="sources\updeluxe\fpcupdeluxemainform.pas"/>
<Caret Line="373" Column="17" TopLine="357"/>
</Position4>
<Position5>
<Filename Value="sources\updeluxe\fpcupdeluxemainform.pas"/>
<Caret Line="2675" TopLine="2648"/>
</Position5>
<Position6>
<Filename Value="sources\updeluxe\fpcupdeluxemainform.pas"/>
<Caret Line="374" TopLine="357"/>
</Position6>
<Position7>
<Filename Value="sources\updeluxe\fpcupdeluxemainform.pas"/>
<Caret Line="375" Column="23" TopLine="357"/>
</Position7>
<Position8>
<Filename Value="sources\updeluxe\fpcupdeluxemainform.pas"/>
<Caret Line="2679" TopLine="2650"/>
</Position8>
<Position9>
<Filename Value="sources\updeluxe\fpcupdeluxemainform.pas"/>
</Position9>
<Position10>
<Filename Value="sources\updeluxe\fpcupdeluxemainform.pas"/>
<Caret Line="360" Column="19" TopLine="359"/>
</Position10>
<Position11>
<Filename Value="sources\updeluxe\fpcupdeluxemainform.pas"/>
</Position11>
<Position12>
<Filename Value="up.lpr"/>
<Caret Line="227" TopLine="196"/>
</Position12>
</JumpHistory>
<RunParams>
<FormatVersion Value="2"/>
<Modes ActiveMode="default"/>
</RunParams>
</ProjectSession>
</CONFIG>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Pascal
1
https://gitee.com/laogg/fpcupdeluxe.git
[email protected]:laogg/fpcupdeluxe.git
laogg
fpcupdeluxe
fpcupdeluxe
master

搜索帮助