This commit is contained in:
Qiwei Ye 2016-11-01 14:39:14 +08:00
Родитель 0dbbd066d2
Коммит b33e67ac75
4 изменённых файлов: 11 добавлений и 4 удалений

Просмотреть файл

@ -1,6 +1,9 @@
//
// <copyright file="ASGDCommon.h" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
//
// </copyright>
//
#pragma once

Просмотреть файл

@ -1,6 +1,7 @@
//
// <copyright file="MultiversoWrapper.h" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
// </copyright>
//
#pragma once

Просмотреть файл

@ -1,6 +1,9 @@
//
// <copyright file="NoMultiversoWrapper.h" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
//
// </copyright>
//
#pragma once

2
configure поставляемый
Просмотреть файл

@ -394,7 +394,7 @@ do
fi
;;
--asgd*)
--asgd*)
if test x$optarg = xyes || test x$optarg = xno
then
enable_asgd=$optarg