I need the current working directory from nmake for the directory it is currently building in to be used in a makefile.
Is there some kind of built-in macro for this?
I need the current working directory from nmake for the directory it is currently
Share
According to the docs,
may be what you want.