| Index: ceee/ie/plugin/toolband/toolband.gyp
|
| ===================================================================
|
| --- ceee/ie/plugin/toolband/toolband.gyp (revision 65953)
|
| +++ ceee/ie/plugin/toolband/toolband.gyp (working copy)
|
| @@ -40,6 +40,7 @@
|
| 'target_name': 'ceee_ie',
|
| 'type': 'shared_library',
|
| 'dependencies': [
|
| + '../../broker/broker.gyp:broker_rpc_lib',
|
| 'ceee_ie_lib',
|
| 'ie_toolband_common',
|
| 'toolband_idl',
|
| @@ -68,6 +69,7 @@
|
| 'libraries': [
|
| 'oleacc.lib',
|
| 'iepmapi.lib',
|
| + 'rpcrt4.lib',
|
| ],
|
| 'include_dirs': [
|
| # Allows us to include .tlb and .h files generated
|
|
|