summaryrefslogtreecommitdiff
path: root/contrib/FaCE/FaCE.mpc
blob: 6e1c9205a136b604cfc3b3a8353bc8ed8836d985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- MPC -*-
// $Id$

project: aceexe {
  exename   = FaCE
  // This is just a dummy_label to prevent the example from being compiled
  // in MPC builds
  requires += dummy_label
  requires += wince
  lit_libs += aygshell

  Source_Files {
    FaCE.cpp
    Main.cpp
  }
}