Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > contrib > by-pkgid > 21280410b6ea906d791d7a12afae2579 > files > 992

libace5-doc-5.4-2mdk.i586.rpm

// -*- MPC -*-
// Export.mpc,v 1.3 2003/12/23 20:23:21 dhinton Exp

project(*Lib) : acelib {
  sharedname = Export_Lib
  dynamicflags += TEST_BUILD_DLL
  Source_Files {
    dll.cpp
  }
  Header_Files {
    dll.h
    test_export.h
  }
}

project(*test) : aceexe {
  after += Export_Lib
  libs  += Export_Lib
  Source_Files {
    test.cpp
  }
}