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 #228 from DOCGroup/jwillemsen-patch-1
[MPC.git]
/
config
/
wxmsvs.mpb
blob
f703d030618151c0fed65872e1c8bc436c221632
1
project {
2
// These settings are specific to wxWindows 2.9.X on Visual Studio.
3
// If you are using a different version of wxWindows, feel free to change
4
// the version number to match your version.
5
6
expand(WX_PORT) {
7
msw
8
}
9
expand(WX_PORT_MACRO) {
10
__WXMSW__
11
}
12
expand(WX_VERSION) {
13
29
14
}
15
expand(WX_UNICODE) {
16
u
17
}
18
expand(WX_BUILD_CONFIG) {
19
msw-unicode
20
}
21
}