summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/Plan_Launcher/Plan_Launcher.mpc
blob: 4a957cb3d70833db94b61550db69a4629dc16350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- MPC -*-
// $Id$

project(Plan_Launcher): ciao_deployment_stub, naming, xerces, taoexe {
  exename = plan_launcher
  requires += exceptions
  after += XSC_Config_Handlers ExecutionManager_stub NodeDaemon_stub
  libs     += XSC_Config_Handlers
  libs     += ExecutionManager_stub
  after    += XSC_Config_Handlers

  Source_Files {
    Plan_Launcher.cpp
  }
}