Subversion Repositories DevTools

Rev

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

Rev 227 Rev 3967
Line 1... Line -...
1
# -*- mode: mak -*-
-
 
2
###############################################################################
1
###############################################################################
3
# File:         TOOLSET/standard.rul[e]
2
# File:         TOOLSET/standard.rul[e]
4
#
3
#
5
# Contents:     Toplevel toolset driver for doing stuff
4
# Contents:     Toplevel toolset driver for doing stuff
6
#
5
#
Line 12... Line 11...
12
#       ASDEPEND
11
#       ASDEPEND
13
#       AR              Archive
12
#       AR              Archive
14
#       LD              Linker
13
#       LD              Linker
15
#       SHLD            Linked (shared library)
14
#       SHLD            Linked (shared library)
16
#
15
#
17
# Revision History:
-
 
18
#      `95       JONW   CMOS dev env
-
 
19
#       xx/08/99 APY    Ported
-
 
20
#       10/03/00 APY    Modified 'cc' output filtering
-
 
21
#       13/11/00        ${exe} now embeddes '.' if required.
-
 
22
#       29/11/00        SHLD and SHLDDEPEND
-
 
23
#       16/11/01        xx_term
-
 
24
#       06/05/04        $(show_environment) missing from several rules
-
 
25
#       08/07/04        cc_redirect filter now saves the exit code of the compile
-
 
26
#                       and uses it after the filter has been processed
-
 
27
#                       This will ensure that the user sees any errors
-
 
28
#
-
 
29
###############################################################################
16
###############################################################################
30
 
17
 
31
#
18
#
32
#   Global control of compiler filters
19
#   Global control of compiler filters
33
#   USE_FILTER is defined by default
20
#   USE_FILTER is defined by default