summaryrefslogtreecommitdiff
path: root/TAO/tao/Monitor.mpc
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-07-21 13:06:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-07-21 13:06:51 +0000
commitd3882d9de66ec3241442cae58d38881ba16fd1eb (patch)
tree01aa61603e97ca6c81d3424c645488c2cdf5f9d5 /TAO/tao/Monitor.mpc
parenta2be4903926680d46f7bb8931b5c6ff1682c5877 (diff)
downloadATCD-d3882d9de66ec3241442cae58d38881ba16fd1eb.tar.gz
Mon Jul 21 13:06:28 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Monitor.mpc')
-rw-r--r--TAO/tao/Monitor.mpc19
1 files changed, 12 insertions, 7 deletions
diff --git a/TAO/tao/Monitor.mpc b/TAO/tao/Monitor.mpc
index 96b1b6befce..1102b0fb586 100644
--- a/TAO/tao/Monitor.mpc
+++ b/TAO/tao/Monitor.mpc
@@ -2,10 +2,6 @@
project (TAO_Monitor): portableserver, install, tao_versioning_idl_defaults, ace_mc, tao_output {
sharedname = TAO_Monitor
dynamicflags = TAO_MONITOR_BUILD_DLL
- idlflags += -Gp -Gd -GA \
- -Wb,export_macro=TAO_Monitor_Export \
- -Wb,export_include=tao/Monitor/Monitor_export.h \
- -o Monitor
Source_Files {
Monitor
@@ -32,14 +28,23 @@ project (TAO_Monitor): portableserver, install, tao_versioning_idl_defaults, ace
}
IDL_Files {
- idlflags += -Wb,unique_include=tao/Monitor/Monitor.h
+ idlflags += -Gp -Gd -GA \
+ -Wb,export_macro=TAO_Monitor_Export \
+ -Wb,export_include=tao/Monitor/Monitor_export.h \
+ -Wb,unique_include=tao/Monitor/Monitor.h \
+ -o Monitor
Monitor/Monitor_include.pidl
}
IDL_Files {
+ idlflags += -Gp -Gd -Ssi \
+ -Wb,export_macro=TAO_Monitor_Export \
+ -Wb,export_include=tao/Monitor/Monitor_export.h \
+ -Wb,include_guard=TAO_MONITOR_SAFE_INCLUDE \
+ -Wb,safe_include=tao/Monitor/Monitor.h \
+ -o Monitor
idlflags -= -St
- idlflags += -Wb,include_guard=TAO_MONITOR_SAFE_INCLUDE \
- -Wb,safe_include=tao/Monitor/Monitor.h
+ idlflags -= -Sa
Monitor/Monitor.pidl
}