From: omy Date: Tue, 2 Jul 2013 09:56:53 +0000 (+0400) Subject: Fixed EDL file to disable linker warning LNK4068 for Visual Studio x86 projects. X-Git-Tag: V6_7_1~35 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=3e138c34a928b0654117839a9322c21f90532586;p=occt-wok.git Fixed EDL file to disable linker warning LNK4068 for Visual Studio x86 projects. --- diff --git a/src/WOKBuilderDef/CSF_WNT.edl b/src/WOKBuilderDef/CSF_WNT.edl index 74ce672..6abc894 100644 --- a/src/WOKBuilderDef/CSF_WNT.edl +++ b/src/WOKBuilderDef/CSF_WNT.edl @@ -11,7 +11,7 @@ @set %CSF_VC_MACHINE = " -machine:X64"; @set %CSF_ARCH = "64"; @else - @set %CSF_VC_MACHINE = " -machine:IX86"; + @set %CSF_VC_MACHINE = " -machine:X86"; @set %CSF_ARCH = "32"; @endif;