summaryrefslogtreecommitdiff
path: root/templates/vc8vb.mpt
blob: 413b3044147d7856ff1846b2ea50854744ec67fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -*- MPC -*-
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_vc8vb"