blob: 126330da0418ae7ae6d6474fafea5d14b316d42e (
plain)
1
2
3
4
5
6
7
8
9
10
|
// -*- MPC -*-
// $Id$
project : ftorbutils, pi, interceptors {
avoids += ace_for_tao // Requires ace/UUID
after += FT_ClientORB
libs += TAO_FT_ClientORB
requires += ace_uuid
tagchecks += FT_ClientORB
}
|