Subversion Repositories DevTools

Rev

Rev 5900 | Rev 7033 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5900 Rev 6917
Line 4... Line 4...
4
require         "$MAKELIB_PL";
4
require         "$MAKELIB_PL";
5
 
5
 
6
BuildPlatforms  ( 'JAVA,--Version=1.6','--OnlyDebug' );
6
BuildPlatforms  ( 'JAVA,--Version=1.6','--OnlyDebug' );
7
BuildPlatforms  ( 'WIN32,--OnlyProd' );
7
BuildPlatforms  ( 'WIN32,--OnlyProd' );
8
 
8
 
9
BuildName       ( 'buildtool 18.99.99 cr' );
9
BuildName       ( 'buildtool 19.2.0000 cr' );
10
 
10
 
11
BuildInterface  ( 'local' );
11
BuildInterface  ( 'local' );
12
BuildInterface  ( 'interface' );
12
BuildInterface  ( 'interface' );
-
 
13
 
-
 
14
LinkPkgArchive  ( 'gradle', '5.2.1.0000.cots' );
13
LinkPkgArchive  ( 'apache-ant', '1.7.0.cots' );
15
LinkPkgArchive  ( 'apache-ant', '1.7.0.cots' );
14
LinkPkgArchive  ( 'javaxmail', '1.4.cots' );
16
LinkPkgArchive  ( 'javaxmail', '1.4.cots' );
15
LinkPkgArchive  ( 'junit', '4.3.0.cots' );
17
LinkPkgArchive  ( 'junit', '4.3.0.cots' );
16
LinkPkgArchive  ( 'log4j', '1.2.14.cots' );
18
LinkPkgArchive  ( 'log4j', '1.2.14.cots' );
17
LinkPkgArchive  ( 'ojdbc','11.2.0.4.0.0000.cots');
19
LinkPkgArchive  ( 'ojdbc','11.2.0.4.0.0000.cots');
18
LinkPkgArchive  ( 'j2ssh-maverick', '1.5.2.0000.cots' );
20
LinkPkgArchive  ( 'j2ssh-maverick', '1.5.2.0000.cots' );
19
 
21
 
-
 
22
BuildSubDir     ('jats');
20
BuildDescpkg    ();
23
BuildDescpkg    ();
21
BuildVersion    ( '--Style=properties' );   
24
BuildVersion    ( '--Style=properties' );   
22
BuildMake       ();
25
BuildMake       ();
23
 
26