Hello,
I try to specify a custom INSTALL_FILE command in the Makefile generated with "nmake install".
For the moment INSTALL_FILE=copy /y
but i want to change it to INSTALL_FILE=xcopy /y /d
.
This allow me to copy only files with newer timestamp.
Thank you