summaryrefslogtreecommitdiff
path: root/TAO/examples/mfc/client.mpc
blob: 1769261ac85fe0bb72ba72d573d6fa1d6f76b099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- MPC -*-
// $Id$

project(MFC client): namingexe, portableserver {
  idlflags += -Wb,pch_include=StdAfx.h

  Source_Files {
    w32_testC.cpp
    client.cpp
  }

  Resource_Files {
  }
}