summaryrefslogtreecommitdiff
path: root/trunk/TAO/tao/TkResource.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tao/TkResource.mpc')
-rw-r--r--trunk/TAO/tao/TkResource.mpc31
1 files changed, 31 insertions, 0 deletions
diff --git a/trunk/TAO/tao/TkResource.mpc b/trunk/TAO/tao/TkResource.mpc
new file mode 100644
index 00000000000..f7808b1f5d2
--- /dev/null
+++ b/trunk/TAO/tao/TkResource.mpc
@@ -0,0 +1,31 @@
+// -*- MPC -*- now wouldn't this be cool...
+// $Id$
+
+project(TAO_TkResource) : acelib, taolib, install, tao_output, taodefaults, ace_tkreactor, tao_versioning_idl_defaults {
+
+ sharedname = TAO_TkResource
+ dynamicflags += TAO_TKRESOURCE_BUILD_DLL
+
+ Source_Files {
+ TkResource
+ }
+
+ Header_Files {
+ TkResource
+ }
+
+ Inline_Files {
+ }
+
+ Template_Files {
+ }
+
+ Resource_Files {
+ }
+
+ PIDL_Files {
+ }
+
+ IDL_Files {
+ }
+}