summaryrefslogtreecommitdiff
path: root/tao/Valuetype.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'tao/Valuetype.mpc')
-rw-r--r--tao/Valuetype.mpc53
1 files changed, 0 insertions, 53 deletions
diff --git a/tao/Valuetype.mpc b/tao/Valuetype.mpc
deleted file mode 100644
index 2f973f8dc4a..00000000000
--- a/tao/Valuetype.mpc
+++ /dev/null
@@ -1,53 +0,0 @@
-//$Id$
-project(*idl) : tao_versioning_idl_defaults, gen_ostream {
- custom_only = 1
- 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
- }
-}
-
-project(Valuetype) : taolib, tao_output, install, anytypecode, avoids_corba_e_micro, taoidldefaults, gen_ostream, valuetype_out_indirection {
- after += *idl
- sharedname = TAO_Valuetype
- dynamicflags = TAO_VALUETYPE_BUILD_DLL
-
- Source_Files {
- Valuetype
- }
-
- Source_Files {
- Valuetype/StringValueC.cpp
- }
-
- Header_Files {
- Valuetype
- }
-
- Inline_Files {
- Valuetype
- }
-
- Template_Files {
- Valuetype
- }
-
- Resource_Files {
- Valuetype
- }
-
- PIDL_Files {
- Valuetype
- }
-
- IDL_Files {
- }
-
- Pkgconfig_Files {
- Valuetype/TAO_Valuetype.pc.in
- }
-}