diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-06-24 09:06:01 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-06-24 09:06:01 +0000 |
commit | 7b738d77aa9ae3cdf74cc78490a67bac307352f9 (patch) | |
tree | a2d69816a0de9b6c3a10232749499575fc3d0f37 /TAO/tests/ZIOP/ZIOP.mpc | |
parent | c8c55dc7a85ba430470c9c38f6d9faf3f41dadb4 (diff) | |
download | ATCD-7b738d77aa9ae3cdf74cc78490a67bac307352f9.tar.gz |
Thu Jun 24 08:52:51 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* *.mpc:
Use dynamicflags += instead of dynamicflags =
Diffstat (limited to 'TAO/tests/ZIOP/ZIOP.mpc')
-rw-r--r-- | TAO/tests/ZIOP/ZIOP.mpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/ZIOP/ZIOP.mpc b/TAO/tests/ZIOP/ZIOP.mpc index 46851aab44f..3c5af503912 100644 --- a/TAO/tests/ZIOP/ZIOP.mpc +++ b/TAO/tests/ZIOP/ZIOP.mpc @@ -3,7 +3,7 @@ project(TestCompressor) : taolib, compression, taoidldefaults { sharedname = TAO_TestCompressor - dynamicflags = TAO_TESTCOMPRESSOR_BUILD_DLL + dynamicflags += TAO_TESTCOMPRESSOR_BUILD_DLL Source_Files { TestCompressor |