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

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

Issue 57050: Fix developer shell build on Windows (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 8 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 | « src/d8-windows.cc ('k') | 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="d8" 5 Name="d8"
6 ProjectGUID="{7E4C7D2D-A4B9-40B9-8192-22654E626F6C}" 6 ProjectGUID="{7E4C7D2D-A4B9-40B9-8192-22654E626F6C}"
7 RootNamespace="d8" 7 RootNamespace="d8"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 </File> 151 </File>
152 <File 152 <File
153 RelativePath="..\..\src\d8-debug.cc" 153 RelativePath="..\..\src\d8-debug.cc"
154 > 154 >
155 </File> 155 </File>
156 <File 156 <File
157 RelativePath="..\..\src\d8-debug.h" 157 RelativePath="..\..\src\d8-debug.h"
158 > 158 >
159 </File> 159 </File>
160 <File 160 <File
161 RelativePath="..\..\src\d8-windows.cc"
162 >
163 </File>
164 <File
161 RelativePath="..\..\src\d8.js" 165 RelativePath="..\..\src\d8.js"
162 > 166 >
163 <FileConfiguration 167 <FileConfiguration
164 Name="Debug|Win32" 168 Name="Debug|Win32"
165 > 169 >
166 <Tool 170 <Tool
167 Name="VCCustomBuildTool" 171 Name="VCCustomBuildTool"
168 Description="Processing js files ..." 172 Description="Processing js files ..."
169 CommandLine=".\d8js2c.cmd ..\..\ src &quot;$(IntDir)\DerivedSources&quot;" 173 CommandLine=".\d8js2c.cmd ..\..\ src &quot;$(IntDir)\DerivedSources&quot;"
170 Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSo urces\natives-empty.cc" 174 Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSo urces\natives-empty.cc"
(...skipping 15 matching lines...) Expand all
186 > 190 >
187 <File 191 <File
188 RelativePath="$(IntDir)\DerivedSources\natives.c c" 192 RelativePath="$(IntDir)\DerivedSources\natives.c c"
189 > 193 >
190 </File> 194 </File>
191 </Filter> 195 </Filter>
192 </Files> 196 </Files>
193 <Globals> 197 <Globals>
194 </Globals> 198 </Globals>
195 </VisualStudioProject> 199 </VisualStudioProject>
OLDNEW
« no previous file with comments | « src/d8-windows.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698