From: stephan b. <sg...@us...> - 2004-12-30 20:14:19
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4062/include/pclasses Modified Files: pclasses-config.h.at Log Message: Added a timestamp kludge to help force rebuilds of objects after reconfigure. Still not 100% working, and i don't know why. Index: pclasses-config.h.at =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/pclasses-config.h.at,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- pclasses-config.h.at 26 Dec 2004 09:21:22 -0000 1.8 +++ pclasses-config.h.at 30 Dec 2004 20:14:10 -0000 1.9 @@ -1,6 +1,8 @@ #ifndef P_CONFIG_HPP_INCLUDED #define P_CONFIG_HPP_INCLUDED 1 +// @CONFIGURE_TIMESTAMP@ +// ^^^ exists to force some files to rebuild after a configure. namespace P { } // namespace P |