summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/crosscompile.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/bin/MakeProjectCreator/config/crosscompile.mpb')
-rw-r--r--ACE/bin/MakeProjectCreator/config/crosscompile.mpb23
1 files changed, 23 insertions, 0 deletions
diff --git a/ACE/bin/MakeProjectCreator/config/crosscompile.mpb b/ACE/bin/MakeProjectCreator/config/crosscompile.mpb
new file mode 100644
index 00000000000..d755f480cac
--- /dev/null
+++ b/ACE/bin/MakeProjectCreator/config/crosscompile.mpb
@@ -0,0 +1,23 @@
+
+// -*- MPC -*-
+// $Id$
+
+project {
+ avoids += cross_compile
+
+ specific(prop:microsoft) {
+ nocross = 1
+ }
+ specific(cdt6) {
+ nocross = 1
+ }
+ verbatim(gnuace, circuit) {
+ ifneq ($(CROSS-COMPILE),)
+ all clean realclean idl_stubs depend lib_warning require_warning avoid_warning:
+ " @echo This project will not build on CROSS-COMPILE platforms."
+ else
+ }
+ verbatim(gnuace, bottom) {
+ endif # CROSS-COMPILE
+ }
+}