diff options
Diffstat (limited to 'extras/tiopf/demos/ListControlDemo/listcontroldemo.lpi')
-rw-r--r-- | extras/tiopf/demos/ListControlDemo/listcontroldemo.lpi | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/extras/tiopf/demos/ListControlDemo/listcontroldemo.lpi b/extras/tiopf/demos/ListControlDemo/listcontroldemo.lpi index ce2c1eaf..57dc14b8 100644 --- a/extras/tiopf/demos/ListControlDemo/listcontroldemo.lpi +++ b/extras/tiopf/demos/ListControlDemo/listcontroldemo.lpi @@ -1,15 +1,15 @@ <?xml version="1.0"?> <CONFIG> <ProjectOptions> - <PathDelim Value="\"/> - <Version Value="5"/> + <PathDelim Value="/"/> + <Version Value="6"/> <General> <Flags> <SaveOnlyProjectUnits Value="True"/> </Flags> <SessionStorage Value="InProjectDir"/> <MainUnit Value="0"/> - <IconPath Value=".\"/> + <IconPath Value="./"/> <TargetFileExt Value=""/> </General> <VersionInfo> @@ -23,7 +23,7 @@ <RunParams> <local> <FormatVersion Value="1"/> - <LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/> + <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/> </local> </RunParams> <RequiredPackages Count="1"> @@ -44,17 +44,17 @@ <UnitName Value="frmMain"/> </Unit1> <Unit2> - <Filename Value="..\Common\Model_View.pas"/> + <Filename Value="../Common/Model_View.pas"/> <IsPartOfProject Value="True"/> <UnitName Value="Model_View"/> </Unit2> <Unit3> - <Filename Value="..\Common\Constants.pas"/> + <Filename Value="../Common/Constants.pas"/> <IsPartOfProject Value="True"/> <UnitName Value="Constants"/> </Unit3> <Unit4> - <Filename Value="..\Common\Model.pas"/> + <Filename Value="../Common/Model.pas"/> <IsPartOfProject Value="True"/> <UnitName Value="Model"/> </Unit4> @@ -62,9 +62,8 @@ </ProjectOptions> <CompilerOptions> <Version Value="5"/> - <PathDelim Value="\"/> <SearchPaths> - <OtherUnitFiles Value="..\Common\"/> + <OtherUnitFiles Value="../Common/"/> </SearchPaths> <CodeGeneration> <Generate Value="Faster"/> |