summaryrefslogtreecommitdiff
path: root/TAO/examples/mfc/client.mpc
blob: 8ddd815e284f70270ddcbe73df795d06b1acc9ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// -*- MPC -*-
project(MFC_Client): namingexe, portableserver {
  idlflags += -Wb,pch_include=StdAfx.h

  Source_Files {
    w32_testC.cpp
    client.cpp
  }

  Resource_Files {
  }
}