summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP/FILE_SAP/file_sap_client.mpc
blob: 634c32de44188ee87bdb358ab2a0f429087b2a2d (plain)
1
2
3
4
5
6
7
8
9
10
// -*- MPC -*-
// $Id$

project : aceexe {
  exename = client
  Source_Files {
    client.cpp
  }
}