On Sun, 7 May 2006, MAYUR PATIL wrote:
C:\Program Files\Microsoft Platform SDK\Bin>nmake -f 
c:\IMAP\IMAP1\imap-2006.DEV.SNAP-0604201745\makefile.w2k

That won't work. You can't run a makefile in a different directory. You must be connected to the directory that holds the makefile. That is:

 C:\Program Files\Microsoft Platform SDK\Bin>cd 
c:\IMAP\IMAP1\imap-2006.DEV.SNAP-0604201745
 C:\IMAP\IMAP1\imap-2006.DEV.SNAP-0604201745>nmake -f makefile.w2k

Also, have you run the vcvars32.bat file in Visual C to set up the Visual C environment variables?

-- Mark --

http://panda.com/mrc
Democracy is two wolves and a sheep deciding what to eat for lunch.
Liberty is a well-armed sheep contesting the vote.
_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to