summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/install_data.mpb
blob: 3e6a1f23f2f9d317cb2d4b3ad45f86e1a3b8d534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// -*- MPC -*-
// $Id$

project {
  // With gnuace, when install_this_target = 1 (see install_bin or install_lib)
  // files listed as InstallData_Files { ... } will be installed to the "data"
  // location for the system (such as /usr/local/share/INST_DIR).
  // The target sub-directory can be modified by setting MPC's "gendir" option.
  Define_Custom(InstallData) {
    automatic = 0
  }
}