Subversion Repositories DevTools

Rev

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

Rev 6177 Rev 6198
Line 7... Line 7...
7
#
7
#
8
# Description:    makefile.pl template example
8
# Description:    makefile.pl template example
9
#
9
#
10
#.........................................................................#
10
#.........................................................................#
11
 
11
 
12
die "Usage: Makefile.pl rootdir Makelib.pl\n"
-
 
13
    unless( $#ARGV+1 >= 2 );
-
 
14
require "$ARGV[1]";
12
require "$ARGV[1]";
15
 
13
 
16
# Build platform definitions ..
14
# Build platform definitions ..
17
#
15
#
18
Platform( '*' );
16
Platform( '*' );