summaryrefslogtreecommitdiff
path: root/apps/JAWS/clients/Caching/caching.mpc
blob: 98481c0972e255a611df31653bfef26bd15eab65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// -*- MPC -*-
// $Id$

project(http_client) : aceexe {
  avoids   += ace_for_tao
  requires += ace_filecache

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