summaryrefslogtreecommitdiff
path: root/prototypes/fpgui2
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-01-26 06:45:55 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-01-26 06:45:55 +0000
commitcf8e98a0eabf38c5ee544bad9746b56eba9926d6 (patch)
treecd1d5fdd7c65d897280e7d3136a559d35aa160a3 /prototypes/fpgui2
parent1952a8ae0c2b5351939d663fd62e0d9069c93559 (diff)
downloadfpGUI-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 'prototypes/fpgui2')
-rw-r--r--prototypes/fpgui2/tests/edittest.lpi18
1 files changed, 12 insertions, 6 deletions
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>