// -*- MPC -*-
// $Id: ace_fox.mpb 95491 2012-01-24 13:51:36Z johnnyw $

project {
  requires += fox
  // Depends on configuration from include/makeinclude/platform_*.GNU

  verbatim(gnuace,local) {
    CPPFLAGS += $(PLATFORM_FOX_CPPFLAGS)
    LIBS += $(PLATFORM_FOX_LIBS)
    LDFLAGS += $(PLATFORM_FOX_LDFLAGS)
  }
}