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

Reply via email to