summaryrefslogtreecommitdiff
path: root/config/wxnet.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/wxnet.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/wxnet.mpb')
-rw-r--r--config/wxnet.mpb9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/wxnet.mpb b/config/wxnet.mpb
new file mode 100644
index 00000000..27d7f0cd
--- /dev/null
+++ b/config/wxnet.mpb
@@ -0,0 +1,9 @@
+// $Id$
+project: wxbase {
+ specific(prop:windows) {
+ Debug::lit_libs += wx$(WX_VERSION)$(WX_UNICODE)d_net
+ Release::lit_libs += wx$(WX_VERSION)$(WX_UNICODE)_net
+ } else {
+ lit_libs += wx_base$(WX_UNICODE)_net$(WX_VERSION)
+ }
+}