¡@

Home 

c++ Programming Glossary: support.cc

How to make SIMPLE C++ Makefile?

http://stackoverflow.com/questions/2481269/how-to-make-simple-c-makefile

that you have a directory containing tool tool.cc tool.o support.cc support.hh and support.o which depend on root and are supposed.. program. To do this yourself you could 1 check if either support.cc or support.hh is newer than support.o and if so run a command.. a command like g g c D_REENTRANT pthread I sw include root support.cc 2 check if either support.hh or tool.cc are newer than tool.o..