1*77dbc36cSDamjan Jovanovic#************************************************************** 2*77dbc36cSDamjan Jovanovic# 3*77dbc36cSDamjan Jovanovic# Licensed to the Apache Software Foundation (ASF) under one 4*77dbc36cSDamjan Jovanovic# or more contributor license agreements. See the NOTICE file 5*77dbc36cSDamjan Jovanovic# distributed with this work for additional information 6*77dbc36cSDamjan Jovanovic# regarding copyright ownership. The ASF licenses this file 7*77dbc36cSDamjan Jovanovic# to you under the Apache License, Version 2.0 (the 8*77dbc36cSDamjan Jovanovic# "License"); you may not use this file except in compliance 9*77dbc36cSDamjan Jovanovic# with the License. You may obtain a copy of the License at 10*77dbc36cSDamjan Jovanovic# 11*77dbc36cSDamjan Jovanovic# http://www.apache.org/licenses/LICENSE-2.0 12*77dbc36cSDamjan Jovanovic# 13*77dbc36cSDamjan Jovanovic# Unless required by applicable law or agreed to in writing, 14*77dbc36cSDamjan Jovanovic# software distributed under the License is distributed on an 15*77dbc36cSDamjan Jovanovic# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*77dbc36cSDamjan Jovanovic# KIND, either express or implied. See the License for the 17*77dbc36cSDamjan Jovanovic# specific language governing permissions and limitations 18*77dbc36cSDamjan Jovanovic# under the License. 19*77dbc36cSDamjan Jovanovic# 20*77dbc36cSDamjan Jovanovic#************************************************************** 21*77dbc36cSDamjan Jovanovic 22*77dbc36cSDamjan Jovanovic 23*77dbc36cSDamjan Jovanovic 24*77dbc36cSDamjan Jovanovic$(eval $(call gb_Package_Package,cppuhelper_findsofficepath,$(WORKDIR)/CObject/cppuhelper/source)) 25*77dbc36cSDamjan Jovanovic 26*77dbc36cSDamjan Jovanovicifeq ($(OS),WNT) 27*77dbc36cSDamjan Jovanovic$(eval $(call gb_Package_add_file,cppuhelper_findsofficepath,lib/findsofficepath.obj,findsofficepath.obj)) 28*77dbc36cSDamjan Jovanovicelse 29*77dbc36cSDamjan Jovanovic$(eval $(call gb_Package_add_file,cppuhelper_findsofficepath,lib/findsofficepath.o,findsofficepath.o)) 30*77dbc36cSDamjan Jovanovicendif 31*77dbc36cSDamjan Jovanovic 32