diff -r 76b1f169d9fe -r 01a9c5986656 cygwin-1.5.25/group/bld.inf --- a/cygwin-1.5.25/group/bld.inf Fri Apr 03 17:16:45 2009 +0100 +++ b/cygwin-1.5.25/group/bld.inf Tue May 12 17:36:49 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/cygwin + OPTION WHAT_TARGET WHATEXPORTS +END + +#endif +