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

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -