repo.or.cz
/
MPC.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #129 from jwillemsen/jwi-cancelprevious
[MPC.git]
/
config
/
winapp.mpb
blob
b87b3d4240910033e05351e5a1515b26cc2040d8
1
// -*- MPC -*-
2
project {
3
specific(em3, nmake, vc6) {
4
subsystem = windows
5
} else {
6
subsystem = 2
7
}
8
specific(vc10, vc11, vc12, vc14, vs2017, vs2019) {
9
subsystem = Windows
10
}
11
}