repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Added github action to cancel any unnessary previous run
[MPC.git]
/
templates
/
cccommon.mpt
blob
b823c4e5c84ba2aeb97dea9b827f924e5607a6a7
1
// -*- MPC -*-
2
conditional_include "common"
3
4
lib_prefix =
5
lib_ext = .lib
6
dll_ext = .dll
7
exe_ext = .out
8
9
configurations = Debug Release
10
common_defines =
11
rtti = 1
12
big_endian =
13
windows_style = 1
14
15
Release {
16
optimize = 1
17
output_dir = Release
18
intermediate_dir = Release
19
}
20
21
Debug {
22
optimize =
23
defines = _DEBUG
24
output_dir = Debug
25
intermediate_dir = Debug
26
lib_modifier = d
27
}