done!

ja

(may take a while to show up in CVS as there were issues yesterday with CVS at SF.net)

On Friday, January 23, 2004, at 08:01 AM, Torsten Giebl wrote:

Hello !

Jesse please replace this code in globals.h:

#ifdef WIN32
#define DATA_PREFIX ".//"
#endif

with:

#ifdef WIN32
#undef  DATA_PREFIX
#define DATA_PREFIX ".//"
#endif


This eleminates the "DEFINE redefined" Compiler Warning you use your Makefile.ja to compile TT2 under MinGW or CYGWIN without changing the Makefile.ja


CU _______________________________________________ Tuxtype-dev mailing list [EMAIL PROTECTED] http://tux4kids.net/mailman/listinfo/tuxtype-dev


_______________________________________________ Tuxtype-dev mailing list [EMAIL PROTECTED] http://tux4kids.net/mailman/listinfo/tuxtype-dev

Reply via email to