Update of /cvsroot/opentnl/tnl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14491
Added Files:
cwPrefixWin32.h tnl.mcp
Log Message:
Integrated Norbert's patch for Win32 CodeWarrior support
Changed instructions screen to display help for current controls configuration
--- NEW FILE: cwPrefixWin32.h ---
// prefix include file for Metrowerks CodeWarrior
#define TNL_DEBUG
// enable to have TNL asserts or logging
//#define TNL_ENABLE_ASSERTS
//#define TNL_ENABLE_LOGGING
// You might also want to call TNLLogEnable(xyz, true) to enable special
// logging output. xyz could be LogNetConnection, LogNetConnection, e.t.c.
// See tnlLog.h for more logging targets.
--- NEW FILE: tnl.mcp ---
(This appears to be a binary file; contents omitted.)
|