summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/IDL3/Lookup/lookup_test.mpc
blob: 9814f248c5acc7906fde14b5ef44bff13dd48f3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$

project(LookupTest_stub): ciao_client_dnc {
  
  sharedname = LookupTest_stub
  idlflags += -Sc

  IDL_Files {
    lookup_test.idl
  }

  Source_Files {
    lookup_testC.cpp
  }

  Header_Files {
    lookup_testC.h
  }
}