Appropriate way to add "media" files to c/c++ project in netbeans IDE -
I have a C / C ++ project in netbeans 6.7. The Dll file must be located in the same directory in the .exe file, and it requires a "media" directory (which consists of a set of png files) in the same directory. I want to set it so that NetBeans will do this for me automatically. How can I go about doing this?
You can edit Makefile, especially .build
Comments
Post a Comment