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 #18 from jwillemsen/master
[MPC.git]
/
config
/
wxcore.mpb
blob
f81a898014eb44d00746d892d44e5a060aaff9a7
1
project: wxbase, winapp {
2
specific(prop:windows) {
3
Debug::lit_libs += wx$(WX_PORT)$(WX_VERSION)$(WX_UNICODE)d_core
4
Release::lit_libs += wx$(WX_PORT)$(WX_VERSION)$(WX_UNICODE)_core
5
} else {
6
lit_libs += wx_$(WX_PORT)$(WX_UNICODE)_core$(WX_VERSION)
7
}
8
}