Index: tools/visual_studio/d8_arm.vcproj |
=================================================================== |
--- tools/visual_studio/d8_arm.vcproj (revision 3716) |
+++ tools/visual_studio/d8_arm.vcproj (working copy) |
@@ -1,199 +1,193 @@ |
-<?xml version="1.0" encoding="Windows-1252"?> |
-<VisualStudioProject |
- ProjectType="Visual C++" |
- Version="8.00" |
- Name="d8" |
- ProjectGUID="{7E4C7D2D-A4B9-40B9-8192-22654E626F6C}" |
- RootNamespace="d8" |
- Keyword="Win32Proj" |
- > |
- <Platforms> |
- <Platform |
- Name="Win32" |
- /> |
- </Platforms> |
- <ToolFiles> |
- </ToolFiles> |
- <Configurations> |
- <Configuration |
- Name="Debug|Win32" |
- ConfigurationType="1" |
- InheritedPropertySheets=".\common.vsprops;.\arm.vsprops;.\debug.vsprops" |
- > |
- <Tool |
- Name="VCPreBuildEventTool" |
- /> |
- <Tool |
- Name="VCCustomBuildTool" |
- /> |
- <Tool |
- Name="VCXMLDataGeneratorTool" |
- /> |
- <Tool |
- Name="VCWebServiceProxyGeneratorTool" |
- /> |
- <Tool |
- Name="VCMIDLTool" |
- /> |
- <Tool |
- Name="VCCLCompilerTool" |
- /> |
- <Tool |
- Name="VCManagedResourceCompilerTool" |
- /> |
- <Tool |
- Name="VCResourceCompilerTool" |
- /> |
- <Tool |
- Name="VCPreLinkEventTool" |
- /> |
- <Tool |
- Name="VCLinkerTool" |
- AdditionalDependencies="winmm.lib Ws2_32.lib" |
- /> |
- <Tool |
- Name="VCALinkTool" |
- /> |
- <Tool |
- Name="VCManifestTool" |
- /> |
- <Tool |
- Name="VCXDCMakeTool" |
- /> |
- <Tool |
- Name="VCBscMakeTool" |
- /> |
- <Tool |
- Name="VCFxCopTool" |
- /> |
- <Tool |
- Name="VCAppVerifierTool" |
- /> |
- <Tool |
- Name="VCWebDeploymentTool" |
- /> |
- <Tool |
- Name="VCPostBuildEventTool" |
- /> |
- </Configuration> |
- <Configuration |
- Name="Release|Win32" |
- ConfigurationType="1" |
- InheritedPropertySheets=".\common.vsprops;.\arm.vsprops;.\release.vsprops" |
- > |
- <Tool |
- Name="VCPreBuildEventTool" |
- /> |
- <Tool |
- Name="VCCustomBuildTool" |
- /> |
- <Tool |
- Name="VCXMLDataGeneratorTool" |
- /> |
- <Tool |
- Name="VCWebServiceProxyGeneratorTool" |
- /> |
- <Tool |
- Name="VCMIDLTool" |
- /> |
- <Tool |
- Name="VCCLCompilerTool" |
- /> |
- <Tool |
- Name="VCManagedResourceCompilerTool" |
- /> |
- <Tool |
- Name="VCResourceCompilerTool" |
- /> |
- <Tool |
- Name="VCPreLinkEventTool" |
- /> |
- <Tool |
- Name="VCLinkerTool" |
- AdditionalDependencies="winmm.lib Ws2_32.lib" |
- /> |
- <Tool |
- Name="VCALinkTool" |
- /> |
- <Tool |
- Name="VCManifestTool" |
- /> |
- <Tool |
- Name="VCXDCMakeTool" |
- /> |
- <Tool |
- Name="VCBscMakeTool" |
- /> |
- <Tool |
- Name="VCFxCopTool" |
- /> |
- <Tool |
- Name="VCAppVerifierTool" |
- /> |
- <Tool |
- Name="VCWebDeploymentTool" |
- /> |
- <Tool |
- Name="VCPostBuildEventTool" |
- /> |
- </Configuration> |
- </Configurations> |
- <References> |
- </References> |
- <Files> |
- <File |
- RelativePath="..\..\src\d8.cc" |
- > |
- </File> |
- <File |
- RelativePath="..\..\src\d8.h" |
- > |
- </File> |
- <File |
- RelativePath="..\..\src\d8-debug.cc" |
- > |
- </File> |
- <File |
- RelativePath="..\..\src\d8-debug.h" |
- > |
- </File> |
- <File |
- RelativePath="..\..\src\d8-windows.cc" |
- > |
- </File> |
- <File |
- RelativePath="..\..\src\d8.js" |
- > |
- <FileConfiguration |
- Name="Debug|Win32" |
- > |
- <Tool |
- Name="VCCustomBuildTool" |
- Description="Processing js files..." |
- CommandLine=".\d8js2c.cmd ..\..\src "$(IntDir)\DerivedSources"" |
- Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc" |
- /> |
- </FileConfiguration> |
- <FileConfiguration |
- Name="Release|Win32" |
- > |
- <Tool |
- Name="VCCustomBuildTool" |
- Description="Processing js files..." |
- CommandLine=".\d8js2c.cmd ..\..\src "$(IntDir)\DerivedSources"" |
- Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc" |
- /> |
- </FileConfiguration> |
- </File> |
- <Filter |
- Name="generated files" |
- > |
- <File |
- RelativePath="$(IntDir)\DerivedSources\natives.cc" |
- > |
- </File> |
- </Filter> |
- </Files> |
- <Globals> |
- </Globals> |
-</VisualStudioProject> |
+<?xml version="1.0" encoding="Windows-1252"?> |
+<VisualStudioProject |
+ ProjectType="Visual C++" |
+ Version="8.00" |
+ Name="d8" |
+ ProjectGUID="{7E4C7D2D-A4B9-40B9-8192-22654E626F6C}" |
+ RootNamespace="d8" |
+ Keyword="Win32Proj" |
+ > |
+ <Platforms> |
+ <Platform |
+ Name="Win32" |
+ /> |
+ </Platforms> |
+ <ToolFiles> |
+ </ToolFiles> |
+ <Configurations> |
+ <Configuration |
+ Name="Debug|Win32" |
+ ConfigurationType="1" |
+ InheritedPropertySheets=".\common.vsprops;.\arm.vsprops;.\debug.vsprops" |
+ > |
+ <Tool |
+ Name="VCPreBuildEventTool" |
+ /> |
+ <Tool |
+ Name="VCCustomBuildTool" |
+ /> |
+ <Tool |
+ Name="VCXMLDataGeneratorTool" |
+ /> |
+ <Tool |
+ Name="VCWebServiceProxyGeneratorTool" |
+ /> |
+ <Tool |
+ Name="VCMIDLTool" |
+ /> |
+ <Tool |
+ Name="VCCLCompilerTool" |
+ /> |
+ <Tool |
+ Name="VCManagedResourceCompilerTool" |
+ /> |
+ <Tool |
+ Name="VCResourceCompilerTool" |
+ /> |
+ <Tool |
+ Name="VCPreLinkEventTool" |
+ /> |
+ <Tool |
+ Name="VCLinkerTool" |
+ AdditionalDependencies="winmm.lib Ws2_32.lib" |
+ /> |
+ <Tool |
+ Name="VCALinkTool" |
+ /> |
+ <Tool |
+ Name="VCManifestTool" |
+ /> |
+ <Tool |
+ Name="VCXDCMakeTool" |
+ /> |
+ <Tool |
+ Name="VCBscMakeTool" |
+ /> |
+ <Tool |
+ Name="VCFxCopTool" |
+ /> |
+ <Tool |
+ Name="VCAppVerifierTool" |
+ /> |
+ <Tool |
+ Name="VCPostBuildEventTool" |
+ /> |
+ </Configuration> |
+ <Configuration |
+ Name="Release|Win32" |
+ ConfigurationType="1" |
+ InheritedPropertySheets=".\common.vsprops;.\arm.vsprops;.\release.vsprops" |
+ > |
+ <Tool |
+ Name="VCPreBuildEventTool" |
+ /> |
+ <Tool |
+ Name="VCCustomBuildTool" |
+ /> |
+ <Tool |
+ Name="VCXMLDataGeneratorTool" |
+ /> |
+ <Tool |
+ Name="VCWebServiceProxyGeneratorTool" |
+ /> |
+ <Tool |
+ Name="VCMIDLTool" |
+ /> |
+ <Tool |
+ Name="VCCLCompilerTool" |
+ /> |
+ <Tool |
+ Name="VCManagedResourceCompilerTool" |
+ /> |
+ <Tool |
+ Name="VCResourceCompilerTool" |
+ /> |
+ <Tool |
+ Name="VCPreLinkEventTool" |
+ /> |
+ <Tool |
+ Name="VCLinkerTool" |
+ AdditionalDependencies="winmm.lib Ws2_32.lib" |
+ /> |
+ <Tool |
+ Name="VCALinkTool" |
+ /> |
+ <Tool |
+ Name="VCManifestTool" |
+ /> |
+ <Tool |
+ Name="VCXDCMakeTool" |
+ /> |
+ <Tool |
+ Name="VCBscMakeTool" |
+ /> |
+ <Tool |
+ Name="VCFxCopTool" |
+ /> |
+ <Tool |
+ Name="VCAppVerifierTool" |
+ /> |
+ <Tool |
+ Name="VCPostBuildEventTool" |
+ /> |
+ </Configuration> |
+ </Configurations> |
+ <References> |
+ </References> |
+ <Files> |
+ <File |
+ RelativePath="..\..\src\d8.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath="..\..\src\d8.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath="..\..\src\d8-debug.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath="..\..\src\d8-debug.h" |
+ > |
+ </File> |
+ <File |
+ RelativePath="..\..\src\d8-windows.cc" |
+ > |
+ </File> |
+ <File |
+ RelativePath="..\..\src\d8.js" |
+ > |
+ <FileConfiguration |
+ Name="Debug|Win32" |
+ > |
+ <Tool |
+ Name="VCCustomBuildTool" |
+ Description="Processing js files..." |
+ CommandLine=".\d8js2c.cmd ..\..\src "$(IntDir)\DerivedSources"" |
+ Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc" |
+ /> |
+ </FileConfiguration> |
+ <FileConfiguration |
+ Name="Release|Win32" |
+ > |
+ <Tool |
+ Name="VCCustomBuildTool" |
+ Description="Processing js files..." |
+ CommandLine=".\d8js2c.cmd ..\..\src "$(IntDir)\DerivedSources"" |
+ Outputs="$(IntDir)\DerivedSources\natives.cc;$(IntDir)\DerivedSources\natives-empty.cc" |
+ /> |
+ </FileConfiguration> |
+ </File> |
+ <Filter |
+ Name="generated files" |
+ > |
+ <File |
+ RelativePath="$(IntDir)\DerivedSources\natives.cc" |
+ > |
+ </File> |
+ </Filter> |
+ </Files> |
+ <Globals> |
+ </Globals> |
+</VisualStudioProject> |