blob: f57ad658fa105b6bd4e8bba496d2240f20fe852b [file] [log] [blame]
murgatroid99c781f642017-01-17 11:47:06 -08001%YAML 1.2
2--- |
Jan Tattermusch4d5c3102017-06-07 10:23:56 +02003 # Copyright 2017 gRPC authors.
murgatroid99e3759752017-01-17 16:32:23 -08004 #
Jan Tattermusch4d5c3102017-06-07 10:23:56 +02005 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
murgatroid99e3759752017-01-17 16:32:23 -08008 #
Jan Tattermusch4d5c3102017-06-07 10:23:56 +02009 # http://www.apache.org/licenses/LICENSE-2.0
murgatroid99e3759752017-01-17 16:32:23 -080010 #
Jan Tattermusch4d5c3102017-06-07 10:23:56 +020011 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
murgatroid99e3759752017-01-17 16:32:23 -080016
murgatroid99c781f642017-01-17 11:47:06 -080017 module GrpcBuildConfig
18 CORE_WINDOWS_DLL = '/tmp/libs/opt/grpc-${settings.core_version.major}.dll'
murgatroid99e3759752017-01-17 16:32:23 -080019 end