Added github action to cancel any unnessary previous run
[MPC.git] / templates / cccommon.mpt
blobb823c4e5c84ba2aeb97dea9b827f924e5607a6a7
1 // -*- MPC -*-
2 conditional_include "common"
4 lib_prefix =
5 lib_ext    = .lib
6 dll_ext    = .dll
7 exe_ext    = .out
9 configurations = Debug Release
10 common_defines =
11 rtti           = 1
12 big_endian     =
13 windows_style  = 1
15 Release {
16   optimize         = 1
17   output_dir       = Release
18   intermediate_dir = Release
21 Debug {
22   optimize         =
23   defines          = _DEBUG
24   output_dir       = Debug
25   intermediate_dir = Debug
26   lib_modifier     = d