examples: fixed out of the box compilation by adding a global package links

git-svn-id: trunk@10570 -
This commit is contained in:
vincents 2007-02-02 14:50:20 +00:00
parent 7bb39a459a
commit aad5b6502d
5 changed files with 24 additions and 1 deletions

2
.gitattributes vendored
View File

@ -1017,6 +1017,7 @@ examples/anchordocking/dockform1unit.lfm svneol=native#text/plain
examples/anchordocking/dockform1unit.lrs svneol=native#text/plain
examples/anchordocking/dockform1unit.pas svneol=native#text/plain
examples/anchordocking/dockform2unit.lfm svneol=native#text/plain
examples/anchordocking/dockform2unit.lrs svneol=native#text/plain
examples/anchordocking/dockform2unit.pas svneol=native#text/plain
examples/anchordocking/docking1.lpi svneol=native#text/plain
examples/anchordocking/docking1.lpr svneol=native#text/plain
@ -2785,6 +2786,7 @@ packager/basepkgmanager.pas svneol=native#text/pascal
packager/brokendependenciesdlg.pas svneol=native#text/pascal
packager/globallinks/README.txt svneol=native#text/plain
packager/globallinks/demopackagewithhelp-0.lpl svneol=native#text/plain
packager/globallinks/designbaseclassdemopkg-0.lpl svneol=native#text/plain
packager/globallinks/fpcunitconsolerunner-1.lpl svneol=native#text/plain
packager/globallinks/h2paswizard-0.lpl svneol=native#text/plain
packager/globallinks/lazcustomform-0.lpl svneol=native#text/plain

View File

@ -0,0 +1,13 @@
LazarusResources.Add('TDockFormX','FORMDATA',[
'TPF0'#10'TDockFormX'#9'DockFormX'#4'Left'#3#234#1#6'Height'#2''#3'Top'#3#215
+#0#5'Width'#3#224#0#18'HorzScrollBar.Page'#3#223#0#18'VertScrollBar.Page'#2
+'~'#13'ActiveControl'#7#7'Button1'#7'Caption'#6#9'DockFormX'#28'ChildSizing.'
+'LeftRightSpacing'#2#1#28'ChildSizing.TopBottomSpacing'#2#1#8'OnCreate'#7#10
+'FormCreate'#7'OnPaint'#7#9'FormPaint'#9'PopupMenu'#7#10'PopupMenu1'#0#7'TBu'
+'tton'#7'Button1'#4'Left'#2#24#6'Height'#2#25#3'Top'#2'0'#5'Width'#2'K'#25'B'
+'orderSpacing.InnerBorder'#2#4#7'Caption'#6#7'Button1'#8'TabOrder'#2#0#0#0#9
+'TGroupBox'#9'GroupBox1'#4'Left'#2'v'#6'Height'#2'}'#3'Top'#2#1#5'Width'#2'i'
+#5'Align'#7#7'alRight'#7'Caption'#6#9'GroupBox1'#8'TabOrder'#2#1#0#0#10'TPop'
+'upMenu'#10'PopupMenu1'#4'left'#2'V'#3'top'#2'4'#0#9'TMenuItem'#12'HideMenuI'
+'tem'#7'Caption'#6#4'Hide'#7'OnClick'#7#17'HideMenuItemClick'#0#0#0#0
]);

View File

@ -15,7 +15,7 @@
Author: Mattias Gaertner
Abtract:
Registers a new designer base class (like TForm or TDataModul) in the IDE.
Registers a new designer base class (like TForm or TDataModule) in the IDE.
}
unit CustomComponentClass;

View File

@ -0,0 +1 @@
$(LazarusDir)/examples/designerbaseclass/designbaseclassdemopkg.lpk

View File

@ -61,6 +61,13 @@
<CodeGeneration>
<Generate Value="Faster"/>
</CodeGeneration>
<Linking>
<Debugging>
<UseLineInfoUnit Value="False"/>
<StripSymbols Value="True"/>
</Debugging>
<LinkSmart Value="True"/>
</Linking>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>