summaryrefslogtreecommitdiff
path: root/TAO/tao/Valuetype.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Valuetype.mpc')
-rw-r--r--TAO/tao/Valuetype.mpc41
1 files changed, 41 insertions, 0 deletions
diff --git a/TAO/tao/Valuetype.mpc b/TAO/tao/Valuetype.mpc
new file mode 100644
index 00000000000..a10c050f1dc
--- /dev/null
+++ b/TAO/tao/Valuetype.mpc
@@ -0,0 +1,41 @@
+//$Id$
+project : taolib, install, core_anytypecode, avoids_corba_e_micro, tao_versioning_idl_defaults {
+ sharedname = TAO_Valuetype
+ dynamicflags = TAO_VALUETYPE_BUILD_DLL
+
+ Source_Files {
+ Valuetype
+ }
+
+ Header_Files {
+ Valuetype
+ }
+
+ Inline_Files {
+ Valuetype
+ }
+
+ Template_Files {
+ Valuetype
+ }
+
+ Resource_Files {
+ Valuetype
+ }
+
+ PIDL_Files {
+ }
+
+ IDL_Files {
+ idlflags += -SS -Sorb \
+ -Wb,export_macro=TAO_Valuetype_Export \
+ -Wb,export_include=tao/Valuetype/valuetype_export.h \
+ -o Valuetype
+ idlflags -= -St
+ Valuetype/StringValue.pidl
+ }
+
+ Pkgconfig_Files {
+ Valuetype/TAO_Valuetype.pc.in
+ }
+}