Subversion Repositories gelsvn

Rev

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

Rev 107 Rev 217
Line 1... Line 1...
1
// -*- MPC -*-
1
// -*- MPC -*-
2
// $Id: bmakelib.mpt 107 2005-09-02 16:42:23Z bj $
2
// $Id: bmakelib.mpt 217 2006-05-05 09:35:48Z bj $
3
 
3
 
4
conditional_include "bmakecommon"
4
conditional_include "bmakecommon"
5
 
5
 
6
use_lib_modifier = 1
6
use_lib_modifier = 1
7
 
7
 
Line 12... Line 12...
12
  lib_modifier     = s
12
  lib_modifier     = s
13
}
13
}
14
 
14
 
15
Debug {
15
Debug {
16
  optimize         =
16
  optimize         =
-
 
17
  debug_prj        = 1
17
  defines          = _DEBUG
18
  defines          = _DEBUG
18
  intermediate_dir = Static_Debug
19
  intermediate_dir = Static_Debug
19
  lib_modifier     = sd
20
  lib_modifier     = sd
20
}
21
}
21
 
22