summaryrefslogtreecommitdiff
path: root/tests/libService_Config_DLL.icc
blob: 801d1480ed62f7a79210d3543f343d67494e5164 (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
27
// $Id$

include "vacpp_setup.icc"

if $__TOS_AIX__ {
    TargetType = "shr"
    TargetName = "shr.o"
}

option
    link(libSearchPath, platformLibSearchPath),
    incl(searchPath, ".."),
    link(linkWithMultiThreadLib,yes),
    link(exportAll),
    link(debug)
    {
        target type ( TargetType ) TargetName
        {
           source type (cpp) "Service_Config_DLL.cpp"
           source platformLinkLibs
        }
if $__TOS_AIX__ {
        run after "ar -r -u libService_Config_DLL.a shr.o"
        run cleanup "rm -rf libService_Config_DLL.a", "rm -rf shr.o"
}

    }