2009-04-23 01:35:47 +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)Arm"
|
|
|
|
IntermediateDirectory="$(SolutionDir)$(ConfigurationName)Arm\obj\$(ProjectName)"
|
2009-04-23 01:35:47 +08:00
|
|
|
Name="arm"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2009-09-10 04:01:54 +08:00
|
|
|
PreprocessorDefinitions="_USE_32BIT_TIME_T;V8_TARGET_ARCH_ARM;V8_NATIVE_REGEXP"
|
2009-04-23 01:35:47 +08:00
|
|
|
DisableSpecificWarnings="4996"
|
|
|
|
/>
|
|
|
|
</VisualStudioPropertySheet>
|