Subversion Repositories DevTools

Rev

Rev 4914 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#.. Build system
#
$MAKELIB_PL     = "$ENV{ GBE_TOOLS }/makelib.pl";
$BUILDLIB_PL    = "$ENV{ GBE_TOOLS }/buildlib.pl";

require         "$BUILDLIB_PL";
require         "$MAKELIB_PL";


#.. Toolset configuration
#


#.. Product configuration
#
BuildPlatforms   ( 'VS2010,--OnlyProd' );
BuildName        ( 'nsis_path 2.0.0000 cr' );
BuildInterface   ( 'local' );
BuildInterface   ( 'interface' );

LinkPkgArchive( 'nsis', '2.46.1000.cots' );

#..    Imported package archives
#


#.. Build source tree makefile(s)
#
BuildDescpkg    ();   
BuildVersion    ();   
BuildMake   ();