开发者

nmake: Is there a built-in macro for current working directory?

I need the current working directory from nmake for the directory it is currently building in to be used开发者_如何学Go in a makefile. Is there some kind of built-in macro for this?


According to the docs,

MAKEDIR     Current directory when Nmake.exe was invoked. 

may be what you want.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜