blob: 28b6431126851e5e6a2db3aee20a74837e3438a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// -*- MPC -*- now wouldn't this be cool...
// $Id$
project(TAO_FlResource) : acelib, taolib, install, tao_output, taodefaults, ace_flreactor, taoidldefaults {
sharedname = TAO_FlResource
dynamicflags += TAO_FLRESOURCE_BUILD_DLL
specific {
install_dir = tao/FlResource
}
}
|