summaryrefslogtreecommitdiff
path: root/ACE/contrib/FaCE/FaCE.mpc
blob: a107075b12dd7b12e9884e4948e542bdca0ffe2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- MPC -*-
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
  }
}