forked from KL0nLutiy/sgminer-kl
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
819 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CONFIG> | ||
<ProjectOptions> | ||
<Version Value="10"/> | ||
<PathDelim Value="\"/> | ||
<General> | ||
<SessionStorage Value="InProjectDir"/> | ||
<MainUnit Value="0"/> | ||
<Title Value="Includer"/> | ||
<ResourceType Value="res"/> | ||
<UseXPManifest Value="True"/> | ||
<Icon Value="0"/> | ||
</General> | ||
<i18n> | ||
<EnableI18N LFM="False"/> | ||
</i18n> | ||
<VersionInfo> | ||
<StringTable ProductVersion=""/> | ||
</VersionInfo> | ||
<BuildModes Count="1"> | ||
<Item1 Name="Default" Default="True"/> | ||
</BuildModes> | ||
<PublishOptions> | ||
<Version Value="2"/> | ||
</PublishOptions> | ||
<RunParams> | ||
<local> | ||
<FormatVersion Value="1"/> | ||
</local> | ||
</RunParams> | ||
<RequiredPackages Count="1"> | ||
<Item1> | ||
<PackageName Value="LCL"/> | ||
</Item1> | ||
</RequiredPackages> | ||
<Units Count="2"> | ||
<Unit0> | ||
<Filename Value="Includer.lpr"/> | ||
<IsPartOfProject Value="True"/> | ||
</Unit0> | ||
<Unit1> | ||
<Filename Value="unit1.pas"/> | ||
<IsPartOfProject Value="True"/> | ||
<ComponentName Value="Form1"/> | ||
<HasResources Value="True"/> | ||
<ResourceBaseClass Value="Form"/> | ||
<UnitName Value="Unit1"/> | ||
</Unit1> | ||
</Units> | ||
</ProjectOptions> | ||
<CompilerOptions> | ||
<Version Value="11"/> | ||
<PathDelim Value="\"/> | ||
<Target> | ||
<Filename Value="Includer"/> | ||
</Target> | ||
<SearchPaths> | ||
<IncludeFiles Value="$(ProjOutDir)"/> | ||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> | ||
</SearchPaths> | ||
<Linking> | ||
<Options> | ||
<Win32> | ||
<GraphicApplication Value="True"/> | ||
</Win32> | ||
</Options> | ||
</Linking> | ||
</CompilerOptions> | ||
<Debugging> | ||
<Exceptions Count="3"> | ||
<Item1> | ||
<Name Value="EAbort"/> | ||
</Item1> | ||
<Item2> | ||
<Name Value="ECodetoolError"/> | ||
</Item2> | ||
<Item3> | ||
<Name Value="EFOpenError"/> | ||
</Item3> | ||
</Exceptions> | ||
</Debugging> | ||
</CONFIG> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
program Includer; | ||
|
||
{$mode objfpc}{$H+} | ||
|
||
uses | ||
{$IFDEF UNIX}{$IFDEF UseCThreads} | ||
cthreads, | ||
{$ENDIF}{$ENDIF} | ||
Interfaces, // this includes the LCL widgetset | ||
Forms, Unit1 | ||
{ you can add units after this }; | ||
|
||
{$R *.res} | ||
|
||
begin | ||
RequireDerivedFormResource:=True; | ||
Application.Initialize; | ||
Application.CreateForm(TForm1, Form1); | ||
Application.Run; | ||
end. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,163 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CONFIG> | ||
<ProjectSession> | ||
<PathDelim Value="\"/> | ||
<Version Value="10"/> | ||
<BuildModes Active="Default"/> | ||
<Units Count="3"> | ||
<Unit0> | ||
<Filename Value="Includer.lpr"/> | ||
<IsPartOfProject Value="True"/> | ||
<EditorIndex Value="-1"/> | ||
<WindowIndex Value="-1"/> | ||
<TopLine Value="-1"/> | ||
<CursorPos X="-1" Y="-1"/> | ||
<UsageCount Value="20"/> | ||
</Unit0> | ||
<Unit1> | ||
<Filename Value="unit1.pas"/> | ||
<IsPartOfProject Value="True"/> | ||
<ComponentName Value="Form1"/> | ||
<HasResources Value="True"/> | ||
<ResourceBaseClass Value="Form"/> | ||
<UnitName Value="Unit1"/> | ||
<IsVisibleTab Value="True"/> | ||
<TopLine Value="39"/> | ||
<CursorPos X="3" Y="89"/> | ||
<UsageCount Value="20"/> | ||
<Loaded Value="True"/> | ||
<LoadedDesigner Value="True"/> | ||
</Unit1> | ||
<Unit2> | ||
<Filename Value="C:\lazarus\fpc\3.0.2\source\rtl\objpas\classes\stringl.inc"/> | ||
<EditorIndex Value="1"/> | ||
<TopLine Value="1500"/> | ||
<CursorPos X="14" Y="1499"/> | ||
<UsageCount Value="10"/> | ||
<Loaded Value="True"/> | ||
</Unit2> | ||
</Units> | ||
<JumpHistory Count="30" HistoryIndex="29"> | ||
<Position1> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="35" Column="35" TopLine="8"/> | ||
</Position1> | ||
<Position2> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="72" Column="31" TopLine="34"/> | ||
</Position2> | ||
<Position3> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="37" Column="14" TopLine="11"/> | ||
</Position3> | ||
<Position4> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="71" Column="14" TopLine="39"/> | ||
</Position4> | ||
<Position5> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="74" Column="98" TopLine="39"/> | ||
</Position5> | ||
<Position6> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="49" Column="24" TopLine="39"/> | ||
</Position6> | ||
<Position7> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="71" TopLine="39"/> | ||
</Position7> | ||
<Position8> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="38" TopLine="11"/> | ||
</Position8> | ||
<Position9> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="39" TopLine="11"/> | ||
</Position9> | ||
<Position10> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="40" TopLine="11"/> | ||
</Position10> | ||
<Position11> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="42" TopLine="11"/> | ||
</Position11> | ||
<Position12> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="44" TopLine="11"/> | ||
</Position12> | ||
<Position13> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="38" TopLine="11"/> | ||
</Position13> | ||
<Position14> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="47" TopLine="11"/> | ||
</Position14> | ||
<Position15> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="42" Column="50" TopLine="30"/> | ||
</Position15> | ||
<Position16> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="71" TopLine="36"/> | ||
</Position16> | ||
<Position17> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="69" Column="13" TopLine="36"/> | ||
</Position17> | ||
<Position18> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="74" TopLine="36"/> | ||
</Position18> | ||
<Position19> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="75" TopLine="36"/> | ||
</Position19> | ||
<Position20> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="77" TopLine="36"/> | ||
</Position20> | ||
<Position21> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="78" TopLine="36"/> | ||
</Position21> | ||
<Position22> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="79" TopLine="36"/> | ||
</Position22> | ||
<Position23> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="80" TopLine="36"/> | ||
</Position23> | ||
<Position24> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="82" TopLine="36"/> | ||
</Position24> | ||
<Position25> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="83" TopLine="36"/> | ||
</Position25> | ||
<Position26> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="80" TopLine="36"/> | ||
</Position26> | ||
<Position27> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="82" TopLine="36"/> | ||
</Position27> | ||
<Position28> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="83" TopLine="36"/> | ||
</Position28> | ||
<Position29> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="66" Column="24" TopLine="36"/> | ||
</Position29> | ||
<Position30> | ||
<Filename Value="unit1.pas"/> | ||
<Caret Line="83" Column="16" TopLine="39"/> | ||
</Position30> | ||
</JumpHistory> | ||
</ProjectSession> | ||
</CONFIG> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CONFIG> | ||
<ProjectOptions> | ||
<Version Value="10"/> | ||
<PathDelim Value="\"/> | ||
<General> | ||
<SessionStorage Value="InProjectDir"/> | ||
<MainUnit Value="0"/> | ||
<Title Value="Includer"/> | ||
<ResourceType Value="res"/> | ||
<UseXPManifest Value="True"/> | ||
<Icon Value="0"/> | ||
</General> | ||
<i18n> | ||
<EnableI18N LFM="False"/> | ||
</i18n> | ||
<VersionInfo> | ||
<StringTable ProductVersion=""/> | ||
</VersionInfo> | ||
<BuildModes Count="1"> | ||
<Item1 Name="Default" Default="True"/> | ||
</BuildModes> | ||
<PublishOptions> | ||
<Version Value="2"/> | ||
</PublishOptions> | ||
<RunParams> | ||
<local> | ||
<FormatVersion Value="1"/> | ||
</local> | ||
</RunParams> | ||
<RequiredPackages Count="1"> | ||
<Item1> | ||
<PackageName Value="LCL"/> | ||
</Item1> | ||
</RequiredPackages> | ||
<Units Count="2"> | ||
<Unit0> | ||
<Filename Value="Includer.lpr"/> | ||
<IsPartOfProject Value="True"/> | ||
</Unit0> | ||
<Unit1> | ||
<Filename Value="unit1.pas"/> | ||
<IsPartOfProject Value="True"/> | ||
<ComponentName Value="Form1"/> | ||
<ResourceBaseClass Value="Form"/> | ||
<UnitName Value="Unit1"/> | ||
</Unit1> | ||
</Units> | ||
</ProjectOptions> | ||
<CompilerOptions> | ||
<Version Value="11"/> | ||
<PathDelim Value="\"/> | ||
<Target> | ||
<Filename Value="Includer"/> | ||
</Target> | ||
<SearchPaths> | ||
<IncludeFiles Value="$(ProjOutDir)"/> | ||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> | ||
</SearchPaths> | ||
<Linking> | ||
<Options> | ||
<Win32> | ||
<GraphicApplication Value="True"/> | ||
</Win32> | ||
</Options> | ||
</Linking> | ||
</CompilerOptions> | ||
<Debugging> | ||
<Exceptions Count="3"> | ||
<Item1> | ||
<Name Value="EAbort"/> | ||
</Item1> | ||
<Item2> | ||
<Name Value="ECodetoolError"/> | ||
</Item2> | ||
<Item3> | ||
<Name Value="EFOpenError"/> | ||
</Item3> | ||
</Exceptions> | ||
</Debugging> | ||
</CONFIG> |
Oops, something went wrong.