Subversion Repositories DevTools

Rev

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

Rev 313 Rev 315
Line 23... Line 23...
23
 
23
 
24
#..     Product configuration
24
#..     Product configuration
25
#
25
#
26
BuildPlatforms ('SOLARIS,--OnlyDebug');
26
BuildPlatforms ('SOLARIS,--OnlyDebug');
27
BuildPlatforms ('LINUX,--OnlyDebug');
27
BuildPlatforms ('LINUX,--OnlyDebug');
28
BuildPlatforms ('WIN32,--OnlyDebug');
28
BuildPlatforms ('WIN32,--OnlyProd');
29
 
29
 
30
BuildName       ( 'cmdfile 00.00.00 cr' );
30
BuildName       ( 'cmdfile 00.00.00 cr' );
31
BuildInterface  ( 'local' );
31
BuildInterface  ( 'local' );
32
BuildInterface  ( 'interface' );
32
BuildInterface  ( 'interface' );
33
 
33