msc-externals: add missing Makefile and README
Change-Id: I2aad0fe01bcfb0552ec54537e89d8b7e90f80a62
This commit is contained in:
parent
76e1ff7bc8
commit
df432e40d8
2 changed files with 8 additions and 0 deletions
7
external/msc-externals/Makefile
vendored
Normal file
7
external/msc-externals/Makefile
vendored
Normal file
|
@ -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:
|
1
external/msc-externals/README
vendored
Normal file
1
external/msc-externals/README
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
module msc-externals copies the bundled MSVC runtime DLLs into instdir
|
Loading…
Reference in a new issue