summaryrefslogtreecommitdiff
path: root/TAO/tao/IFR_Client.mpc
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit8008dd09ccf88d4edef237a184a698cac42f2952 (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/tao/IFR_Client.mpc
parent13d6e89af439164c0ade48e6f5c3e9b3f971e8c9 (diff)
downloadATCD-8008dd09ccf88d4edef237a184a698cac42f2952.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/tao/IFR_Client.mpc')
-rw-r--r--TAO/tao/IFR_Client.mpc45
1 files changed, 0 insertions, 45 deletions
diff --git a/TAO/tao/IFR_Client.mpc b/TAO/tao/IFR_Client.mpc
deleted file mode 100644
index 073a6a286cf..00000000000
--- a/TAO/tao/IFR_Client.mpc
+++ /dev/null
@@ -1,45 +0,0 @@
-//$Id$
-project : taolib, core, core_anytypecode, tao_versioning_idl_defaults {
- sharedname = TAO_IFR_Client
- dynamicflags = TAO_IFR_CLIENT_BUILD_DLL
-
- Source_Files {
- IFR_Client
- }
-
- Header_Files {
- IFR_Client
- }
-
- Inline_Files {
- IFR_Client
- }
-
- Template_Files {
- IFR_Client
- }
-
- Resource_Files {
- IFR_Client
- }
-
- PIDL_Files {
- IFR_Client
- }
-
- IDL_Files {
- idlflags += -SS -Ge 1 \
- -Wb,stub_export_macro=TAO_IFR_Client_Export \
- -Wb,stub_export_include=tao/IFR_Client/ifr_client_export.h \
- -o IFR_Client
- idlflags -= -Sa -St
- IFR_Client/IFR_Base.pidl
- IFR_Client/IFR_Basic.pidl
- IFR_Client/IFR_Components.pidl
- IFR_Client/IFR_Extended.pidl
- }
-
- Pkgconfig_Files {
- IFR_Client/TAO_IFR_Client.pc.in
- }
-}