summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Generic_Servant/POA_Generic_Servant.mpc
blob: 0cc793eef258948e20dc2227f10fe40b991b5feb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$
project(*lib): taolib_with_idl, portableserver, minimum_corba {
  sharedname = Generic_Servant
  dynamicflags = GENERIC_SERVANT_BUILD_DLL
  idlflags += -Wb,export_macro=GENERIC_SERVANT_Export -Wb,export_include=generic_servant_export.h
  Source_Files {
    test_i.cpp
  }
}

project(*client): taoexe, portableserver, minimum_corba {
  after += *lib
  libs += Generic_Servant
  idl_files {
  }
  Source_Files {
    client.cpp
  }
}