lazarus-ccr/components/nvidia-widgets/examples/widget_test.lpi
blaszijk d0340d13eb fixed images in documentation
removed footer date for the time being (to prevent too much changes in documentation)
implemented cleaning of GLUT bitmap font lists
removed unused function in uicontext class
renamed chm file
added missing documentation back in nvcontext.xml

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2254 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2012-01-12 15:15:59 +00:00

126 lines
3.5 KiB
XML

<?xml version="1.0"?>
<CONFIG>
<ProjectOptions>
<Version Value="9"/>
<PathDelim Value="\"/>
<General>
<Flags>
<MainUnitHasCreateFormStatements Value="False"/>
<MainUnitHasTitleStatement Value="False"/>
</Flags>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
<ResourceType Value="res"/>
<UseXPManifest Value="True"/>
</General>
<LazDoc Paths="..\fpdoc"/>
<i18n>
<EnableI18N LFM="False"/>
</i18n>
<VersionInfo>
<StringTable ProductVersion=""/>
</VersionInfo>
<BuildModes Count="1">
<Item1 Name="Default" Default="True"/>
</BuildModes>
<PublishOptions>
<Version Value="2"/>
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
<ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
</PublishOptions>
<RunParams>
<local>
<FormatVersion Value="1"/>
</local>
</RunParams>
<Units Count="11">
<Unit0>
<Filename Value="widget_test.pp"/>
<IsPartOfProject Value="True"/>
<UnitName Value="widget_test"/>
</Unit0>
<Unit1>
<Filename Value="..\src\nvwidgets.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="nvWidgets"/>
</Unit1>
<Unit2>
<Filename Value="..\src\gl\glfreetypefont.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="GLFreeTypeFont"/>
</Unit2>
<Unit3>
<Filename Value="..\src\nvbasefont.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="nvBaseFont"/>
</Unit3>
<Unit4>
<Filename Value="..\src\glut\nvglutwidgets.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="nvGlutWidgets"/>
</Unit4>
<Unit5>
<Filename Value="..\src\glut\glutbitmapfont.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="GLUTBitmapFont"/>
</Unit5>
<Unit6>
<Filename Value="..\src\nvtypes.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="nvTypes"/>
</Unit6>
<Unit7>
<Filename Value="..\src\gl\glfreetype.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="GLFreeType"/>
</Unit7>
<Unit8>
<Filename Value="..\src\nvcontext.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="nvContext"/>
</Unit8>
<Unit9>
<Filename Value="..\src\nvpainter.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="nvPainter"/>
</Unit9>
<Unit10>
<Filename Value="..\src\glut\nvglutcontext.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="nvGlutContext"/>
</Unit10>
</Units>
</ProjectOptions>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<Target>
<Filename Value="widget_test"/>
</Target>
<SearchPaths>
<IncludeFiles Value="$(ProjOutDir)"/>
<OtherUnitFiles Value="..\src;..\src\gl;..\src\glut"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerMessages>
<MsgFileName Value=""/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Debugging>
<Exceptions Count="3">
<Item1>
<Name Value="EAbort"/>
</Item1>
<Item2>
<Name Value="ECodetoolError"/>
</Item2>
<Item3>
<Name Value="EFOpenError"/>
</Item3>
</Exceptions>
</Debugging>
</CONFIG>