I am using minixml library in my gcc base project. I can successfully compile the files using the following command line option
gcc -o <output file> <c file path> -L. -lem_log -lmxml -pthread
how can I compile the program with the same options in Netbeans 6.9.0?