summaryrefslogtreecommitdiff
path: root/config/wxxrc.mpb
blob: acccaedcc8779becc48135acc2d67e03156e7ea4 (plain)
1
2
3
4
5
6
7
8
project: wxadvanced, wxhtml, wxxml {
  specific(prop:windows) {
    Debug::lit_libs   += wx$(WX_PORT)$(WX_VERSION)$(WX_UNICODE)d_xrc
    Release::lit_libs += wx$(WX_PORT)$(WX_VERSION)$(WX_UNICODE)_xrc
  } else {
    lit_libs += wx_$(WX_PORT)$(WX_UNICODE)_xrc$(WX_VERSION)
  }
}