mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
(based on cipherCOM's repo commit d3d8934) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
16 lines
329 B
Text
16 lines
329 B
Text
// -*- MPC -*-
|
|
// $Id: FaCE.mpc 85401 2009-05-19 13:14:39Z johnnyw $
|
|
|
|
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
|
|
}
|
|
}
|