Subject: | API_test.dep contains errors preventing nmake test |
Hi. PODMASTER here.
API_test.dep contains errors preventing nmake test
API_test.dep contains the following
# Microsoft Developer Studio Generated Dependency File, included by API_test.mak
.\API_test.cpp : \
".\API_test.h"\
.\StdAfx.cpp : \
".\StdAfx.h"\
"e:\vs\vc\include\basetsd.h"\
"e:\vs\vc\include\guiddef.h"\
"e:\vs\vc\include\reason.h"\
"e:\vs\vc\include\stralign.h"\
"e:\vs\vc\include\tvout.h"\
All of the icludes starting with "e:\vs\vc\include\
are standard includes, and should not be in this file.
you should instead tell users to run vcvars32.bat to set the LIB and INCLUDE %ENV vars, and all will be well.