summaryrefslogtreecommitdiff
path: root/config/wxmsvs.mpb
blob: f703d030618151c0fed65872e1c8bc436c221632 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
project {
  // These settings are specific to wxWindows 2.9.X on Visual Studio.
  // If you are using a different version of wxWindows, feel free to change
  // the version number to match your version.

  expand(WX_PORT) {
    msw
  }
  expand(WX_PORT_MACRO) {
    __WXMSW__
  }
  expand(WX_VERSION) {
    29
  }
  expand(WX_UNICODE) {
    u
  }
  expand(WX_BUILD_CONFIG) {
    msw-unicode
  }
}