Merge pull request #193 from jwillemsen/jwi-nddstsflags
[MPC.git] / config / wxmsvs.mpb
blobf703d030618151c0fed65872e1c8bc436c221632
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.
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   }