diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-29 19:04:22 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-30 00:01:35 +0100 |
commit | df432e40d82ffd0c5ece36905bc67f3a7a667179 (patch) | |
tree | e302e84bff6d9ea9fc3a41f2c4961893dd0438c1 | |
parent | 76e1ff7bc8230d09092a9dae3942f949b388c5eb (diff) |
msc-externals: add missing Makefile and README
Change-Id: I2aad0fe01bcfb0552ec54537e89d8b7e90f80a62
-rw-r--r-- | external/msc-externals/Makefile | 7 | ||||
-rw-r--r-- | external/msc-externals/README | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/external/msc-externals/Makefile b/external/msc-externals/Makefile new file mode 100644 index 000000000000..e4968cf85fb6 --- /dev/null +++ b/external/msc-externals/Makefile @@ -0,0 +1,7 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- + +module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) + +include $(module_directory)/../../solenv/gbuild/partial_build.mk + +# vim: set noet sw=4 ts=4: diff --git a/external/msc-externals/README b/external/msc-externals/README new file mode 100644 index 000000000000..9ffb415c36e4 --- /dev/null +++ b/external/msc-externals/README @@ -0,0 +1 @@ +module msc-externals copies the bundled MSVC runtime DLLs into instdir |