summaryrefslogtreecommitdiff
path: root/config/wxhtml.mpb
blob: 6e965264dbf937a7e38a46443bdd12386721d095 (plain)
1
2
3
4
5
6
7
8
project: wxcore {
  specific(prop:windows) {                                  
    Debug::lit_libs   += wx$(WX_PORT)$(WX_VERSION)$(WX_UNICODE)d_html
    Release::lit_libs += wx$(WX_PORT)$(WX_VERSION)$(WX_UNICODE)_html
  } else {
    lit_libs += wx_$(WX_PORT)$(WX_UNICODE)_html$(WX_VERSION)
  }
}