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