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