summaryrefslogtreecommitdiff
path: root/ACE/contrib/FaCE/FaCE.mpc
blob: 6159abcf3aa20aac05183894e4324cdb990ec33a (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 commctrl

  Source_Files {
    FaCE.cpp
    Main.cpp
  }
}