blob: 2c3b92fd37b6c312a6da22dff6c21826fec2612a (
plain)
1
2
3
4
5
6
7
8
9
|
// -*- MPC -*-
project(TAO_FoxResource) : acelib, taolib, install, tao_output, taodefaults, ace_foxreactor, taoidldefaults {
sharedname = TAO_FoxResource
dynamicflags += TAO_FOCRESOURCE_BUILD_DLL
specific {
install_dir = tao/FoxResource
}
}
|