diff options
author | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-06-25 21:58:50 +0000 |
---|---|---|
committer | michel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-06-25 21:58:50 +0000 |
commit | bc17c3a548b90d8a72f04c2d2223270f819fe674 (patch) | |
tree | ef4d997ad74d2e1fc1c7281e1fb1762c1cda52ad /TAO/tao/IORInterceptor | |
parent | 05465e443bb86d0b921f3894110d7fa254105560 (diff) | |
download | ATCD-bc17c3a548b90d8a72f04c2d2223270f819fe674.tar.gz |
Wed Jun 25 17:00:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/tao/IORInterceptor')
-rw-r--r-- | TAO/tao/IORInterceptor/IORInterceptor.mpc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/TAO/tao/IORInterceptor/IORInterceptor.mpc b/TAO/tao/IORInterceptor/IORInterceptor.mpc index 656d5ab6681..1d06b25fc12 100644 --- a/TAO/tao/IORInterceptor/IORInterceptor.mpc +++ b/TAO/tao/IORInterceptor/IORInterceptor.mpc @@ -1,7 +1,6 @@ project : taolib, core { - sharedname = TAO_IORInterceptor - libs += TAO - dynamicflags = TAO_IORINTERCEPTOR_BUILD_DLL - libout = .. - include_dir = tao/IORInterceptor + sharedname = TAO_IORInterceptor + libs += TAO + dynamicflags = TAO_IORINTERCEPTOR_BUILD_DLL + include_dir = tao/IORInterceptor } |