Subversion Repositories gelsvn

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

// -*- MPC -*-
// $Id: vc8csharp.mpt,v 1.1 2006/01/19 18:33:29 elliott_c Exp $

conditional_include "common"
conditional_include "windowscommon"

configurations     = Debug Release
platforms          = AnyCPU
common_defines     = TRACE

Release {
  optimize         = 1
  defines          =
  output_dir       = Release
}

Debug {
  optimize         =
  defines          = DESIGN DEBUG
  output_dir       = Debug
}

conditional_include "user_vc8csharp"