source: branches/8051/ASM8051.lpi

Last change on this file was 20, checked in by chronos, 13 years ago
  • Přidáno: Počáteční návrh editoru a kompilátoru pro i8051.
File size: 3.0 KB
Line 
1<?xml version="1.0"?>
2<CONFIG>
3 <ProjectOptions>
4 <Version Value="9"/>
5 <PathDelim Value="\"/>
6 <General>
7 <SessionStorage Value="InProjectDir"/>
8 <MainUnit Value="0"/>
9 <Title Value="ASM8051"/>
10 <ResourceType Value="res"/>
11 <UseXPManifest Value="True"/>
12 <Icon Value="0"/>
13 </General>
14 <i18n>
15 <EnableI18N LFM="False"/>
16 </i18n>
17 <VersionInfo>
18 <StringTable ProductVersion=""/>
19 </VersionInfo>
20 <BuildModes Count="1">
21 <Item1 Name="Default" Default="True"/>
22 </BuildModes>
23 <PublishOptions>
24 <Version Value="2"/>
25 <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
26 <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
27 </PublishOptions>
28 <RunParams>
29 <local>
30 <FormatVersion Value="1"/>
31 </local>
32 </RunParams>
33 <RequiredPackages Count="2">
34 <Item1>
35 <PackageName Value="TemplateGenerics"/>
36 </Item1>
37 <Item2>
38 <PackageName Value="LCL"/>
39 </Item2>
40 </RequiredPackages>
41 <Units Count="5">
42 <Unit0>
43 <Filename Value="ASM8051.lpr"/>
44 <IsPartOfProject Value="True"/>
45 <UnitName Value="ASM8051"/>
46 </Unit0>
47 <Unit1>
48 <Filename Value="UFormMain.pas"/>
49 <IsPartOfProject Value="True"/>
50 <ComponentName Value="FormMain"/>
51 <HasResources Value="True"/>
52 <ResourceBaseClass Value="Form"/>
53 <UnitName Value="UFormMain"/>
54 </Unit1>
55 <Unit2>
56 <Filename Value="USourceCode.pas"/>
57 <IsPartOfProject Value="True"/>
58 <UnitName Value="USourceCode"/>
59 </Unit2>
60 <Unit3>
61 <Filename Value="UParser.pas"/>
62 <IsPartOfProject Value="True"/>
63 <UnitName Value="UParser"/>
64 </Unit3>
65 <Unit4>
66 <Filename Value="UProducer.pas"/>
67 <IsPartOfProject Value="True"/>
68 <UnitName Value="UProducer"/>
69 </Unit4>
70 </Units>
71 </ProjectOptions>
72 <CompilerOptions>
73 <Version Value="11"/>
74 <PathDelim Value="\"/>
75 <Target>
76 <Filename Value="ASM8051"/>
77 </Target>
78 <SearchPaths>
79 <IncludeFiles Value="$(ProjOutDir)"/>
80 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
81 </SearchPaths>
82 <Parsing>
83 <SyntaxOptions>
84 <SyntaxMode Value="Delphi"/>
85 </SyntaxOptions>
86 </Parsing>
87 <Linking>
88 <Options>
89 <Win32>
90 <GraphicApplication Value="True"/>
91 </Win32>
92 </Options>
93 </Linking>
94 <Other>
95 <CompilerMessages>
96 <MsgFileName Value=""/>
97 </CompilerMessages>
98 <CompilerPath Value="$(CompPath)"/>
99 </Other>
100 </CompilerOptions>
101 <Debugging>
102 <Exceptions Count="3">
103 <Item1>
104 <Name Value="EAbort"/>
105 </Item1>
106 <Item2>
107 <Name Value="ECodetoolError"/>
108 </Item2>
109 <Item3>
110 <Name Value="EFOpenError"/>
111 </Item3>
112 </Exceptions>
113 </Debugging>
114</CONFIG>
Note: See TracBrowser for help on using the repository browser.