TESTAR_dev icon indicating copy to clipboard operation
TESTAR_dev copied to clipboard

Make the nmake Makefile more robust and informative

Open ferpasri opened this issue 2 years ago • 0 comments

Make the Makefile compilation more robust and informative by searching other Visual Studio Tools paths or checking if the C++ tool libraries are installed correctly.

For example, creating and if exists condition to search for:

  • Microsoft Visual Studio\2017\BuildTools
  • Microsoft Visual Studio\2019\BuildTools
  • Microsoft Visual Studio\2022\BuildTools Or adding a path that allows a dynamic directory:
  • Microsoft Visual Studio\ * \BuildTools

ferpasri avatar Feb 14 '23 09:02 ferpasri