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 /examples/gui/imgtest | |
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.
Diffstat (limited to 'examples/gui/imgtest')
-rw-r--r-- | examples/gui/imgtest/bitmaptest.lpi | 16 |
1 files changed, 9 insertions, 7 deletions
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"/> |