summaryrefslogtreecommitdiff
path: root/ACE/apps/JAWS/clients/Caching/caching.mpc
blob: 270c5fe7e03acea6513a0db364e8c7ea5658a7ce (plain)
1
2
3
4
5
6
7
8
9
10
11
// -*- MPC -*-
project(http_client) : aceexe {
  avoids   += ace_for_tao
  requires += ace_filecache

  exename = http_client
  Source_Files {
    http_handler.cpp
    http_client.cpp
  }
}