node/deps/v8/tools/visual_studio/ia32.vsprops

18 lines
449 B
Plaintext
Raw Normal View History

2009-05-12 06:12:56 +08:00
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
2009-09-10 04:01:54 +08:00
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)"
2009-05-12 06:12:56 +08:00
Name="ia32"
>
<Tool
Name="VCCLCompilerTool"
2010-04-24 03:05:36 +08:00
PreprocessorDefinitions="_USE_32BIT_TIME_T;V8_TARGET_ARCH_IA32"
2009-05-12 06:12:56 +08:00
/>
2010-02-04 01:06:03 +08:00
<Tool
Name="VCLinkerTool"
TargetMachine="1"
/>
2009-05-12 06:12:56 +08:00
</VisualStudioPropertySheet>