summaryrefslogtreecommitdiff
path: root/TAO/tao/Compression/lzo/LzoCompressor.mpc
blob: dff84ee46ff06a3d72508c05e700706b411ea0a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
//$Id$

project(LzoCompressor) : taolib, tao_output, install, compression, taoidldefaults, lzo1 {
  requires += lzo1
  sharedname   = TAO_LzoCompressor
  dynamicflags += TAO_LZOCOMPRESSOR_BUILD_DLL

  specific {
    install_dir = tao/Compression/lzo
  }
}