Hi there,

When a make file is exported with VC 6.0 "Export Makefile..." function, and executed from command line, it doesn't work. The error is
Code:
D:\iis>NMAKE /f "iis.mak"

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

No configuration specified. Defaulting to iis - Win32 Debug.
NMAKE : fatal error U1073: don't know how to make '"c:\program files\microsoft v
isual studio\vc98\include\basetsd.h"'
Stop.
The VC 6.0 is installed at "e:\...", but "c:\...". How to correct the makefile exported by VC 6.0 to make it work?

Thanks,