summaryrefslogtreecommitdiff
path: root/TAO/tests/CodeSets
diff options
context:
space:
mode:
authormichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-12 22:58:10 +0000
committermichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-12 22:58:10 +0000
commitec2bcd7b390ec6c54a9d404e5c675c71892ee8b4 (patch)
treefd350f506c7a46309176e7d773cb5b7a5962c7d3 /TAO/tests/CodeSets
parent1b130bd06994216696870c1749cca1fc60ee8b00 (diff)
downloadATCD-ec2bcd7b390ec6c54a9d404e5c675c71892ee8b4.tar.gz
Wed Nov 12 16:55:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/tests/CodeSets')
-rw-r--r--TAO/tests/CodeSets/libs/IBM1047_ISO8859/CodeSets_libs_IMB1047_ISO8859.mpc4
-rw-r--r--TAO/tests/CodeSets/simple/CodeSets_simple.mpc11
2 files changed, 15 insertions, 0 deletions
diff --git a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/CodeSets_libs_IMB1047_ISO8859.mpc b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/CodeSets_libs_IMB1047_ISO8859.mpc
new file mode 100644
index 00000000000..e8db4a343af
--- /dev/null
+++ b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/CodeSets_libs_IMB1047_ISO8859.mpc
@@ -0,0 +1,4 @@
+project(*) : taolib {
+ sharedname = IBM1047_ISO8859
+ dynamicflags += IBM1047_ISO8859_BUILD_DLL
+} \ No newline at end of file
diff --git a/TAO/tests/CodeSets/simple/CodeSets_simple.mpc b/TAO/tests/CodeSets/simple/CodeSets_simple.mpc
new file mode 100644
index 00000000000..9ade7e4ec2e
--- /dev/null
+++ b/TAO/tests/CodeSets/simple/CodeSets_simple.mpc
@@ -0,0 +1,11 @@
+project(*client) : taoexe, portableserver {
+ source_files {
+ client.cpp
+ }
+}
+
+project(*server) : taoexe, portableserver {
+ source_files {
+ server.cpp
+ }
+}