I have used CMAKE to configure and generate DCMTK source code. Now I am trying to build libs using make command in msys. But as soon as I am passing make command, I am getting this:
212715008@G5CG7324856E /c/Ashish/dcmtkans
$ make
> Microsoft Windows [Version 10.0.16299.726] (c) 2017 Microsoft
> Corporation. All rights reserved.
Why I am getting this
Microsoft Windows [Version 10.0.16299.726] (c) 2017 Microsoft Corporation. All rights reserved.
after passing make command? I am unable to build libs. How can I solve this issue?