summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/install_data.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/bin/MakeProjectCreator/config/install_data.mpb')
-rw-r--r--ACE/bin/MakeProjectCreator/config/install_data.mpb12
1 files changed, 12 insertions, 0 deletions
diff --git a/ACE/bin/MakeProjectCreator/config/install_data.mpb b/ACE/bin/MakeProjectCreator/config/install_data.mpb
new file mode 100644
index 00000000000..3e6a1f23f2f
--- /dev/null
+++ b/ACE/bin/MakeProjectCreator/config/install_data.mpb
@@ -0,0 +1,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
+ }
+}