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

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

Issue 18770: Fix snapshot generation on Visual Studio. Compiling source files generated in... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 10 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 | « tools/visual_studio/v8.sln ('k') | tools/visual_studio/v8_snapshot_cc.vcproj » ('j') | 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_snapshot" 5 Name="v8_snapshot"
6 ProjectGUID="{C0334F9A-1168-4101-9DD8-C30FB252D435}" 6 ProjectGUID="{C0334F9A-1168-4101-9DD8-C30FB252D435}"
7 RootNamespace="v8_snapshot" 7 RootNamespace="v8_snapshot"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 <Tool 118 <Tool
119 Name="VCPostBuildEventTool" 119 Name="VCPostBuildEventTool"
120 /> 120 />
121 </Configuration> 121 </Configuration>
122 </Configurations> 122 </Configurations>
123 <References> 123 <References>
124 </References> 124 </References>
125 <Files> 125 <Files>
126 <Filter 126 <Filter
127 Name="generated files" 127 Name="generated files"
128 SourceControlFiles="false"
128 > 129 >
129 <File 130 <File
130 RelativePath="$(IntDir)\..\v8\DerivedSources\nat ives-empty.cc" 131 RelativePath="$(IntDir)\..\v8\DerivedSources\nat ives-empty.cc"
131 > 132 >
132 </File> 133 </File>
133 <File 134 <File
134 » » » » RelativePath="$(IntDir)\DerivedSources\snapshot. cc" 135 » » » » RelativePath="$(IntDir)\..\v8_snapshot_cc\Derive dSources\snapshot.cc"
135 > 136 >
136 <FileConfiguration
137 Name="Debug|Win32"
138 >
139 <Tool
140 Name="VCCLCompilerTool"
141 AdditionalIncludeDirectories="$( SolutionDir)..\v8\src"
142 />
143 </FileConfiguration>
144 <FileConfiguration
145 Name="Release|Win32"
146 >
147 <Tool
148 Name="VCCLCompilerTool"
149 AdditionalIncludeDirectories="$( SolutionDir)..\v8\src"
150 />
151 </FileConfiguration>
152 </File> 137 </File>
153 </Filter> 138 </Filter>
154 <File
155 RelativePath="$(OutDir)\v8_mksnapshot.exe"
156 >
157 <FileConfiguration
158 Name="Debug|Win32"
159 >
160 <Tool
161 Name="VCCustomBuildTool"
162 Description="Building snapshot..."
163 CommandLine="&quot;$(OutDir)\v8_mksnapsh ot.exe&quot; &quot;$(IntDir)\DerivedSources\snapshot.cc&quot;&#x0D;&#x0A;"
164 AdditionalDependencies="$(OutDir)\v8_mks napshot.exe"
165 Outputs="$(IntDir)\DerivedSources\snapsh ot.cc"
166 />
167 </FileConfiguration>
168 <FileConfiguration
169 Name="Release|Win32"
170 >
171 <Tool
172 Name="VCCustomBuildTool"
173 Description="Building snapshot..."
174 CommandLine="&quot;$(OutDir)\v8_mksnapsh ot.exe&quot; &quot;$(IntDir)\DerivedSources\snapshot.cc&quot;&#x0D;&#x0A;"
175 AdditionalDependencies="$(OutDir)\v8_mks napshot.exe"
176 Outputs="$(IntDir)\DerivedSources\snapsh ot.cc"
177 />
178 </FileConfiguration>
179 </File>
180 </Files> 139 </Files>
181 <Globals> 140 <Globals>
182 </Globals> 141 </Globals>
183 </VisualStudioProject> 142 </VisualStudioProject>
OLDNEW
« no previous file with comments | « tools/visual_studio/v8.sln ('k') | tools/visual_studio/v8_snapshot_cc.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698