summaryrefslogtreecommitdiff
path: root/TAO/tao/TypeCodeFactory/TypeCodeFactory.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TypeCodeFactory/TypeCodeFactory.mpc')
-rw-r--r--TAO/tao/TypeCodeFactory/TypeCodeFactory.mpc7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/TypeCodeFactory/TypeCodeFactory.mpc b/TAO/tao/TypeCodeFactory/TypeCodeFactory.mpc
new file mode 100644
index 00000000000..6a635f14c3a
--- /dev/null
+++ b/TAO/tao/TypeCodeFactory/TypeCodeFactory.mpc
@@ -0,0 +1,7 @@
+project : taolib {
+ depends += IFR_Client
+ sharedname = TAO_TypeCodeFactory
+ libs += TAO_IFR_Client TAO
+ dllflags = TAO_TYPECODEFACTORY_BUILD_DLL
+ libout = ..
+}