summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ciao_client.mpb
blob: 8d55d2577716f70e4900e7b9185a43c2ab62ae6e (plain)
1
2
3
4
5
6
7
8
project : taolib_with_idl {
  depends += CIAO_Client
  idlflags += -I $(CIAO_ROOT) -I $(TAO_ROOT) -I $(TAO_ROOT)/orbsvcs/orbsvcs
  idlflags +=  -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h"
  libs       += TAO TAO_IFR_Client CIAO_Client
  libpaths +=  $(TAO_ROOT)/tao/IFR_Client $(CIAO_ROOT)/ciao
  includes += $(CIAO_ROOT) $(CIAO_ROOT)/ciao
}