1*3e9d7d56SAndre Fischer#**************************************************************
2*3e9d7d56SAndre Fischer#
3*3e9d7d56SAndre Fischer#  Licensed to the Apache Software Foundation (ASF) under one
4*3e9d7d56SAndre Fischer#  or more contributor license agreements.  See the NOTICE file
5*3e9d7d56SAndre Fischer#  distributed with this work for additional information
6*3e9d7d56SAndre Fischer#  regarding copyright ownership.  The ASF licenses this file
7*3e9d7d56SAndre Fischer#  to you under the Apache License, Version 2.0 (the
8*3e9d7d56SAndre Fischer#  "License"); you may not use this file except in compliance
9*3e9d7d56SAndre Fischer#  with the License.  You may obtain a copy of the License at
10*3e9d7d56SAndre Fischer#
11*3e9d7d56SAndre Fischer#    http://www.apache.org/licenses/LICENSE-2.0
12*3e9d7d56SAndre Fischer#
13*3e9d7d56SAndre Fischer#  Unless required by applicable law or agreed to in writing,
14*3e9d7d56SAndre Fischer#  software distributed under the License is distributed on an
15*3e9d7d56SAndre Fischer#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*3e9d7d56SAndre Fischer#  KIND, either express or implied.  See the License for the
17*3e9d7d56SAndre Fischer#  specific language governing permissions and limitations
18*3e9d7d56SAndre Fischer#  under the License.
19*3e9d7d56SAndre Fischer#
20*3e9d7d56SAndre Fischer#**************************************************************
21*3e9d7d56SAndre Fischer
22*3e9d7d56SAndre Fischer
23*3e9d7d56SAndre Fischerifeq ($(OS),WNT)
24*3e9d7d56SAndre Fischergb_Library_FILENAMES := $(patsubst apr:iapr%,apr:libapr-1%,$(gb_Library_FILENAMES))
25*3e9d7d56SAndre Fischergb_Library_FILENAMES := $(patsubst expat_xmltok:iexpat_xmltok%,expat_xmltok:expat_xmltok%,$(gb_Library_FILENAMES))
26*3e9d7d56SAndre Fischergb_Library_FILENAMES := $(patsubst expat_xmlparse:iexpat_xmlparse%,expat_xmlparse:expat_xmlparse%,$(gb_Library_FILENAMES))
27*3e9d7d56SAndre Fischergb_Library_FILENAMES := $(patsubst libeay32:ilibeay32%,libeay32:libeay32%,$(gb_Library_FILENAMES))
28*3e9d7d56SAndre Fischergb_Library_FILENAMES := $(patsubst ssleay32:issleay32%,ssleay32:ssleay32%,$(gb_Library_FILENAMES))
29*3e9d7d56SAndre Fischergb_Library_FILENAMES := $(patsubst zlib:izlib%,zlib:zlib%,$(gb_Library_FILENAMES))
30*3e9d7d56SAndre Fischerendif
31*3e9d7d56SAndre Fischer
32*3e9d7d56SAndre Fischer#gb_Library_FILENAMES := $(patsubst apr-util:iapr-util%,apr:libapr-util-1%,$(gb_Library_FILENAMES))
33*3e9d7d56SAndre Fischer
34*3e9d7d56SAndre Fischer# vim: set noet sw=4 ts=4:
35