summaryrefslogtreecommitdiff
path: root/templates/cccommon.mpt
blob: b823c4e5c84ba2aeb97dea9b827f924e5607a6a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// -*- MPC -*-
conditional_include "common"

lib_prefix =
lib_ext    = .lib
dll_ext    = .dll
exe_ext    = .out

configurations = Debug Release
common_defines =
rtti           = 1
big_endian     =
windows_style  = 1

Release {
  optimize         = 1
  output_dir       = Release
  intermediate_dir = Release
}

Debug {
  optimize         =
  defines          = _DEBUG
  output_dir       = Debug
  intermediate_dir = Debug
  lib_modifier     = d
}