When building a project containing only the following source file with the x64 Intel compiler called using Plato, the ClearWin64.lib library is always linked. Can this be avoided?
PROGRAM console
WRITE(*,*)'Hello World'
END PROGRAM console
This has the unwanted effect of requiring the executable to be shipped with the corresponding DLL.