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