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
Thu Mar 13 12:05:13 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
[MPC.git]
/
config
/
winapp.mpb
blob
11428d6d5b01168b42f9344541dd8a602a7e9b2f
1
// -*- MPC -*-
2
// $Id$
3
4
project {
5
specific(em3, nmake, vc6) {
6
subsystem = windows
7
} else {
8
subsystem = 2
9
}
10
specific(vc10, vc11, vc12) {
11
subsystem = Windows
12
}
13
}