summaryrefslogtreecommitdiff
path: root/TAO/tests/ORB_Local_Config/Bug_2612/Bug_2612.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ORB_Local_Config/Bug_2612/Bug_2612.mpc')
-rw-r--r--TAO/tests/ORB_Local_Config/Bug_2612/Bug_2612.mpc26
1 files changed, 26 insertions, 0 deletions
diff --git a/TAO/tests/ORB_Local_Config/Bug_2612/Bug_2612.mpc b/TAO/tests/ORB_Local_Config/Bug_2612/Bug_2612.mpc
new file mode 100644
index 00000000000..88f1ede13cf
--- /dev/null
+++ b/TAO/tests/ORB_Local_Config/Bug_2612/Bug_2612.mpc
@@ -0,0 +1,26 @@
+
+// $Id$
+
+project (DllOrb) : taolib, portableserver {
+
+ dynamicflags = DLLORB_BUILD_DLL
+
+ source_files {
+ DllOrb.cpp
+ }
+ header_files {
+ DllOrb.h
+ DllOrb_Export.h
+ }
+}
+
+project : taoexe {
+
+ exename = Test
+
+ after += DllOrb
+
+ source_files {
+ Test.cpp
+ }
+}