summaryrefslogtreecommitdiff
path: root/TAO/examples/mfc/client.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/mfc/client.mpc')
-rw-r--r--TAO/examples/mfc/client.mpc14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/examples/mfc/client.mpc b/TAO/examples/mfc/client.mpc
new file mode 100644
index 00000000000..1769261ac85
--- /dev/null
+++ b/TAO/examples/mfc/client.mpc
@@ -0,0 +1,14 @@
+// -*- MPC -*-
+// $Id$
+
+project(MFC client): namingexe, portableserver {
+ idlflags += -Wb,pch_include=StdAfx.h
+
+ Source_Files {
+ w32_testC.cpp
+ client.cpp
+ }
+
+ Resource_Files {
+ }
+}