summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/crosscompile.mpb
blob: 2fda2aa83ffe1a13c63924cc8c6e6f7850d76c53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- MPC -*-
// $Id$

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
  }
}