Author: Peter Skinner
Date: 22:27:16 02/17/05
Go up one level in this thread
On February 18, 2005 at 00:15:37, Mike Byrne wrote: >trying to use VS 2005 beta ... > >if anyone has a command line method or GUI method , please post .. > >my old way of simply changing the name of makefile.nt to makefile.mak and >opening under MSVC++ 6.0 simply does not work ... > >tia, > >Michael Here are some options that I was just trying: cl /O2 /G7 /Ob2 /Og /Oi /Ot /Oy /Gs /GA /GF /MT /GT /GL /Gr /arch:SSE /DNT_i386 /DWIN32 /D_CONSOLE /DWINDOWS /DFAST /DEGTB6 /DEPD /DFUTILITY /DVC_INLINE_ASM crafty.c egtb.cpp And: cl /O2 /G7 /Ob2 /Og /Oi /Ot /Oy /Gs /GA /GF /MT /DSMP /DCPUS=4 /DNT_INTEREX /GT /GL /Gr /arch:SSE /DNT_i386 /DWIN32 /D_CONSOLE /DWINDOWS /DFAST /DEGTB6 /DEPD /DFUTILITY /DVC_INLINE_ASM crafty.c egtb.cpp I don't know if they are best yet, but I am just fiddling around. As before you have to make the changes to boolean.c, chess.h, data.c, then the rest compiles just fine. Peter
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.