summaryrefslogtreecommitdiff
path: root/TAO/tests/ORB_Local_Config/Bug_2612/Bug_2612.mpc
blob: 647d6163b5409086a69279293d293f213ae69e87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

// $Id$

project (DllOrb) : taolib, portableserver {

        dynamicflags += DLLORB_BUILD_DLL

        source_files {
                DllOrb.cpp
        }
        header_files {
                DllOrb.h
                DllOrb_Export.h
        }
}

project : taoexe {

        exename = Test

        after += DllOrb

        source_files {
                Test.cpp
        }
}