Subversion Repositories DevTools

Rev

Rev 820 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 820 Rev 866
Line 4... Line 4...
4
die "Usage: Makefile.pl rootdir Makelib.pl\n"
4
die "Usage: Makefile.pl rootdir Makelib.pl\n"
5
unless( $#ARGV+1 >= 2 );
5
unless( $#ARGV+1 >= 2 );
6
require "$ARGV[1]";
6
require "$ARGV[1]";
7
 
7
 
8
# subdirectories to recurse
8
# subdirectories to recurse
9
SubDir( 'ant-abt' );
-
 
10
SubDir( 'antwrap' );
9
SubDir( 'antwrap' );
11
SubDir( 'config' );
10
SubDir( 'config' );
12
SubDir( 'generated' );
11
SubDir( 'generated' );
13
SubDir( 'util' );
-
 
14
 
12
 
15
# target platforms
13
# target platforms
16
Platform( '*' );
14
Platform( '*' );
17
 
15
 
18
# build flags and paths
16
# build flags and paths