summaryrefslogtreecommitdiff
path: root/ACE/netsvcs/servers/servers.mpc
blob: a1d559aa7f0bf4593e87d80b87a6fc8370c7092d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- MPC -*-
// $Id$

project(Netsvcs_server) : aceexe, avoids_ace_for_tao {
  exename  = ace_netsvcs
  libs     += netsvcs
  after    += netsvcs
  includes += $(ACE_ROOT)/netsvcs/lib
  avoids += ace_for_tao

  Source_Files {
    main.cpp
  }
}