From: Patrick H. <pat...@us...> - 2006-07-13 13:19:09
|
patrickh 2006/07/13 06:19:08 PDT Modified files: . ChangeLog cppdom cppdom.cpp cppdom.h version.h SConscript vc7 cppdom.vcproj Removed files: cppdom version.cpp Log: Moved the declaration of cppdom::getVersion() out of version.h and into cppdom.h (the implementation of cppdom::getVersion() has been moved to cppdom.cpp). In so doing, version.h now only contains preprocessor symbol definitions and thus does not require config.h. This is needed so that config.h can include version.h to set up the automatic linking stuff on Windows. Revision Changes Path 1.49 +5 -3 cppdom/ChangeLog 1.25 +0 -1 cppdom/cppdom/SConscript 1.58 +37 -3 cppdom/cppdom/cppdom.cpp 1.91 +5 -2 cppdom/cppdom/cppdom.h 1.4 +0 -76 cppdom/cppdom/version.cpp (dead) 1.24 +2 -12 cppdom/cppdom/version.h 1.12 +0 -3 cppdom/vc7/cppdom.vcproj http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/ChangeLog.diff?r1=1.48&r2=1.49&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom/SConscript.diff?r1=1.24&r2=1.25&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom/cppdom.cpp.diff?r1=1.57&r2=1.58&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom/cppdom.h.diff?r1=1.90&r2=1.91&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom/version.cpp?rev=&content-type=text/plain http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/cppdom/version.h.diff?r1=1.23&r2=1.24&diff_format=h http://xml-cppdom.cvs.sourceforge.net/xml-cppdom/cppdom/vc7/cppdom.vcproj.diff?r1=1.11&r2=1.12&diff_format=h |