> Yes, it does work. > > ifeq ($(OS),Windows_NT) > COPY := >nul cmd.exe /c copy > else > COPY := >nul copy > endif # test NT
Thanks for testing! Committed.
Werner
> Yes, it does work. > > ifeq ($(OS),Windows_NT) > COPY := >nul cmd.exe /c copy > else > COPY := >nul copy > endif # test NT
Thanks for testing! Committed.
Werner