summaryrefslogtreecommitdiff
path: root/templates/wix.mpt
blob: abfb748a6d95fc0aacab901b11a11aa1f5f1bdd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- MPC -*-
conditional_include "common"
conditional_include "windowscommon"

configurations     = Debug Release

conditional_include "vc10platforms"

Release {
}

Debug {
    debug_prj        = 1
}