diff options
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_1334_Regression/test.mpc')
-rw-r--r-- | TAO/orbsvcs/tests/Bug_1334_Regression/test.mpc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Bug_1334_Regression/test.mpc b/TAO/orbsvcs/tests/Bug_1334_Regression/test.mpc new file mode 100644 index 00000000000..e98c8448162 --- /dev/null +++ b/TAO/orbsvcs/tests/Bug_1334_Regression/test.mpc @@ -0,0 +1,7 @@ +project(Bug_1334_client) : namingexe { + exename = client + libpaths += $(TAO_ROOT)/orbsvcs/orbsvcs $(TAO_ROOT)/tao/IORTable $(TAO_ROOT)/tao/PortableServer $(TAO_ROOT)/tao/IORInterceptor $(TAO_ROOT)/tao/Valuetype $(TAO_ROOT)/tao/ObjRefTemplate $(ACE_ROOT)/ace $(TAO_ROOT)/tao + Source_Files { + client.cpp + } +}
\ No newline at end of file |