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
// -*- MPC -*-
1
// -*- MPC -*-
2
// $Id: vc7csharp.mpt 107 2005-09-02 16:42:23Z bj $
2
// $Id: vc7csharp.mpt 107 2005-09-02 16:42:23Z bj $
3
 
3
 
4
conditional_include "common"
4
conditional_include "common"
5
conditional_include "windowscommon"
5
conditional_include "windowscommon"
6
 
6
 
7
configurations     = Debug Release
7
configurations     = Debug Release
8
common_defines     = TRACE
8
common_defines     = TRACE
9
 
9
 
10
Release {
10
Release {
11
  optimize         = 1
11
  optimize         = 1
12
  defines          =
12
  defines          =
13
  output_dir       = Release
13
  output_dir       = Release
14
}
14
}
15
 
15
 
16
Debug {
16
Debug {
17
  optimize         =
17
  optimize         =
18
  defines          = DESIGN DEBUG
18
  defines          = DESIGN DEBUG
19
  output_dir       = Debug
19
  output_dir       = Debug
20
}
20
}
21
 
21
 
22
conditional_include "user_vc7csharp"
22
conditional_include "user_vc7csharp"
23
 
23