diff -r ae805ac0140d -r 96ece3500cf4 python-2.5.2/group/bld.inf --- a/python-2.5.2/group/bld.inf Fri Apr 03 17:19:34 2009 +0100 +++ b/python-2.5.2/group/bld.inf Tue May 12 17:36:58 2009 +0100 @@ -16,5 +16,24 @@ PRJ_PLATFORMS TOOLS TOOLS2 -// nothing to build +#ifndef SBSV2 + +// abld build using generated exports file + +PRJ_EXPORTS +#include "exports.inf" + +#else + +// raptor build using an FLM +PRJ_EXTENSIONS + +START EXTENSION utility.copydir + OPTION SOURCE_DIR ../win32 + OPTION DEST_DIR tools/sbs/win32/python252 + OPTION WHAT_TARGET WHATEXPORTS +END + +#endif +