Revert "Default to x64 as default Visual Studio 2017/2019 platform"
[MPC.git] / config / wxgl.mpb
blob4a2e712bc92d050feec65eeaeea4476ffa23817a
1 project: wxcore {
2   specific(prop:windows) {                                  
3     Debug::lit_libs   += wx$(WX_PORT)$(WX_VERSION)$(WX_UNICODE)d_gl
4     Release::lit_libs += wx$(WX_PORT)$(WX_VERSION)$(WX_UNICODE)_gl
5   } else {
6     lit_libs += wx_$(WX_PORT)$(WX_UNICODE)_gl$(WX_VERSION)
7   }