ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/examples/consolemode/project1.lpi
Revision: 45
Committed: Tue Dec 6 10:33:46 2016 UTC (7 years, 4 months ago) by tony
File size: 1990 byte(s)
Log Message:
Committing updates for Release R2-0-0

File Contents

# User Rev Content
1 tony 31 <?xml version="1.0" encoding="UTF-8"?>
2     <CONFIG>
3     <ProjectOptions>
4     <Version Value="9"/>
5     <General>
6     <Flags>
7     <MainUnitHasCreateFormStatements Value="False"/>
8     </Flags>
9     <SessionStorage Value="InProjectDir"/>
10     <MainUnit Value="0"/>
11     <Title Value="IBX In Console Mode"/>
12     <UseAppBundle Value="False"/>
13     <ResourceType Value="res"/>
14     </General>
15     <i18n>
16     <EnableI18N LFM="False"/>
17     </i18n>
18     <VersionInfo>
19     <StringTable ProductVersion=""/>
20     </VersionInfo>
21     <BuildModes Count="1">
22     <Item1 Name="Default" Default="True"/>
23     </BuildModes>
24     <PublishOptions>
25     <Version Value="2"/>
26     </PublishOptions>
27     <RunParams>
28     <local>
29     <FormatVersion Value="1"/>
30     </local>
31     </RunParams>
32     <RequiredPackages Count="1">
33     <Item1>
34     <PackageName Value="ibexpressconsolemode"/>
35     </Item1>
36     </RequiredPackages>
37     <Units Count="1">
38     <Unit0>
39     <Filename Value="project1.lpr"/>
40     <IsPartOfProject Value="True"/>
41     </Unit0>
42     </Units>
43     </ProjectOptions>
44     <CompilerOptions>
45     <Version Value="11"/>
46     <Target>
47     <Filename Value="project1"/>
48     </Target>
49     <SearchPaths>
50     <IncludeFiles Value="$(ProjOutDir)"/>
51     <OtherUnitFiles Value="../../runtime"/>
52     <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
53     </SearchPaths>
54 tony 45 <Linking>
55     <Debugging>
56     <UseHeaptrc Value="True"/>
57     </Debugging>
58     </Linking>
59 tony 31 <Other>
60     <CustomOptions Value="-dUseCThreads"/>
61 tony 45 <OtherDefines Count="2">
62     <Define0 Value="UseCThreads"/>
63     <Define1 Value="IBX_CONSOLE_MODE"/>
64     </OtherDefines>
65 tony 31 </Other>
66     </CompilerOptions>
67     <Debugging>
68     <Exceptions Count="3">
69     <Item1>
70     <Name Value="EAbort"/>
71     </Item1>
72     <Item2>
73     <Name Value="ECodetoolError"/>
74     </Item2>
75     <Item3>
76     <Name Value="EFOpenError"/>
77     </Item3>
78     </Exceptions>
79     </Debugging>
80     </CONFIG>