Subversion Repositories gelsvn

Rev

Rev 107 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 107 Rev 119
1
// $Id: flex.mpb 107 2005-09-02 16:42:23Z bj $
1
// $Id: flex.mpb 107 2005-09-02 16:42:23Z bj $
2
project {
2
project {
3
  Define_Custom(FLEX) {
3
  Define_Custom(FLEX) {
4
    automatic        = 1
4
    automatic        = 1
5
    command          = flex
5
    command          = flex
6
    commandflags     = -t
6
    commandflags     = -t
7
    output_option    = >
7
    output_option    = >
8
    pch_postrule     = 1
8
    pch_postrule     = 1
9
    inputext         = .ll, .l
9
    inputext         = .ll, .l
10
    source_outputext = .c, .cpp, .cxx, .cc, .C
10
    source_outputext = .c, .cpp, .cxx, .cc, .C
11
  }
11
  }
12
}
12
}
13
 
13