source: tools/dbc_export/DBCExport.lpi

Last change on this file was 534, checked in by chronos, 11 years ago
  • Opraveno: Sestavení dbc_exportu.
File size: 4.5 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="9"/>
5 <General>
6 <Flags>
7 <LRSInOutputDirectory Value="False"/>
8 </Flags>
9 <SessionStorage Value="InProjectDir"/>
10 <MainUnit Value="0"/>
11 <Title Value="DBCExport"/>
12 <UseXPManifest Value="True"/>
13 </General>
14 <VersionInfo>
15 <Language Value=""/>
16 <CharSet Value=""/>
17 </VersionInfo>
18 <BuildModes Count="2">
19 <Item1 Name="Release" Default="True"/>
20 <Item2 Name="Debug">
21 <CompilerOptions>
22 <Version Value="11"/>
23 <SearchPaths>
24 <IncludeFiles Value="$(ProjOutDir)"/>
25 <Libraries Value="/usr/lib/mysql/;/usr/lib64/mysql/"/>
26 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
27 </SearchPaths>
28 <Parsing>
29 <SyntaxOptions>
30 <SyntaxMode Value="Delphi"/>
31 <CStyleOperator Value="False"/>
32 <UseAnsiStrings Value="False"/>
33 </SyntaxOptions>
34 </Parsing>
35 <CodeGeneration>
36 <Checks>
37 <IOChecks Value="True"/>
38 <RangeChecks Value="True"/>
39 <OverflowChecks Value="True"/>
40 <StackChecks Value="True"/>
41 </Checks>
42 <VerifyObjMethodCallValidity Value="True"/>
43 </CodeGeneration>
44 <Linking>
45 <Debugging>
46 <UseHeaptrc Value="True"/>
47 <UseExternalDbgSyms Value="True"/>
48 </Debugging>
49 </Linking>
50 <Other>
51 <Verbosity>
52 <ShoLineNum Value="True"/>
53 </Verbosity>
54 <CompilerPath Value="$(CompPath)"/>
55 </Other>
56 </CompilerOptions>
57 </Item2>
58 </BuildModes>
59 <PublishOptions>
60 <Version Value="2"/>
61 <IgnoreBinaries Value="False"/>
62 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
63 <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
64 </PublishOptions>
65 <RunParams>
66 <local>
67 <FormatVersion Value="1"/>
68 <CommandLineParams Value="-f ../../../trunk/source/3.3.2/dbc/GameTips.dbc -n test.dbc -c usuuuuuuuuuuuuuuuu -q &quot;SELECT T.entry as entry,T.Text as text1 FROM (SELECT * FROM gametips WHERE (Complete = 1) AND ((Language = 1)) AND (User IN (459,670,602,462,1,400,638,592,624,610,769,331,131,704,2,499,641,660,578,337,304,277,208,613,768,754,590,606,26,618,739,503,601,607,585,596,765,320,547,687)) AND VersionStart &lt;= 9947 AND VersionEnd >= 9947) AS T GROUP BY T.entry&quot;"/>
69 <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
70 </local>
71 </RunParams>
72 <Units Count="4">
73 <Unit0>
74 <Filename Value="DBCExport.pas"/>
75 <IsPartOfProject Value="True"/>
76 <UnitName Value="DBCExport"/>
77 </Unit0>
78 <Unit1>
79 <Filename Value="USqlDatabase.pas"/>
80 <IsPartOfProject Value="True"/>
81 <UnitName Value="USqlDatabase"/>
82 </Unit1>
83 <Unit2>
84 <Filename Value="UDBC.pas"/>
85 <IsPartOfProject Value="True"/>
86 <UnitName Value="UDBC"/>
87 </Unit2>
88 <Unit3>
89 <Filename Value="ReadMe.txt"/>
90 <IsPartOfProject Value="True"/>
91 </Unit3>
92 </Units>
93 </ProjectOptions>
94 <CompilerOptions>
95 <Version Value="11"/>
96 <SearchPaths>
97 <IncludeFiles Value="$(ProjOutDir)"/>
98 <Libraries Value="/usr/lib/mysql/;/usr/lib64/mysql/"/>
99 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
100 </SearchPaths>
101 <Parsing>
102 <SyntaxOptions>
103 <SyntaxMode Value="Delphi"/>
104 <CStyleOperator Value="False"/>
105 <AllowLabel Value="False"/>
106 <CPPInline Value="False"/>
107 <UseAnsiStrings Value="False"/>
108 </SyntaxOptions>
109 </Parsing>
110 <CodeGeneration>
111 <SmartLinkUnit Value="True"/>
112 <Optimizations>
113 <OptimizationLevel Value="2"/>
114 </Optimizations>
115 </CodeGeneration>
116 <Linking>
117 <Debugging>
118 <GenerateDebugInfo Value="False"/>
119 </Debugging>
120 <LinkSmart Value="True"/>
121 </Linking>
122 <Other>
123 <Verbosity>
124 <ShoLineNum Value="True"/>
125 </Verbosity>
126 <CompilerPath Value="$(CompPath)"/>
127 </Other>
128 </CompilerOptions>
129 <Debugging>
130 <Exceptions Count="3">
131 <Item1>
132 <Name Value="EAbort"/>
133 </Item1>
134 <Item2>
135 <Name Value="ECodetoolError"/>
136 </Item2>
137 <Item3>
138 <Name Value="EFOpenError"/>
139 </Item3>
140 </Exceptions>
141 </Debugging>
142</CONFIG>
Note: See TracBrowser for help on using the repository browser.