On 10/22/07, Josef Karthauser <[EMAIL PROTECTED]> wrote:
> I did a search on the net, and found documentation that stated that NMake did
> support /J
Where? Is this documentation on the web? Is it for an older nmake?
___
CMake mailing list
CMake@cmake.o
> From: David Cole [mailto:[EMAIL PROTECTED]
> Sent: 22 October 2007 14:29
> To: Josef Karthauser
> Cc: cmake@cmake.org
> Subject: Re: [CMake] NMake questions if I may.
>
> nmake /? in a visual studio command prompt should look something like this:
>
>
> C:\Program F
nmake /? in a visual studio command prompt should look something like this:
C:\Program Files\Microsoft Visual Studio 8\VC>nmake /?
Microsoft (R) Program Maintenance Utility Version 8.00.50727.762
Copyright (C) Microsoft Corporation. All rights reserved.
Usage: NMAKE @commandfile
NMAKE
Do we have any NMake users out there? I'm sure someone might be able to
answer this for me.
It looks like in the past NMake had a -J option, which like the -j of
gnu's gmake, causes parallel compilation where possible. This appears
to be missing with the NMake I've got with Visual Studio 2005 t