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
Tue Oct 29 10:41:11 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
[MPC.git]
/
config
/
wxqa.mpb
blob
623ee40bc86ed9a2387e42f846a5efcebf6389e2
1
// $Id$
2
project: wxcore, wxxml {
3
specific(prop:windows) {
4
Debug::lit_libs += wx$(WX_PORT)$(WX_VERSION)$(WX_UNICODE)d_qa
5
Release::lit_libs += wx$(WX_PORT)$(WX_VERSION)$(WX_UNICODE)_qa
6
} else {
7
lit_libs += wx_$(WX_PORT)$(WX_UNICODE)_qa$(WX_VERSION)
8
}
9
}