From bc45fa0f14347c5589b9c5d35eb23cba846e405d Mon Sep 17 00:00:00 2001 From: mes5k Date: Wed, 20 Oct 2004 23:05:01 +0000 Subject: [PATCH] init --- msc/Makefile.am | 9 +++++++++ msc/examples/Makefile.am | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 msc/Makefile.am create mode 100644 msc/examples/Makefile.am diff --git a/msc/Makefile.am b/msc/Makefile.am new file mode 100644 index 0000000..bc6e8d9 --- /dev/null +++ b/msc/Makefile.am @@ -0,0 +1,9 @@ +SUBDIRS = examples + +EXTRA_DIST = README\ + tclap-beta.ncb\ + tclap-beta.sln\ + tclap-beta.suo\ + tclap-beta.vcproj + + diff --git a/msc/examples/Makefile.am b/msc/examples/Makefile.am new file mode 100644 index 0000000..0c178ce --- /dev/null +++ b/msc/examples/Makefile.am @@ -0,0 +1,10 @@ + +EXTRA_DIST = test1.vcproj\ + test2.vcproj\ + test3.vcproj\ + test4.vcproj\ + test5.vcproj\ + test6.vcproj\ + test7.vcproj\ + test8.vcproj +