summaryrefslogtreecommitdiff
path: root/trunk/TAO/examples/TypeCode_Creation/TypeCode_Creation.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/examples/TypeCode_Creation/TypeCode_Creation.mpc')
-rw-r--r--trunk/TAO/examples/TypeCode_Creation/TypeCode_Creation.mpc9
1 files changed, 9 insertions, 0 deletions
diff --git a/trunk/TAO/examples/TypeCode_Creation/TypeCode_Creation.mpc b/trunk/TAO/examples/TypeCode_Creation/TypeCode_Creation.mpc
new file mode 100644
index 00000000000..6cdef42a6a3
--- /dev/null
+++ b/trunk/TAO/examples/TypeCode_Creation/TypeCode_Creation.mpc
@@ -0,0 +1,9 @@
+// $Id$
+
+project (TypeCode_Creation_Test) : taoclient, typecodefactory {
+ exename = create_tc
+ Source_Files {
+ testC.cpp
+ main.cpp
+ }
+}