- or download this
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
...
'OPTIMIZE' => '-O2',
'DEFINE' => ' -GX -TP ', # e.g., '-DHAVE_SOMETHING'
);
- or download this
--- Irrlicht.xs.orig Fri Jul 2 04:11:37 2004
+++ Irrlicht.xs Fri Jul 2 04:11:48 2004
...
now = timer->getTime() - base_ticks;
// printf ("now: %i\n", now);
to_sleep = min_time - (now - last);
- or download this
C:\Perl\.cpanplus\5.8.3\build\Games-Irrlicht-0.04>nmake
...
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.