[Bf-committers] build_date .. not defined with msvc6

bjornmose bjornmose at gmx.net
Fri Apr 14 00:40:34 CEST 2006


Hi trying to get a build on msvc6 i stumbled over this
...
* $Id: creator.c,v 1.59 2006/03/20 16:24:00 campbellbarton Exp $
...
static void print_version(void)
{
	printf ("Blender %d.%02d Build\n", G.version/100, G.version%100);
	/* aye mscv6 does not do .. so i did fix it here by commenting out
other spots do here ??	#ifdef NAN_BUILDINFO

	printf ("\tbuild date: %s\n", build_date);
	printf ("\tbuild time: %s\n", build_time);
	printf ("\tbuild platform: %s\n", build_platform);
	printf ("\tbuild type: %s\n", build_type);
	*/
}
.. but it would be better if the included header file 'winextrablaa.. ' 
would care for msvc6 :)

BM



More information about the Bf-committers mailing list