mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-21 06:14:08 -06:00
Doc: Using theIDE as a Cross Development Tool now posses table of contents (Ide).
git-svn-id: svn://ultimatepp.org/upp/trunk@15093 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b85e63eae3
commit
4eefec9272
2 changed files with 38 additions and 23 deletions
|
|
@ -1,8 +1,7 @@
|
|||
topic "Using theIDE as a Cross Development Tool";
|
||||
[2 $$0,0#00000000000000000000000000000000:Default]
|
||||
[l288;i1120;a17;O9;~~~.1408;2 $$1,0#10431211400427159095818037425705:param]
|
||||
[a83;*R6 $$2,5#31310162474203024125188417583966:caption]
|
||||
[b83;*4 $$3,5#07864147445237544204411237157677:title]
|
||||
[H4;b83;*4 $$3,5#07864147445237544204411237157677:title]
|
||||
[i288;O9;C2 $$4,6#40027414424643823182269349404212:item]
|
||||
[b42;a42;ph2 $$5,5#45413000475342174754091244180557:text]
|
||||
[l288;b17;a17;2 $$6,6#27521748481378242620020725143825:desc]
|
||||
|
|
@ -21,8 +20,25 @@ topic "Using theIDE as a Cross Development Tool";
|
|||
[2 $$19,0#53580023442335529039900623488521:gap]
|
||||
[t4167;C2 $$20,20#70211524482531209251820423858195:class`-nested]
|
||||
[b50;2 $$21,21#03324558446220344731010354752573:Par]
|
||||
[2 $$0,0#00000000000000000000000000000000:Default]
|
||||
[{_}%EN-US
|
||||
[s2; Using TheIDE as a Cross Development Tool&]
|
||||
[s3; Table of contents&]
|
||||
[s0; &]
|
||||
[s0; [^topic`:`/`/ide`/app`/CrossComp`_en`-gb`#1^ 1. Introduction]&]
|
||||
[s0; [^topic`:`/`/ide`/app`/CrossComp`_en`-gb`#2^ 2. Create an empty
|
||||
package within MyApps]&]
|
||||
[s0; [^topic`:`/`/ide`/app`/CrossComp`_en`-gb`#3^ 3. Create a macro
|
||||
file for the <name> package]&]
|
||||
[s0; [^topic`:`/`/ide`/app`/CrossComp`_en`-gb`#4^ 4. Running the Cross`-Compile]&]
|
||||
[s0; [^topic`:`/`/ide`/app`/CrossComp`_en`-gb`#5^ 5. Adding Files and
|
||||
Spacers]&]
|
||||
[s0; [^topic`:`/`/ide`/app`/CrossComp`_en`-gb`#6^ 6. Open File or
|
||||
Open Edited Files Warning]&]
|
||||
[s0; [^topic`:`/`/ide`/app`/CrossComp`_en`-gb`#7^ 7. Incorporation
|
||||
into TheIDE]&]
|
||||
[s0; &]
|
||||
[s3;:1: 1. Introduction&]
|
||||
[s5; By turning off many of the features of TheIDE it can be used
|
||||
as a cross development tool which uses pre`-defined external
|
||||
makefiles. This is especially useful when moving applications
|
||||
|
|
@ -36,7 +52,7 @@ to get a valid compilation.&]
|
|||
[s5; It should be noted that the following will only work with versions
|
||||
of TheIDE from 602 onwards. This is because it requires additional
|
||||
standard library functions not implemented in previous versions.&]
|
||||
[s3; 1. Create an empty package within MyApps&]
|
||||
[s3;:2: 2. Create an empty package within MyApps&]
|
||||
[s5; Start TheIDE and create a new package. Define the <name> of
|
||||
the package and select an `'empty`' package. Immediately the
|
||||
package has been created load and edit the <name>.upp file in
|
||||
|
|
@ -50,8 +66,7 @@ the lines:&]
|
|||
can be found and that the <name>.upp file is recognized and has
|
||||
the correct syntax. Without the two lines above TheIDE will
|
||||
not find the package.&]
|
||||
[s0;3 &]
|
||||
[s3; 2. Create a macro file for the <name> package&]
|
||||
[s3;:3: 3. Create a macro file for the <name> package&]
|
||||
[s0; &]
|
||||
[s5; With the <name> package open under TheIDE create a new file
|
||||
with the extension usc... I suggest macro.usc. This will be the
|
||||
|
|
@ -90,7 +105,7 @@ not having to be edited.&]
|
|||
file path and other environmental variable names have been set
|
||||
from the previous cross development application. This is not
|
||||
part of the function of TheIDE.&]
|
||||
[s3; 3. Running the Cross`-Compile&]
|
||||
[s3;:4: 4. Running the Cross`-Compile&]
|
||||
[s5; The `'macro`' menu item will appear sometime on the menu bar.
|
||||
You may have to close and reopen the package for it to appear
|
||||
for the first time. Click on `'macro`' and then the required
|
||||
|
|
@ -100,22 +115,21 @@ body will be executed which will in this case invoke the application
|
|||
make facility. Errors will be displayed in the bottom window.
|
||||
Any errors can be located by clicking the left mouse button on
|
||||
the error line as with the normal TheIDE operation.&]
|
||||
[s3; 4. Adding Files and Spacers&]
|
||||
[s3;:5: 5. Adding Files and Spacers&]
|
||||
[s5; Files and spacers can be added in the normal way by clicking
|
||||
the right mouse button in the files window at the left side of
|
||||
the screen. These however will have no association with the external
|
||||
makefiles.&]
|
||||
[s3; 5. Open File or Open Edited Files Warning.&]
|
||||
[s3;:6: 6. Open File or Open Edited Files Warning&]
|
||||
[s5; I am unsure of what will happen with open / edited files with
|
||||
the external makefiles. When the inbuilt `'build`' is executed
|
||||
any open files are updated so that the changed will be compiled.
|
||||
This does not appear to be the case when the external makefile
|
||||
is used. It is recommended that all edited files are written
|
||||
back prior to invoking the macro.&]
|
||||
[s3; 6. Incorporation into TheIDE&]
|
||||
[s3;:7: 7. Incorporation into TheIDE&]
|
||||
[s5; When more knowledge of TheIDE is known it may be possible to
|
||||
incorporate such external make facilities such as WINAVR into
|
||||
its standard build features. There are mechanisms to select other
|
||||
compiler builds but the extensive windows library will need to
|
||||
be uncoupled. This however is a future project.&]
|
||||
[s0; ]]
|
||||
be uncoupled. This however is a future project.]]
|
||||
|
|
@ -1,15 +1,16 @@
|
|||
TITLE("Using theIDE as a Cross Development Tool")
|
||||
COMPRESSED
|
||||
120,156,133,88,13,115,219,182,25,254,43,184,56,155,219,84,86,8,240,91,234,122,245,156,116,203,221,154,238,154,118,185,157,207,55,65,36,100,113,166,8,142,160,44,107,89,250,219,247,188,0,40,81,182,219,198,177,157,80,120,191,30,60,239,131,23,188,174,69,150,205,43,206,69,48,151,60,157,255,144,207,127,249,229,151,41,143,130,108,46,216,203,151,124,18,156,241,32,10,185,224,120,22,68,34,229,113,30,228,113,198,179,32,76,35,17,167,65,60,107,101,39,55,55,215,50,11,231,175,126,76,96,37,38,241,89,200,67,30,240,68,68,88,21,132,129,136,184,136,121,150,69,60,141,179,48,79,146,89,33,219,190,210,205,205,245,146,236,34,152,133,48,11,210,44,137,56,140,162,88,132,105,28,193,56,138,144,94,136,192,105,146,166,179,190,234,107,117,115,93,81,222,200,246,138,178,140,38,201,25,178,19,41,44,35,17,37,81,152,137,144,103,66,36,121,24,229,17,210,230,98,86,245,10,73,46,35,49,151,248,110,215,100,24,35,98,20,71,60,12,80,91,26,135,88,152,
|
||||
226,119,20,228,92,32,108,22,196,49,34,170,135,254,230,218,2,181,4,68,4,19,217,38,8,42,210,152,44,178,40,227,97,154,137,72,36,2,105,4,41,74,165,28,226,89,169,76,1,219,80,240,121,143,196,230,87,223,198,115,14,227,116,146,158,137,32,15,68,146,230,8,138,148,81,117,152,231,60,204,16,52,226,113,192,195,89,161,75,84,186,20,113,16,218,136,25,54,35,129,103,11,76,156,112,36,45,194,12,33,83,30,134,248,25,71,89,58,51,138,182,163,215,221,205,245,171,111,191,8,166,193,84,196,241,151,100,158,195,60,11,163,48,140,146,60,226,65,136,48,240,17,17,106,73,128,13,229,177,200,102,75,105,16,179,199,163,212,97,203,3,152,1,253,48,139,67,132,78,240,3,59,139,2,67,224,35,242,40,11,195,44,152,21,181,52,198,131,68,0,189,162,34,57,159,112,126,150,18,182,113,40,162,156,192,9,5,64,22,73,156,115,160,28,39,81,32,102,157,250,207,182,234,212,70,53,128,185,2,65,230,195,38,121,54,34,25,71,70,49,225,2,116,140,147,36,
|
||||
32,188,98,80,66,132,49,0,15,120,22,33,35,124,97,163,123,207,199,229,177,134,112,194,195,179,92,68,33,50,201,163,8,8,192,1,207,57,231,65,134,47,84,6,92,44,67,184,167,150,15,239,204,163,9,143,206,82,16,25,59,149,71,20,62,15,9,63,1,248,69,18,196,216,7,225,204,5,161,46,94,2,119,46,50,250,182,200,243,120,194,209,17,72,145,199,49,234,14,1,181,200,80,123,12,236,67,75,114,158,102,179,247,106,103,222,200,94,121,194,188,186,122,233,152,198,147,9,79,206,2,178,143,179,28,27,200,35,194,47,140,162,92,228,97,24,139,60,14,147,0,56,154,109,221,123,99,106,42,219,144,7,39,233,132,167,104,47,212,26,199,168,222,154,161,242,148,83,42,34,203,19,66,193,59,89,92,212,85,67,121,128,25,115,71,134,87,87,95,113,158,146,163,12,77,147,101,73,16,230,0,3,24,4,49,152,14,73,200,176,209,216,103,129,54,32,77,40,238,228,173,90,92,248,126,181,41,16,3,227,48,206,136,183,176,68,234,72,2,126,242,32,72,240,36,203,
|
||||
208,77,179,91,217,158,16,80,4,19,17,128,69,80,160,24,77,137,88,160,95,144,147,154,64,27,176,3,16,163,60,118,12,92,92,52,202,244,170,196,230,199,129,45,91,240,137,224,192,14,252,139,227,44,138,18,228,139,216,41,137,19,109,33,26,56,78,195,217,223,101,231,114,36,182,7,191,243,103,246,70,173,164,133,250,211,191,62,255,225,237,251,139,159,63,176,107,35,230,236,103,83,53,183,236,167,181,122,247,230,45,147,134,73,118,213,105,99,216,27,117,175,106,221,18,195,217,79,90,215,127,188,185,54,241,156,253,121,207,250,109,215,144,141,94,173,216,70,54,123,252,131,245,107,197,86,74,226,35,101,232,255,222,95,213,179,66,54,108,169,216,214,168,210,185,47,172,251,114,228,190,135,123,182,91,87,197,154,150,25,214,118,216,131,82,173,176,157,37,131,144,169,174,145,53,66,221,225,81,173,204,20,222,43,195,240,87,153,86,21,149,172,235,61,25,174,182,228,69,53,108,163,239,41,63,217,182,117,85,72,18,108,235,243,190,210,91,131,165,62,52,124,111,155,82,117,
|
||||
76,35,249,142,33,221,197,185,65,46,62,247,169,47,248,227,90,246,108,165,235,90,239,108,76,201,72,31,187,202,30,4,84,234,90,239,200,10,9,12,85,239,170,126,205,204,22,229,60,77,222,126,168,183,61,91,75,155,36,44,85,9,152,236,242,67,121,170,83,48,217,19,112,46,187,157,220,91,92,101,177,174,148,53,180,6,189,52,119,72,169,41,9,105,111,208,2,222,106,89,43,155,84,95,213,85,95,33,44,109,144,122,168,76,79,182,133,222,0,15,64,101,170,123,197,150,219,170,46,159,217,189,41,251,171,222,1,171,206,26,203,106,131,44,44,64,155,170,169,54,213,127,149,115,186,90,233,174,39,171,66,55,88,108,8,150,10,200,116,132,45,86,223,170,30,160,221,203,186,42,109,224,170,182,91,50,224,251,14,181,3,16,100,128,220,27,141,70,128,91,64,110,25,101,97,167,140,119,85,93,51,221,96,247,118,186,187,115,8,251,96,99,190,173,58,189,97,73,32,176,116,39,187,114,68,149,165,42,36,109,17,112,242,218,13,220,74,32,15,15,216,31,211,3,68,88,
|
||||
176,186,90,118,178,219,179,213,182,41,28,115,144,19,171,54,109,109,197,30,217,161,182,129,76,135,20,108,49,225,156,241,41,186,7,64,2,174,134,169,77,219,239,153,23,21,155,50,76,191,223,95,182,173,241,181,127,232,37,160,27,122,15,187,88,120,99,214,168,221,96,57,101,232,69,234,5,11,201,215,141,220,168,111,134,150,27,156,147,173,81,181,42,122,10,188,56,183,161,23,231,35,23,239,54,27,240,12,206,1,225,216,114,45,9,27,52,141,11,13,0,180,44,173,63,75,203,99,200,233,182,109,45,65,9,128,81,38,37,160,44,112,116,83,11,30,149,132,34,174,44,116,178,134,227,114,79,152,25,106,118,128,110,205,73,172,205,204,3,193,240,155,125,250,68,211,65,240,53,206,150,249,55,24,81,146,57,20,42,152,131,215,85,3,110,173,170,91,90,141,7,246,207,226,5,190,254,68,63,231,55,159,63,123,63,254,215,85,173,141,3,165,83,104,244,102,92,49,50,179,156,232,33,186,230,72,53,95,205,0,139,87,173,149,134,68,88,71,143,22,142,208,48,8,82,232,
|
||||
219,6,13,225,150,18,164,180,178,208,29,65,195,204,190,233,229,3,226,126,244,173,79,31,246,59,237,32,96,114,169,239,71,210,1,158,19,108,216,240,242,36,109,87,123,200,60,211,196,145,105,0,8,154,234,178,65,47,62,83,142,199,109,80,52,106,158,103,106,182,72,57,73,244,217,156,208,209,250,223,13,182,164,108,141,237,245,173,41,166,211,41,123,7,69,186,189,5,168,46,157,41,61,118,72,219,154,150,142,190,163,84,119,86,229,32,222,246,3,223,214,110,101,169,27,117,172,175,109,59,221,118,196,93,103,110,28,3,225,217,250,25,248,136,210,55,67,95,168,7,73,29,75,212,134,128,28,85,192,81,148,86,188,253,112,197,188,140,227,73,45,155,219,173,37,199,123,40,144,93,176,56,127,251,160,138,109,175,208,70,191,170,14,110,247,173,156,148,199,40,86,167,228,189,132,210,45,93,191,28,164,106,164,77,35,161,61,178,119,104,130,111,191,192,4,76,83,240,20,99,245,151,174,15,174,95,121,248,110,22,47,190,199,121,114,185,120,193,46,49,247,124,117,201,22,159,
|
||||
252,22,95,252,207,103,253,197,226,69,49,123,13,165,190,221,189,94,86,141,251,87,40,22,23,116,18,77,213,3,10,188,184,98,37,150,236,1,176,121,141,6,235,59,28,195,139,139,213,211,167,175,201,72,214,18,0,99,191,22,47,190,156,251,112,139,207,35,106,61,74,241,74,183,251,191,85,75,51,100,25,60,147,37,163,52,91,155,206,49,168,42,187,94,27,64,253,26,223,170,204,48,65,78,229,51,73,141,242,56,41,187,253,45,95,225,239,250,90,124,126,162,39,63,17,189,170,110,224,54,163,190,41,193,16,183,11,231,131,90,84,205,189,190,195,7,203,189,103,144,219,29,44,184,83,123,131,56,119,116,188,118,244,121,129,201,228,110,224,226,209,233,20,227,134,106,14,142,236,248,84,215,78,78,6,200,14,100,28,72,104,21,141,132,2,55,8,213,211,176,224,142,26,215,34,35,166,218,46,217,162,197,90,137,46,166,120,174,159,43,8,225,193,218,88,13,145,116,84,111,72,205,72,164,198,163,20,122,139,242,176,113,255,169,183,94,177,20,29,219,154,145,80,119,173,238,
|
||||
168,87,247,122,139,217,106,215,156,120,50,118,6,28,117,52,5,179,43,159,142,133,170,185,175,58,221,208,191,167,163,141,112,122,233,59,156,202,26,52,239,242,31,63,62,227,101,80,183,143,239,222,99,193,160,254,167,131,145,109,14,246,151,171,43,63,160,0,67,74,216,141,94,222,1,210,174,181,157,68,188,2,158,116,148,119,184,31,18,245,50,34,237,121,172,30,8,61,59,161,185,41,240,120,234,14,83,238,225,136,25,47,63,30,173,135,245,150,121,126,195,33,143,134,52,197,213,79,163,105,103,207,21,76,77,88,242,29,241,181,222,79,108,174,36,230,228,3,127,105,179,23,231,157,214,61,120,121,140,0,50,219,201,4,15,177,123,107,59,244,201,147,131,115,180,216,78,217,238,136,115,91,75,179,184,163,39,37,247,1,231,97,83,250,65,227,153,106,80,4,81,223,93,219,204,160,223,7,112,232,248,59,78,199,232,43,154,68,224,216,67,123,89,27,109,107,54,26,4,246,130,239,72,177,56,31,207,252,115,111,238,14,113,215,145,114,219,107,202,116,186,148,84,191,141,103,
|
||||
187,225,184,223,35,218,97,48,188,151,224,41,169,56,33,111,40,47,229,118,194,96,172,181,227,166,133,104,24,8,159,242,111,148,209,241,132,160,18,91,233,198,102,215,149,190,75,79,207,4,156,243,225,148,253,184,109,154,65,42,236,221,12,202,237,104,58,234,138,197,185,85,17,212,132,168,91,70,247,122,215,154,136,175,164,3,171,175,8,48,143,54,173,90,202,206,53,49,93,29,108,105,64,172,248,141,225,201,226,78,99,161,30,252,14,205,231,228,145,34,224,224,38,113,163,64,199,164,28,191,189,179,225,196,28,9,31,121,236,182,80,169,126,74,167,5,93,154,122,220,77,220,197,206,26,193,4,78,33,164,19,119,156,124,127,152,2,10,105,212,132,85,43,74,236,113,99,121,65,117,179,177,42,71,114,187,212,24,74,135,129,99,32,175,191,133,218,199,99,247,94,145,29,213,70,90,104,91,127,37,11,215,251,236,109,215,233,238,56,240,148,149,105,107,185,119,119,6,50,93,234,190,215,180,47,77,73,83,201,37,238,206,202,153,248,19,164,214,133,29,194,31,159,16,181,90,
|
||||
65,61,52,97,177,220,194,71,51,108,163,53,247,26,109,142,218,212,96,22,2,121,253,24,135,93,236,142,119,46,144,42,66,108,220,125,224,252,59,123,39,165,221,249,128,45,134,250,123,74,29,159,27,247,124,200,16,227,251,177,30,31,102,71,23,207,71,25,119,213,237,250,81,202,195,156,230,175,193,132,1,243,67,181,173,207,84,229,161,159,49,154,97,23,237,85,24,14,214,254,30,106,129,181,60,109,64,64,99,52,46,255,118,31,78,198,210,71,111,11,124,205,241,148,253,64,108,254,206,206,140,0,205,254,239,173,149,22,95,238,71,105,95,108,28,110,166,76,110,48,15,27,220,138,41,173,29,201,179,207,160,37,91,27,212,118,200,107,47,81,236,120,197,255,181,108,28,31,233,195,170,161,139,119,143,38,177,23,112,52,201,72,69,153,125,175,66,190,157,75,146,246,109,91,90,114,64,254,14,183,145,2,34,125,75,188,245,148,243,231,215,48,140,150,90,57,177,241,221,234,4,209,26,18,171,15,58,254,36,81,55,44,91,53,199,5,221,223,113,112,133,108,202,225,126,78,
|
||||
131,251,73,213,148,226,174,171,122,220,11,32,44,232,85,156,240,186,115,83,1,154,231,100,216,25,54,37,193,189,225,48,50,184,23,7,135,23,48,135,247,47,246,141,14,156,223,53,122,135,210,110,213,248,5,147,177,143,155,95,121,255,49,158,71,158,190,144,25,58,151,198,0,251,41,90,200,141,9,46,15,58,42,15,211,214,233,91,146,225,37,13,21,189,81,180,11,149,217,216,151,35,254,26,238,206,146,195,56,97,173,13,117,194,248,246,116,175,124,31,152,195,205,226,100,156,162,247,102,168,96,219,214,254,208,71,185,67,47,216,87,81,171,45,101,3,164,245,191,17,212,223,17,217,205,205,255,1,77,151,52,183,
|
||||
120,156,157,88,13,119,219,182,21,253,43,56,113,54,183,169,44,19,224,183,212,245,212,115,210,53,231,172,233,78,147,46,103,199,199,174,32,18,178,57,83,4,71,80,86,180,44,253,237,187,15,0,37,218,78,211,101,113,108,39,20,240,62,238,187,239,226,129,23,181,200,178,121,197,185,8,230,146,167,243,31,243,249,175,191,254,58,229,81,144,205,5,123,250,148,79,130,35,30,68,33,23,28,207,130,72,164,60,206,131,60,206,120,22,132,105,36,226,52,136,103,173,236,228,250,242,66,102,225,252,217,79,9,118,137,73,124,20,242,144,7,60,17,17,86,5,97,32,34,46,98,158,101,17,79,227,44,204,147,100,86,200,182,175,116,115,121,241,125,52,95,210,214,8,59,67,236,12,210,44,137,56,246,69,177,8,211,56,194,254,40,66,132,33,124,167,73,154,206,250,170,175,213,229,69,69,161,35,224,115,10,52,154,36,71,8,80,164,216,25,137,40,137,194,76,132,60,19,34,201,195,40,143,16,57,23,179,170,87,136,115,25,137,185,196,119,123,67,27,99,120,140,226,136,135,1,
|
||||
210,75,227,16,11,83,252,142,130,156,11,184,205,130,56,134,71,245,174,191,188,176,88,45,129,18,33,69,123,19,56,21,105,76,59,178,40,227,97,154,137,72,36,2,97,4,41,178,165,24,226,89,169,76,129,189,161,224,243,30,129,205,207,191,141,231,28,155,211,73,122,36,130,60,16,73,154,195,41,66,70,214,97,158,243,48,131,211,136,199,1,15,103,133,46,145,233,82,196,65,104,61,102,168,71,2,203,22,152,56,225,8,90,132,25,92,166,60,12,241,51,142,178,116,102,20,85,164,215,221,229,197,179,111,191,8,166,193,84,196,241,151,180,61,199,246,44,140,194,48,74,242,136,7,33,220,192,70,68,168,37,1,106,202,99,145,205,150,210,192,103,143,71,169,195,150,7,216,6,244,195,44,14,225,58,193,15,20,23,9,134,192,71,228,81,22,134,89,48,43,106,105,140,7,137,0,122,70,73,114,62,225,252,40,37,108,227,80,68,57,129,19,10,128,44,146,56,231,64,57,78,162,64,204,58,245,175,77,213,169,181,106,0,115,5,142,204,135,34,121,66,34,24,199,71,49,
|
||||
225,2,140,140,147,36,32,188,98,80,66,132,49,0,15,120,22,33,34,124,161,208,189,167,228,242,144,67,56,225,225,81,46,162,16,145,228,81,4,4,96,128,231,156,243,32,195,23,50,3,46,150,33,220,83,203,187,119,219,163,9,143,142,82,112,25,149,202,35,114,159,135,132,159,0,252,34,9,98,212,65,184,237,130,80,23,79,129,59,23,25,125,91,228,121,60,225,104,10,132,200,227,24,121,135,128,90,100,200,61,6,246,161,37,57,79,179,217,43,181,53,207,101,175,60,97,158,157,63,117,76,227,201,132,39,71,1,237,143,179,28,5,228,17,225,23,70,81,46,242,48,140,69,30,135,73,0,28,205,166,238,253,102,106,42,219,147,123,35,233,132,167,104,47,228,26,199,200,222,110,67,230,41,167,80,68,150,39,132,130,55,178,56,169,171,134,226,0,51,230,142,12,207,206,191,226,60,37,67,25,154,38,203,146,32,204,1,6,48,8,98,48,29,170,144,161,208,168,179,64,27,144,44,20,183,242,90,45,78,124,191,218,16,136,129,113,24,103,196,91,236,68,232,8,2,118,
|
||||
242,32,72,240,36,203,208,77,179,107,217,222,35,160,8,38,34,0,139,32,66,49,154,18,190,64,191,32,39,65,129,54,160,2,208,163,60,118,12,92,156,52,202,244,170,68,241,227,192,166,45,248,68,112,96,7,254,197,113,22,69,9,226,133,239,148,244,137,74,136,6,142,211,112,246,55,217,185,24,137,237,193,239,252,153,61,87,43,105,161,126,255,203,135,63,188,120,117,242,243,107,118,97,196,156,253,108,170,230,154,189,185,81,47,159,191,96,210,48,201,206,59,109,12,123,174,238,84,173,91,98,56,123,163,117,253,199,203,11,19,206,217,27,185,172,21,211,43,86,232,166,199,103,134,158,7,115,230,127,93,92,245,186,173,138,197,108,113,186,56,173,74,181,56,149,109,187,56,181,38,207,245,186,93,252,162,154,197,201,245,114,113,196,175,24,159,178,151,77,223,233,114,83,88,97,253,108,27,226,138,137,41,226,85,32,32,147,13,83,235,182,223,49,95,70,182,173,250,155,170,97,63,236,206,218,214,124,190,241,240,138,133,7,227,108,45,139,78,179,85,133,236,87,186,99,253,
|
||||
141,98,95,55,114,173,190,25,252,125,190,135,232,138,69,83,246,211,166,105,168,4,100,209,46,90,156,208,50,56,250,124,139,241,21,139,167,236,172,44,201,224,119,48,129,122,54,37,123,141,16,85,247,127,96,144,92,177,100,202,126,108,85,99,173,49,134,204,237,255,94,148,80,142,210,187,120,43,59,202,224,243,205,167,87,44,37,14,20,186,107,53,14,0,144,128,85,77,175,61,29,47,71,220,10,231,51,62,123,200,24,250,32,158,179,63,239,88,191,177,33,128,152,43,84,170,217,17,67,9,208,21,170,183,129,62,208,255,61,199,171,158,21,224,202,82,177,141,65,10,150,242,133,165,124,57,162,124,15,202,179,237,77,85,220,208,50,195,218,14,186,80,170,21,36,166,100,56,92,85,215,200,26,174,110,21,81,194,76,97,189,50,12,127,149,105,85,81,201,186,222,209,198,213,134,172,0,176,181,190,163,248,128,68,93,21,54,83,107,243,174,210,27,131,165,222,53,108,111,154,82,117,76,35,248,142,33,220,197,177,97,123,64,166,62,225,183,55,178,7,11,235,90,111,173,79,
|
||||
201,232,204,238,42,59,159,80,170,55,122,75,187,16,192,144,53,53,3,51,27,164,243,56,120,251,161,222,244,236,70,218,32,177,83,161,190,110,249,62,61,213,41,108,217,17,112,46,186,173,220,89,92,101,113,83,41,187,209,110,232,165,185,117,180,131,9,191,161,5,188,21,9,7,5,213,87,117,213,87,112,75,5,82,239,42,211,211,222,2,204,232,20,160,50,213,157,98,203,77,85,151,31,169,222,148,125,175,183,192,202,53,160,172,214,136,194,2,180,174,154,106,93,253,91,57,163,43,180,104,239,85,10,139,141,35,22,216,75,216,98,245,181,234,1,218,157,172,171,210,58,174,106,91,146,1,223,151,200,29,128,32,2,196,222,104,98,122,79,144,91,70,89,216,41,226,109,85,215,76,55,168,222,86,119,183,14,97,239,108,204,183,85,167,215,44,9,4,150,110,101,87,142,168,178,84,133,164,18,1,39,63,79,0,55,244,46,133,130,250,152,30,32,98,7,171,171,101,39,187,29,91,109,154,194,49,7,49,177,106,221,214,118,0,65,116,200,109,32,211,62,132,169,111,27,49,
|
||||
251,159,69,210,167,255,186,151,64,111,56,18,80,200,98,16,193,70,109,135,157,83,134,35,130,218,97,44,133,190,235,6,227,180,215,168,90,21,61,57,94,28,91,215,139,227,145,137,151,235,53,168,6,227,64,113,188,243,70,18,60,232,27,231,26,24,104,89,90,123,150,153,7,151,211,77,219,58,85,70,22,163,72,74,160,89,96,162,164,46,60,28,112,228,113,101,209,147,53,12,151,59,130,205,80,191,3,119,187,157,102,8,51,243,64,144,242,176,247,239,105,104,13,190,198,200,51,255,6,147,115,2,133,35,85,90,203,10,194,213,172,170,107,47,83,246,207,226,9,190,254,68,63,231,151,31,62,120,59,254,215,121,173,141,3,165,83,154,84,116,148,49,34,179,180,232,49,11,152,3,219,238,31,49,131,112,173,52,84,194,26,122,176,112,132,134,129,147,66,95,55,232,9,183,148,32,165,149,16,91,130,134,153,93,211,203,119,240,251,214,119,63,125,216,111,181,131,128,201,165,190,27,169,7,168,78,176,161,224,229,189,176,61,201,194,217,231,29,150,35,101,39,61,163,214,249,
|
||||
72,186,22,36,39,136,62,144,123,76,180,246,183,195,94,210,181,198,118,250,198,20,211,41,78,10,232,209,245,53,240,116,225,76,233,177,3,217,166,179,116,204,29,133,186,181,26,7,233,182,31,248,166,118,43,75,221,168,67,126,109,219,233,182,35,218,186,237,198,145,15,150,173,157,129,138,72,125,61,180,132,122,39,169,95,137,213,144,143,131,6,56,118,210,138,23,175,207,153,23,113,60,169,101,115,189,177,188,120,5,253,177,11,22,199,47,222,169,98,211,43,116,208,111,106,131,43,188,21,147,242,224,197,170,148,188,147,208,185,165,107,149,189,80,141,148,105,36,179,7,226,14,252,255,246,11,220,201,232,94,54,197,69,239,75,215,2,23,207,60,124,151,139,39,63,224,52,57,91,60,97,103,152,196,191,58,99,139,247,190,196,39,255,241,81,127,177,120,82,204,78,161,211,215,219,211,101,213,184,127,133,98,113,66,231,208,84,189,67,130,39,231,172,196,146,29,0,54,167,52,96,118,56,132,23,39,171,199,79,79,105,147,172,37,0,70,189,22,79,190,156,123,119,139,15,15,
|
||||
6,210,81,136,231,186,221,253,181,90,154,33,202,224,35,81,50,10,179,181,225,28,156,170,178,235,181,1,212,167,248,86,101,134,59,205,84,126,36,168,81,28,247,210,110,63,101,43,252,93,91,139,15,143,164,228,13,209,171,234,6,110,51,234,155,18,12,113,85,56,30,132,162,106,238,244,45,62,88,238,60,131,92,117,176,224,86,237,12,252,220,210,225,218,209,231,5,230,146,219,129,139,7,163,83,12,27,170,217,27,178,195,83,93,59,37,25,32,219,147,113,32,161,21,51,210,8,220,105,85,79,163,130,59,101,92,139,140,152,106,187,100,131,22,107,37,186,152,252,185,126,174,160,129,251,221,198,106,136,164,131,122,77,66,70,250,52,30,164,208,91,20,135,245,251,15,189,241,98,165,232,208,214,172,218,15,151,138,237,244,6,147,213,182,185,103,201,216,9,112,212,209,228,204,174,124,60,20,170,230,174,234,116,67,255,158,142,10,225,164,210,119,56,165,53,104,222,217,223,127,250,136,149,65,221,222,190,124,133,5,131,240,223,31,139,108,115,176,191,156,159,251,241,4,24,82,
|
||||
192,110,240,242,6,16,118,173,237,28,226,21,240,94,71,121,131,187,33,80,47,35,210,30,197,234,29,161,103,231,51,55,3,30,14,220,97,198,221,159,46,227,229,135,83,117,191,222,50,207,23,28,242,104,72,83,92,254,52,152,118,246,72,193,204,132,37,223,17,95,235,221,196,198,74,98,78,54,240,151,138,189,56,238,180,238,193,203,131,7,144,217,14,37,120,136,234,221,216,145,79,222,59,51,71,139,237,140,237,78,55,87,90,154,196,29,61,41,184,215,56,10,155,210,207,24,31,201,6,73,16,245,221,139,4,51,232,247,30,28,58,249,14,179,49,250,74,217,235,207,0,237,89,109,180,205,217,232,181,26,4,223,145,98,113,60,158,248,231,126,187,59,191,93,71,202,77,175,41,210,233,82,82,254,214,159,237,134,67,189,71,180,195,88,120,39,193,83,82,113,66,222,80,92,202,85,194,96,168,181,195,166,133,104,24,7,31,243,111,20,209,225,132,160,20,91,233,134,102,215,149,190,75,239,159,9,56,234,163,217,167,111,173,163,198,88,28,91,33,65,90,112,188,97,244,178,
|
||||
201,117,39,66,80,210,225,213,87,132,153,7,156,86,45,101,231,250,152,238,14,54,59,128,86,124,98,116,178,208,211,80,168,7,187,67,255,57,133,36,15,56,187,73,223,200,209,33,40,71,113,111,108,56,52,71,218,71,22,187,13,132,170,159,210,129,65,183,166,30,151,19,119,179,179,155,176,5,70,161,165,19,119,162,252,176,31,4,10,105,212,132,85,43,10,236,97,111,121,77,117,147,177,42,71,138,187,212,24,73,135,153,99,224,175,191,134,218,199,99,243,94,148,29,219,70,114,104,187,127,37,11,215,254,236,69,215,233,238,48,243,148,149,105,107,185,115,151,6,218,186,212,125,175,169,46,77,73,131,201,25,46,207,202,109,241,135,72,173,11,59,130,63,60,36,106,181,130,128,104,194,98,185,129,141,102,40,163,221,238,101,218,28,228,169,193,56,4,254,250,73,14,85,236,14,151,46,240,42,158,125,234,221,133,103,213,225,185,113,207,135,32,49,191,31,82,242,158,182,116,249,124,16,116,87,93,223,60,136,122,152,214,252,85,152,96,96,126,170,182,41,154,170,220,119,53,
|
||||
6,52,20,210,94,135,97,224,198,223,69,45,182,150,170,13,56,104,140,46,42,87,138,123,195,233,131,55,6,62,237,100,246,25,175,88,134,251,41,147,107,204,197,6,119,99,10,108,75,50,237,99,104,105,171,117,107,219,228,212,75,21,59,92,244,127,43,30,71,74,250,176,106,232,250,221,163,83,236,53,28,157,50,82,83,102,223,174,144,109,103,146,36,126,211,150,150,33,144,193,253,133,164,128,88,95,19,121,61,239,252,57,54,12,165,165,86,78,116,124,203,58,97,180,27,137,218,123,61,127,20,168,27,154,173,170,227,154,238,175,57,184,69,54,229,112,75,167,1,254,94,214,20,226,182,171,122,220,15,160,46,104,88,156,244,186,115,211,1,58,232,222,208,51,148,37,157,125,242,213,212,254,69,140,125,181,3,251,183,141,222,34,187,107,53,126,211,100,236,227,230,55,94,132,140,71,147,199,111,102,134,14,166,137,192,126,138,86,114,19,131,139,131,78,205,253,224,117,255,117,201,240,182,134,242,94,43,42,68,101,214,246,45,137,191,140,187,99,101,63,89,216,221,134,218,97,
|
||||
124,145,186,83,190,25,204,254,146,113,111,178,162,23,104,200,96,211,214,254,252,71,186,67,67,216,119,82,171,13,69,3,176,245,63,225,116,122,121,249,95,130,189,21,246,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue