summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-10-20 09:46:10 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-10-20 09:46:10 +0000
commit02686f8d5108580e8a3d56bfe9b124405fdedd18 (patch)
tree0426ac218b7505e1c06dbf5ff8d2b10144d7ce75 /ACE/bin/MakeProjectCreator
parentb2334408ebeffc6686b1f976247926df8411caec (diff)
downloadATCD-02686f8d5108580e8a3d56bfe9b124405fdedd18.tar.gz
Tue Oct 20 09:30:13 UTC 2011 Martin Corino <mcorino@remedy.nl>
Merged changes from Remedy work branch.
Diffstat (limited to 'ACE/bin/MakeProjectCreator')
-rw-r--r--ACE/bin/MakeProjectCreator/config/crosscompile.mpb2
-rw-r--r--ACE/bin/MakeProjectCreator/config/global.features2
2 files changed, 3 insertions, 1 deletions
diff --git a/ACE/bin/MakeProjectCreator/config/crosscompile.mpb b/ACE/bin/MakeProjectCreator/config/crosscompile.mpb
index d755f480cac..225b6a19cde 100644
--- a/ACE/bin/MakeProjectCreator/config/crosscompile.mpb
+++ b/ACE/bin/MakeProjectCreator/config/crosscompile.mpb
@@ -13,7 +13,7 @@ project {
}
verbatim(gnuace, circuit) {
ifneq ($(CROSS-COMPILE),)
- all clean realclean idl_stubs depend lib_warning require_warning avoid_warning:
+ all clean realclean idl_stubs depend lib_warning require_warning avoid_warning install:
" @echo This project will not build on CROSS-COMPILE platforms."
else
}
diff --git a/ACE/bin/MakeProjectCreator/config/global.features b/ACE/bin/MakeProjectCreator/config/global.features
index b7a1c75278f..e30673e6bc7 100644
--- a/ACE/bin/MakeProjectCreator/config/global.features
+++ b/ACE/bin/MakeProjectCreator/config/global.features
@@ -153,5 +153,7 @@ link_codecfactory = 0
ccm_lw = 1
// Feature for CCM for disabling events.
ccm_noevent = 0
+// Feature for direct collocation
+ccm_direct_collocation = 0
valuetype_out_indirection=1