comparison Bison-Flex/BasicCompiler-MemoryBase/script_2008.vcproj @ 4:805d39d28230

add Compiler-stackbase
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 17 May 2011 08:00:38 +0900
parents
children
comparison
equal deleted inserted replaced
3:3cea2e8a0e4b 4:805d39d28230
1 <?xml version="1.0" encoding="shift_jis"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="script"
6 ProjectGUID="{823E2AB9-EFEF-4216-AC3C-74FFE5AE74B6}"
7 RootNamespace="script"
8 Keyword="Win32Proj"
9 TargetFrameworkVersion="131072"
10 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22 IntermediateDirectory="$(ConfigurationName)"
23 ConfigurationType="1"
24 CharacterSet="2"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 />
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
44 AdditionalIncludeDirectories=""
45 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
46 GeneratePreprocessedFile="0"
47 MinimalRebuild="true"
48 BasicRuntimeChecks="3"
49 RuntimeLibrary="3"
50 UsePrecompiledHeader="0"
51 WarningLevel="3"
52 DebugInformationFormat="4"
53 />
54 <Tool
55 Name="VCManagedResourceCompilerTool"
56 />
57 <Tool
58 Name="VCResourceCompilerTool"
59 />
60 <Tool
61 Name="VCPreLinkEventTool"
62 />
63 <Tool
64 Name="VCLinkerTool"
65 LinkIncremental="2"
66 GenerateDebugInformation="true"
67 SubSystem="1"
68 RandomizedBaseAddress="1"
69 DataExecutionPrevention="0"
70 TargetMachine="1"
71 />
72 <Tool
73 Name="VCALinkTool"
74 />
75 <Tool
76 Name="VCManifestTool"
77 />
78 <Tool
79 Name="VCXDCMakeTool"
80 />
81 <Tool
82 Name="VCBscMakeTool"
83 />
84 <Tool
85 Name="VCFxCopTool"
86 />
87 <Tool
88 Name="VCAppVerifierTool"
89 />
90 <Tool
91 Name="VCPostBuildEventTool"
92 />
93 </Configuration>
94 <Configuration
95 Name="Release|Win32"
96 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
97 IntermediateDirectory="$(ConfigurationName)"
98 ConfigurationType="1"
99 CharacterSet="2"
100 WholeProgramOptimization="1"
101 >
102 <Tool
103 Name="VCPreBuildEventTool"
104 />
105 <Tool
106 Name="VCCustomBuildTool"
107 />
108 <Tool
109 Name="VCXMLDataGeneratorTool"
110 />
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"
113 />
114 <Tool
115 Name="VCMIDLTool"
116 />
117 <Tool
118 Name="VCCLCompilerTool"
119 AdditionalIncludeDirectories=""
120 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
121 RuntimeLibrary="2"
122 UsePrecompiledHeader="0"
123 WarningLevel="3"
124 Detect64BitPortabilityProblems="true"
125 DebugInformationFormat="3"
126 />
127 <Tool
128 Name="VCManagedResourceCompilerTool"
129 />
130 <Tool
131 Name="VCResourceCompilerTool"
132 />
133 <Tool
134 Name="VCPreLinkEventTool"
135 />
136 <Tool
137 Name="VCLinkerTool"
138 LinkIncremental="1"
139 GenerateDebugInformation="true"
140 SubSystem="1"
141 OptimizeReferences="2"
142 EnableCOMDATFolding="2"
143 RandomizedBaseAddress="1"
144 DataExecutionPrevention="0"
145 TargetMachine="1"
146 />
147 <Tool
148 Name="VCALinkTool"
149 />
150 <Tool
151 Name="VCManifestTool"
152 />
153 <Tool
154 Name="VCXDCMakeTool"
155 />
156 <Tool
157 Name="VCBscMakeTool"
158 />
159 <Tool
160 Name="VCFxCopTool"
161 />
162 <Tool
163 Name="VCAppVerifierTool"
164 />
165 <Tool
166 Name="VCPostBuildEventTool"
167 />
168 </Configuration>
169 </Configurations>
170 <References>
171 </References>
172 <Files>
173 <Filter
174 Name="ソース ファイル"
175 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
176 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
177 >
178 <File
179 RelativePath=".\compiler.cpp"
180 >
181 </File>
182 <File
183 RelativePath=".\node.cpp"
184 >
185 </File>
186 <File
187 RelativePath=".\script-parser.cc"
188 >
189 <FileConfiguration
190 Name="Debug|Win32"
191 >
192 <Tool
193 Name="VCCLCompilerTool"
194 DisableSpecificWarnings="4267"
195 />
196 </FileConfiguration>
197 </File>
198 <File
199 RelativePath=".\script-parser.yy"
200 >
201 <FileConfiguration
202 Name="Debug|Win32"
203 >
204 <Tool
205 Name="VCCustomBuildTool"
206 CommandLine="bison -d -ra -o&quot;$(InputName).cc&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
207 Outputs="$(InputName).cc"
208 />
209 </FileConfiguration>
210 </File>
211 <File
212 RelativePath=".\script-scanner.cc"
213 >
214 </File>
215 <File
216 RelativePath=".\script-scanner.ll"
217 >
218 <FileConfiguration
219 Name="Debug|Win32"
220 >
221 <Tool
222 Name="VCCustomBuildTool"
223 CommandLine="flex -8 -o&quot;$(InputName).cc&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
224 AdditionalDependencies="script-parser.hh"
225 Outputs="$(InputName).cc"
226 />
227 </FileConfiguration>
228 </File>
229 <File
230 RelativePath=".\script.cpp"
231 >
232 </File>
233 <File
234 RelativePath=".\vm.cpp"
235 >
236 </File>
237 </Filter>
238 <Filter
239 Name="ヘッダー ファイル"
240 Filter="h;hpp;hxx;hm;inl;inc;xsd"
241 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
242 >
243 <File
244 RelativePath=".\compiler.h"
245 >
246 </File>
247 <File
248 RelativePath=".\location.hh"
249 >
250 </File>
251 <File
252 RelativePath=".\node.h"
253 >
254 </File>
255 <File
256 RelativePath=".\position.hh"
257 >
258 </File>
259 <File
260 RelativePath=".\script-parser.hh"
261 >
262 </File>
263 <File
264 RelativePath=".\stack.hh"
265 >
266 </File>
267 <File
268 RelativePath=".\vm.h"
269 >
270 </File>
271 <File
272 RelativePath=".\vm_code.h"
273 >
274 </File>
275 <File
276 RelativePath=".\vm_value.h"
277 >
278 </File>
279 </Filter>
280 <Filter
281 Name="リソース ファイル"
282 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
283 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
284 >
285 </Filter>
286 </Files>
287 <Globals>
288 </Globals>
289 </VisualStudioProject>