Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Side by Side Diff: tools/visual_studio/v8.vcproj

Issue 2416: Changed the Visual Studio project files to work when V8 is checked out... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="v8" 5 Name="v8"
6 ProjectGUID="{21E22961-22BF-4493-BD3A-868F93DA5179}" 6 ProjectGUID="{21E22961-22BF-4493-BD3A-868F93DA5179}"
7 RootNamespace="v8" 7 RootNamespace="v8"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 </File> 176 </File>
177 <File 177 <File
178 RelativePath="..\..\src\v8natives.js" 178 RelativePath="..\..\src\v8natives.js"
179 > 179 >
180 <FileConfiguration 180 <FileConfiguration
181 Name="Debug|Win32" 181 Name="Debug|Win32"
182 > 182 >
183 <Tool 183 <Tool
184 Name="VCCustomBuildTool" 184 Name="VCCustomBuildTool"
185 Description="Processing js files ..." 185 Description="Processing js files ..."
186 » » » » » » CommandLine=".\js2c.cmd ..\..\sr c $(IntDir)\DerivedSources&#x0D;&#x0A;" 186 » » » » » » CommandLine=".\js2c.cmd ..\..\sr c &quot;$(IntDir)\DerivedSources&quot;"
187 AdditionalDependencies="..\..\sr c\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\.. \src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\sr c\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\dat e-delay.js;..\..\src\regexp-delay.js" 187 AdditionalDependencies="..\..\sr c\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\.. \src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\sr c\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\dat e-delay.js;..\..\src\regexp-delay.js"
188 Outputs="$(IntDir)\DerivedSource s\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc" 188 Outputs="$(IntDir)\DerivedSource s\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
189 /> 189 />
190 </FileConfiguration> 190 </FileConfiguration>
191 <FileConfiguration 191 <FileConfiguration
192 Name="Release|Win32" 192 Name="Release|Win32"
193 > 193 >
194 <Tool 194 <Tool
195 Name="VCCustomBuildTool" 195 Name="VCCustomBuildTool"
196 Description="Processing js files ..." 196 Description="Processing js files ..."
197 » » » » » » CommandLine=".\js2c.cmd ..\..\sr c $(IntDir)\DerivedSources&#x0D;&#x0A;" 197 » » » » » » CommandLine=".\js2c.cmd ..\..\sr c &quot;$(IntDir)\DerivedSources&quot;"
198 AdditionalDependencies="..\..\sr c\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\.. \src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\sr c\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\dat e-delay.js;..\..\src\regexp-delay.js" 198 AdditionalDependencies="..\..\sr c\macros.py;..\..\src\runtime.js;..\..\src\v8natives.js;..\..\src\array.js;..\.. \src\string.js;..\..\src\uri.js;..\..\src\math.js;..\..\src\messages.js;..\..\sr c\apinatives.js;..\..\src\debug-delay.js;..\..\src\mirror-delay.js;..\..\src\dat e-delay.js;..\..\src\regexp-delay.js"
199 Outputs="$(IntDir)\DerivedSource s\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc" 199 Outputs="$(IntDir)\DerivedSource s\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc"
200 /> 200 />
201 </FileConfiguration> 201 </FileConfiguration>
202 </File> 202 </File>
203 </Filter> 203 </Filter>
204 <Filter 204 <Filter
205 Name="generated files" 205 Name="generated files"
206 > 206 >
207 <File 207 <File
208 RelativePath="$(IntDir)\DerivedSources\natives.c c" 208 RelativePath="$(IntDir)\DerivedSources\natives.c c"
209 > 209 >
210 </File> 210 </File>
211 </Filter> 211 </Filter>
212 <File 212 <File
213 RelativePath="..\..\src\snapshot-empty.cc" 213 RelativePath="..\..\src\snapshot-empty.cc"
214 > 214 >
215 </File> 215 </File>
216 </Files> 216 </Files>
217 <Globals> 217 <Globals>
218 </Globals> 218 </Globals>
219 </VisualStudioProject> 219 </VisualStudioProject>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698