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

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

  Source_Files {
    w32_testC.cpp
    client.cpp
  }

  Resource_Files {
  }
}