Subversion Repositories DevTools

Rev

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

Rev 4814 Rev 4902
Line 21... Line 21...
21
 
21
 
22
#   Toolset and generic platforms
22
#   Toolset and generic platforms
23
#
23
#
24
    Toolset( '*', 'gcc.pl', '--Target=Ubuntu14', '--CrossAlias=x86_64-linux-gnu', '--UseCppcheck' );
24
    Toolset( '*', 'gcc.pl', '--Target=Ubuntu14', '--CrossAlias=x86_64-linux-gnu', '--UseCppcheck' );
25
    PlatformRequire( "unix" );
25
    PlatformRequire( "unix" );
-
 
26
 
-
 
27
#
-
 
28
#   Indicate that debian packages should be created as directly deployable
-
 
29
#   They will be placed in the root directory of the target package and will have a P/D mangled 
-
 
30
#   into the name. This is in keeping with all other directly deplayable installers
-
 
31
#
-
 
32
    SetGlobalOption('DEBIAN_PACKAGE_DEPLOYABLE', 1);
-
 
33
 
26
}
34
}
27
 
35
 
28
 
36
 
29
 
37