v8/tools/visual_studio/ia32.vsprops
lrn@chromium.org 976a9025e4 Fix .gyp file and avoid adding -m32 on 32 bit systems.
Fix SConstruct to only add -m32 if the compiler needs it.

Review URL: http://codereview.chromium.org/100160


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1820 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-04-29 15:20:37 +00:00

12 lines
238 B
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="ia32"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="V8_ARCH_IA32"
/>
</VisualStudioPropertySheet>