summaryrefslogtreecommitdiff
path: root/TAO/utils
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-12-17 14:15:29 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-12-17 14:15:29 +0000
commit7f95a6ef58dadc5c094ae3ef6adaf9f8cb5c2cf8 (patch)
treec6d772d8d4bb87404a1b26e8b6e451ed3d9ddad2 /TAO/utils
parent997adbeb70b80be9ea8a16090867a44811f30989 (diff)
downloadATCD-7f95a6ef58dadc5c094ae3ef6adaf9f8cb5c2cf8.tar.gz
ChangeLogTag: Tue Dec 17 08:14:35 2002 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/utils')
-rw-r--r--TAO/utils/nslist/nslist.mpc24
1 files changed, 24 insertions, 0 deletions
diff --git a/TAO/utils/nslist/nslist.mpc b/TAO/utils/nslist/nslist.mpc
new file mode 100644
index 00000000000..ba904294d47
--- /dev/null
+++ b/TAO/utils/nslist/nslist.mpc
@@ -0,0 +1,24 @@
+project(nsadd): namingexe {
+ exename = nsadd
+
+ Source_Files {
+ nsadd.cpp
+ }
+}
+
+project(nsdel): namingexe {
+ exename = nsdel
+
+ Source_Files {
+ nsdel.cpp
+ }
+}
+
+project(nslist): namingexe {
+ exename = nslist
+
+ Source_Files {
+ nslist.cpp
+ }
+}
+