summaryrefslogtreecommitdiff
path: root/ACE/MPC/templates/vc8java.mpt
blob: 401d0b57bfd416208c12d38c7b9959d4bc68568b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// -*- MPC -*-
// $Id$

conditional_include "common"
conditional_include "windowscommon"

configurations     = Debug Release
platforms          = AnyCPU
trace              = 1

Release {
  optimize         = 1
  output_dir       = Release
}

Debug {
  optimize         =
  output_dir       = Debug
}

conditional_include "user_vc8java"