summaryrefslogtreecommitdiff
path: root/config/wxmsvs.mpb
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2010-11-12 12:40:22 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2010-11-12 12:40:22 +0000
commit8edf6d76d4df2ee4327106abcd3cf91c82998143 (patch)
tree8fc3d0edafa91e182d1198ab02e507325d25e6c0 /config/wxmsvs.mpb
parent7bfc896c33313d0210ef67e48bf65755a1df05cd (diff)
downloadMPC-8edf6d76d4df2ee4327106abcd3cf91c82998143.tar.gz
ChangeLogTag: Fri Nov 12 12:39:55 UTC 2010 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'config/wxmsvs.mpb')
-rw-r--r--config/wxmsvs.mpb22
1 files changed, 22 insertions, 0 deletions
diff --git a/config/wxmsvs.mpb b/config/wxmsvs.mpb
new file mode 100644
index 00000000..5ea539d3
--- /dev/null
+++ b/config/wxmsvs.mpb
@@ -0,0 +1,22 @@
+// $Id$
+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
+ }
+}