From: Elio C. G. <el...@us...> - 2004-11-03 20:39:38
|
Update of /cvsroot/davinci/davinci In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3475 Added Files: davinci.lpi Log Message: Added davici.lpi to ease compilation of Davinci (without Makefile). --- NEW FILE: davinci.lpi --- <?xml version="1.0"?> <CONFIG> <ProjectOptions> <Version Value="3"/> <General> <ProjectType Value="Custom program"/> <MainUnit Value="0"/> <ActiveEditorIndexAtStart Value="2"/> <IconPath Value="./"/> <TargetFileExt Value=""/> <Title Value="davinci"/> </General> <JumpHistory Count="0" HistoryIndex="-1"/> <Units Count="5"> <Unit0> <CursorPos X="18" Y="29"/> <EditorIndex Value="1"/> <Filename Value="davinci.pas"/> <IsPartOfProject Value="True"/> <Loaded Value="True"/> <TopLine Value="1"/> <UnitName Value="davinci"/> <UsageCount Value="41"/> </Unit0> <Unit1> <CursorPos X="13" Y="2"/> <EditorIndex Value="0"/> <Filename Value="plugins/plugins.pas"/> <Loaded Value="True"/> <TopLine Value="1"/> <UnitName Value="plugins"/> <UsageCount Value="20"/> </Unit1> <Unit2> <CursorPos X="24" Y="2496"/> <Filename Value="/home/eliocg/lazarus/examples/testtools.inc"/> <TopLine Value="2480"/> <UsageCount Value="8"/> </Unit2> <Unit3> <CursorPos X="3" Y="29"/> <Filename Value="gui/dvclasses.pas"/> <IsPartOfProject Value="True"/> <TopLine Value="7"/> <UnitName Value="dvclasses"/> <UsageCount Value="31"/> </Unit3> <Unit4> <CursorPos X="16" Y="1"/> <EditorIndex Value="2"/> <Filename Value="gui/dvcontrols.pas"/> <IsPartOfProject Value="True"/> <Loaded Value="True"/> <TopLine Value="1"/> <UnitName Value="dvcontrols"/> <UsageCount Value="31"/> </Unit4> </Units> <PublishOptions> <Version Value="2"/> <IgnoreBinaries Value="False"/> <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/> <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/> </PublishOptions> <RunParams> <local> <FormatVersion Value="1"/> <HostApplicationFilename Value="/usr/bin/x-terminal-emulator"/> <CommandLineParams Value="$(Projectdir)/$(ProjectName)"/> <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/> </local> </RunParams> </ProjectOptions> <CompilerOptions> <Version Value="2"/> <SearchPaths> <OtherUnitFiles Value="plugins/"/> </SearchPaths> <CodeGeneration> <Generate Value="Faster"/> </CodeGeneration> <Other> <CompilerPath Value="$(CompPath)"/> <ExecuteAfter> <ShowAllMessages Value="True"/> </ExecuteAfter> </Other> </CompilerOptions> </CONFIG> |