Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / bin / MakeProjectCreator / config / crosscompile.mpb
blobc984e9d278ab1e0264d6f1816a2806a9c422d925
2 // -*- MPC -*-
3 project {
4   avoids += cross_compile
6   specific(prop:microsoft) {
7     nocross = 1
8   }
9   specific(cdt6) {
10     nocross = 1
11   }
12   verbatim(gnuace, circuit) {
13     ifneq ($(CROSS-COMPILE),)
14       all clean realclean idl_stubs depend lib_warning require_warning avoid_warning install:
15       " @echo This project will not build on CROSS-COMPILE platforms."
16     else
17   }
18   verbatim(gnuace, bottom) {
19     endif # CROSS-COMPILE
20   }