If I have 10 projects in NetBeans, these 10 projects will use a Logging system, this system will contain a Log.h and a Log.c. Since all projects will have to use these two log files to generate logs, I will need to copy the two files for each project. But this causes a problem, for example: if I will change Log.c I will have to change in all the projects. In this case, is there any way to include these two files in all projects without having to copy the two files for each project?