]> OCCT Git - occt-wok.git/commitdiff
Fixed EDL file to disable linker warning LNK4068 for Visual Studio x86 projects.
authoromy <omy@opencascade.com>
Tue, 2 Jul 2013 09:56:53 +0000 (13:56 +0400)
committerbugmaster <bugmaster@opencascade.com>
Mon, 16 Sep 2013 13:58:44 +0000 (17:58 +0400)
src/WOKBuilderDef/CSF_WNT.edl

index 74ce67246f3a4bda1b6a3af307c5fe423075f801..6abc8946734c9271c9755ea0d93f6b755cf56833 100644 (file)
@@ -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;