diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-01-26 06:45:55 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-01-26 06:45:55 +0000 |
commit | cf8e98a0eabf38c5ee544bad9746b56eba9926d6 (patch) | |
tree | cd1d5fdd7c65d897280e7d3136a559d35aa160a3 | |
parent | 1952a8ae0c2b5351939d663fd62e0d9069c93559 (diff) | |
download | fpGUI-cf8e98a0eabf38c5ee544bad9746b56eba9926d6.tar.xz |
* After renaming some files from .dpr to .lpr, I forgot to update the project information page. This is now fixed.
-rw-r--r-- | examples/gui/alignment/aligntest.lpi | 4 | ||||
-rw-r--r-- | examples/gui/imgtest/bitmaptest.lpi | 16 | ||||
-rw-r--r-- | prototypes/fpgui2/tests/edittest.lpi | 18 |
3 files changed, 23 insertions, 15 deletions
diff --git a/examples/gui/alignment/aligntest.lpi b/examples/gui/alignment/aligntest.lpi index 4279af4a..c554abc9 100644 --- a/examples/gui/alignment/aligntest.lpi +++ b/examples/gui/alignment/aligntest.lpi @@ -2,7 +2,7 @@ <CONFIG> <ProjectOptions> <PathDelim Value="\"/> - <Version Value="6"/> + <Version Value="5"/> <General> <SessionStorage Value="InProjectDir"/> <MainUnit Value="0"/> @@ -32,7 +32,7 @@ </RequiredPackages> <Units Count="1"> <Unit0> - <Filename Value="aligntest.dpr"/> + <Filename Value="aligntest.lpr"/> <IsPartOfProject Value="True"/> </Unit0> </Units> diff --git a/examples/gui/imgtest/bitmaptest.lpi b/examples/gui/imgtest/bitmaptest.lpi index c318e155..99d32ddb 100644 --- a/examples/gui/imgtest/bitmaptest.lpi +++ b/examples/gui/imgtest/bitmaptest.lpi @@ -1,15 +1,15 @@ <?xml version="1.0"?> <CONFIG> <ProjectOptions> - <PathDelim Value="/"/> - <Version Value="6"/> + <PathDelim Value="\"/> + <Version Value="5"/> <General> <Flags> <SaveOnlyProjectUnits Value="True"/> </Flags> <SessionStorage Value="InProjectDir"/> <MainUnit Value="0"/> - <IconPath Value="./"/> + <IconPath Value=".\"/> <TargetFileExt Value=""/> <Title Value="bitmaptest"/> </General> @@ -18,13 +18,14 @@ </VersionInfo> <PublishOptions> <Version Value="2"/> + <DestinationDirectory Value="$(TestDir)\publishedproject\"/> <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"/> - <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"> @@ -35,7 +36,7 @@ </RequiredPackages> <Units Count="1"> <Unit0> - <Filename Value="bitmaptest.dpr"/> + <Filename Value="bitmaptest.lpr"/> <IsPartOfProject Value="True"/> <UnitName Value="bitmaptest"/> </Unit0> @@ -43,9 +44,10 @@ </ProjectOptions> <CompilerOptions> <Version Value="5"/> + <PathDelim Value="\"/> <SearchPaths> - <IncludeFiles Value="../source/"/> - <OtherUnitFiles Value="../source/;../source/x11/;../gui/"/> + <IncludeFiles Value="..\source\"/> + <OtherUnitFiles Value="..\source\;..\source\x11\;..\gui\"/> </SearchPaths> <CodeGeneration> <Generate Value="Faster"/> diff --git a/prototypes/fpgui2/tests/edittest.lpi b/prototypes/fpgui2/tests/edittest.lpi index 25f76da3..9bb5af05 100644 --- a/prototypes/fpgui2/tests/edittest.lpi +++ b/prototypes/fpgui2/tests/edittest.lpi @@ -1,15 +1,15 @@ <?xml version="1.0"?> <CONFIG> <ProjectOptions> - <PathDelim Value="/"/> - <Version Value="6"/> + <PathDelim Value="\"/> + <Version Value="5"/> <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"> @@ -32,9 +32,9 @@ <MinVersion Minor="5" Valid="True"/> </Item1> </RequiredPackages> - <Units Count="2"> + <Units Count="3"> <Unit0> - <Filename Value="edittest.dpr"/> + <Filename Value="edittest.lpr"/> <IsPartOfProject Value="True"/> <UnitName Value="edittest"/> </Unit0> @@ -43,10 +43,16 @@ <IsPartOfProject Value="True"/> <UnitName Value="uhelpers"/> </Unit1> + <Unit2> + <Filename Value="edittest.dpr"/> + <IsPartOfProject Value="True"/> + <UnitName Value="edittest"/> + </Unit2> </Units> </ProjectOptions> <CompilerOptions> <Version Value="5"/> + <PathDelim Value="\"/> <CodeGeneration> <Generate Value="Faster"/> </CodeGeneration> |