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 +