On 27/12/05, nobuyoshi nakada <nobuyoshi.nakada / ge.com> wrote: > --- win32/Makefile.sub 25 Oct 2005 16:59:17 -0000 1.105 > +++ win32/Makefile.sub 27 Dec 2005 08:15:23 -0000 > @@ -64,5 +64,7 @@ PROCESSOR_LEVEL = 5 > PROCESSOR_LEVEL = 6 > !endif > +!if $(MSC_VER) < 1400 > PROCESSOR_FLAG = -G$(PROCESSOR_LEVEL) > +!endif Unless -G6 causes problems with the "real" version of VS 2005, this is probably not a good idea. I'm specifically using the "free" version of VS2005. I am recompiling now with most of these changes (except that above; that warning is annoying but potentially acceptable as noted above) and having reconfigured my PSDK to "RETAIL" version, instead of "DEBUG" version. -austin -- Austin Ziegler * halostatue / gmail.com * Alternate: austin / halostatue.ca