Rev 780 | Blame | Last modification | View Log | RSS feed
die "Usage: Makefile.pl rootdir Makelib.pl\n"unless( $#ARGV+1 >= 2 );require "$ARGV[1]";Platform( 'WIN32', '--OnlyDebug' );Src ( '*', 'setenv.bat' );PackageFile ( '*', 'setenv.bat', "--Subdir=etc" );Src ( '*', 'abt.bat' );PackageFile ( '*', 'abt.bat', "--Subdir=etc" );Src ( '*', 'abt' );PackageFile ( '*', 'abt', "--Subdir=etc" );Src ( '*', 'abtd.xml' );PackageFile ( '*', 'abtd.xml', "--Subdir=etc" );Src ( '*', 'abtlaunch.bat' );PackageFile ( '*', 'abtlaunch.bat', "--Subdir=etc" );Src ( '*', 'abtlaunch' );PackageFile ( '*', 'abtlaunch', "--Subdir=etc" );Src ( '*', 'chainsaw.bat' );PackageFile ( '*', 'chainsaw.bat', "--Subdir=etc" );Src ( '*', 'log4j.dtd' );PackageFile ( '*', 'log4j.dtd', "--Subdir=etc" );MakefileGenerate();