summaryrefslogtreecommitdiff
path: root/TAO/examples/mfc/client.mpc
blob: ac08fdbb7151a8205b3a2eed154adc1583a455d8 (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 {
  }
}