// -*- MPC -*- // $Id: crosscompile.mpb 86476 2009-08-13 03:27:23Z elliott_c $ project { avoids += cross_compile specific(prop:microsoft) { 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 } }