summaryrefslogtreecommitdiff
path: root/src/3rdparty/v8/tools/visual_studio/ia32.vsprops
blob: b574660603550351825606a6723e44e19172c10d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
	ProjectType="Visual C++"
	Version="8.00"
	OutputDirectory="$(SolutionDir)$(ConfigurationName)"
	IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)"
	Name="ia32"
	>
	<Tool
		Name="VCCLCompilerTool"
		PreprocessorDefinitions="_USE_32BIT_TIME_T;V8_TARGET_ARCH_IA32"
	/>
	<Tool
		Name="VCLinkerTool"
		TargetMachine="1"
	/>
</VisualStudioPropertySheet>