// -*- MPC -*- // $Id: crosscompile.mpb 85345 2009-05-14 19:42:45Z sowayaa $ project { 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 } }