diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-12-01 09:00:58 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-12-01 09:00:58 +0000 |
commit | a4843546af16d6db0f5f66937cdc0c683bae0816 (patch) | |
tree | 00edae5ec28024cdc00d7eaf0e39a6400b2ec0ee /CIAO/bin | |
parent | 5bf98b649625033b2c3551e92092bac3f1c9898a (diff) | |
download | ATCD-a4843546af16d6db0f5f66937cdc0c683bae0816.tar.gz |
Fri Dec 1 09:00:46 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'CIAO/bin')
-rwxr-xr-x | CIAO/bin/generate_component_mpc.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/bin/generate_component_mpc.pl b/CIAO/bin/generate_component_mpc.pl index 05d3afb8b0f..28c49388b18 100755 --- a/CIAO/bin/generate_component_mpc.pl +++ b/CIAO/bin/generate_component_mpc.pl @@ -216,9 +216,9 @@ project('."$unique_prefix"."$com_name".'_stub): '."$cli_base".' {'." } project('."$unique_prefix"."$com_name"."$svr_suffix".') : '."$svr_base".' { - after += '."$svnt_depend "."$unique_prefix"."$com_name".'_stub + after += '."$svnt_depend"."$unique_prefix"."$com_name".'_stub sharedname = '."$com_name"."$svr_suffix".' - libs += '."$com_name".'_stub'." $lib_depend + libs += '."$com_name".'_stub'." $lib_depend $lib_paths $svr_idlflags".' dynamicflags = '."$UCOM_NAME"."$USVR_SUFFIX".'_BUILD_DLL '."$cidl_block".' |