I want to exclude file deletion using Eclipse Project Clean. I am working on an SDL application, so I need the SDL.dll file to be present in the Debug folder.
Is it possible to exclude, for example, * .dll files from a clean operation? If so, how do I do this? I don't have a makefile in my Eclipse CDT project, so I can't just change the net target.
source
share