Subversion Repositories gelsvn

Rev

Rev 218 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
218 bj 1
// -*- MPC -*-
2
// $Id: vc8csharp.mpt,v 1.1 2006/01/19 18:33:29 elliott_c Exp $
3
 
4
conditional_include "common"
5
conditional_include "windowscommon"
6
 
7
configurations     = Debug Release
8
platforms          = AnyCPU
9
common_defines     = TRACE
10
 
11
Release {
12
  optimize         = 1
13
  defines          =
14
  output_dir       = Release
15
}
16
 
17
Debug {
18
  optimize         =
19
  defines          = DESIGN DEBUG
20
  output_dir       = Debug
21
}
22
 
23
conditional_include "user_vc8csharp"