diff options
Diffstat (limited to 'CIAO/MPC/config/ciao_client_dnc.mpb')
-rw-r--r-- | CIAO/MPC/config/ciao_client_dnc.mpb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CIAO/MPC/config/ciao_client_dnc.mpb b/CIAO/MPC/config/ciao_client_dnc.mpb new file mode 100644 index 00000000000..8e12607cf37 --- /dev/null +++ b/CIAO/MPC/config/ciao_client_dnc.mpb @@ -0,0 +1,9 @@ +// -*- MPC -*- +// $Id$ + +project : ifr_client, valuetype, pi, codecfactory { + after += CIAO_DnC_Client + includes += $(CIAO_ROOT) $(CIAO_ROOT)/ciao + idlflags += -I$(CIAO_ROOT) -I$(CIAO_ROOT)/ciao + libs += CIAO_DnC_Client +} |