From: David H. <da...@he...> - 2005-04-14 22:35:19
|
"Martin Bickel" <bi...@as...> writes: > The patch does not include changes that were necessary for building > SDLmm with Borland C++ Builder. The RCSID macros caused conflicts, so I > removed them all. IMHO, they have nothing lost in the global namespace. > I suggest, if they are need at all, to at least put them into the SDLmm > namespace. The purpose of RCSID macros is to allow the command "ident" to list the versions of the files in the library. Naturally with Borland C++, this is of no consequence. Example output: : 0 neotron@stellar ident ~/src/SDLmm/src/.libs/libSDLmm.so /home/neotron/src/SDLmm/src/.libs/libSDLmm.so: $Id: sdlmm_global.cpp,v 1.17 2001/06/25 23:24:52 rad_ad Exp $ $Id: sdlmm_basesurface.cpp,v 1.18 2001/08/27 22:14:53 neotron Exp $ $Id: sdlmm_surface.cpp,v 1.18 2001/06/25 23:24:52 rad_ad Exp $ $Id: sdlmm_display.cpp,v 1.14 2001/06/25 23:24:52 rad_ad Exp $ $Id: sdlmm_pixelformat.cpp,v 1.5 2001/07/09 01:14:13 rad_ad Exp $ $Id: sdlmm_srect.cpp,v 1.9 2001/08/30 23:58:45 rad_ad Exp $ $Id: sdlmm_event.cpp,v 1.9 2001/08/27 02:11:14 rad_ad Exp $ $Id: sdlmm_audio.cpp,v 1.5 2001/06/25 23:24:52 rad_ad Exp $ $Id: sdlmm_timer.cpp,v 1.7 2001/06/25 23:24:52 rad_ad Exp $ $Id: sdlmm_joystick.cpp,v 1.5 2001/06/25 23:24:52 rad_ad Exp $ $Id: sdlmm_cd.cpp,v 1.5 2001/06/25 23:24:52 rad_ad Exp $ $Id: sdlmm_videoinfo.cpp,v 1.4 2001/06/25 23:24:52 rad_ad Exp $ -- [ Below is a random fortune, which is unrelated to the above message. ] You will be the victim of a bizarre joke. |