summaryrefslogtreecommitdiff
path: root/ACE/examples/Web_Crawler/Web_Crawler.mpc
blob: bb9b7fba3d63699ad05abeec291b8b2a80be0991 (plain)
1
2
3
4
5
6
7
8
9
10
// -*- MPC -*-
// $Id$

project : aceexe {
  avoids += ace_for_tao
  exename = main
  specific(borland, bmake) {
    avoids += uses_wchar
  }
}