diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-06-24 09:07:33 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-06-24 09:07:33 +0000 |
commit | 5e2c32f894e372a902e7ffc3b067fdd8f5e5ea03 (patch) | |
tree | b01158ab70bed73fe4d3039dd4916aaad4652b94 /ACE/protocols/ace/RMCast/RMCast.mpc | |
parent | 7b738d77aa9ae3cdf74cc78490a67bac307352f9 (diff) | |
download | ATCD-5e2c32f894e372a902e7ffc3b067fdd8f5e5ea03.tar.gz |
Thu Jun 24 08:52:51 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* *.mpc:
Use dynamicflags += instead of dynamicflags =
Diffstat (limited to 'ACE/protocols/ace/RMCast/RMCast.mpc')
-rw-r--r-- | ACE/protocols/ace/RMCast/RMCast.mpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/protocols/ace/RMCast/RMCast.mpc b/ACE/protocols/ace/RMCast/RMCast.mpc index da76fc3d596..67d9309067f 100644 --- a/ACE/protocols/ace/RMCast/RMCast.mpc +++ b/ACE/protocols/ace/RMCast/RMCast.mpc @@ -4,7 +4,7 @@ project(RMCast) : acelib, ace_output, install, threads { avoids = ace_for_tao sharedname = ACE_RMCast - dynamicflags = ACE_RMCAST_BUILD_DLL + dynamicflags += ACE_RMCAST_BUILD_DLL specific { install_dir = ace/RMCast |