summaryrefslogtreecommitdiff
path: root/TAO/tests/ORB_Local_Config/Bug_2612/Bug_2612.mpc
blob: 88f1ede13cf09f0ecf521e4c0870469cc3360b03 (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
        }
}