Mike Williams wrote: > Attached is a patch to use VC8 specific optimization options. FTR, VC8 > no longer supports the /Gn processor code generation directive, and the > makefile now uses link time code generation when not optimizing for space.
Although MS keeps changing the arguments, the new ones mostly get used again in future versions. Thus this check: + !if "$(_NMAKE_VER)" != "8.00.50727.42" Should probably check if the version is greater than or smaller than this specific number. At least do the comparing with this specific number once and pass the result to further "if"s. -- Q. What happens to programmers when they die? A: MS-Windows programmers are reinstalled. C++ programmers become undefined, anyone who refers to them will die as well. Java programmers reincarnate after being garbage collected. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///