Error in VC NMake: cannot open input file 'setargv.obj'
Author
Zhou Renjian
Create@
2005-12-14 20:54
"setargv.obj" is a pre-compiled file under the Microsoft VC's lib.
Try to search this file under "Visua Studio" home folder and add the path to the environment of "%LIB%" by
...\>set lib=%lib%;<your lib folder>
And run nmake again. Fatal error should disappeared.