diff options
author | Damjan Jovanovic <damjan@apache.org> | 2018-03-08 17:56:54 +0000 |
---|---|---|
committer | Damjan Jovanovic <damjan@apache.org> | 2018-03-08 17:56:54 +0000 |
commit | 6fa014325dac9dba4e1fbb33649d2d90ff45b1d3 (patch) | |
tree | 613fd907bd98d6127646e24e638a195c940aac9f | |
parent | f959de1284e4c316fdb6049cf521f977abb87cf6 (diff) |
Add symbol versions for the Win64 platform
necessary to build main/cppu.
Patch by: me
Notes
Notes:
ignore: obsolete
-rw-r--r-- | cppu/util/makefile.mk | 2 | ||||
-rw-r--r-- | cppu/util/purpenvhelper3MSCI.map (renamed from cppu/util/purpenvhelper3MSC.map) | 0 | ||||
-rw-r--r-- | cppu/util/purpenvhelper3MSCX.map | 28 |
3 files changed, 30 insertions, 0 deletions
diff --git a/cppu/util/makefile.mk b/cppu/util/makefile.mk index eac3d26e7580..46ee6ab0650c 100644 --- a/cppu/util/makefile.mk +++ b/cppu/util/makefile.mk @@ -70,6 +70,8 @@ SHL2TARGET := $(NAMEpurpenv_helper) DEF2NAME := $(SHL2TARGET) .IF "$(GUI)$(COM)"=="WNTGCC" SHL2VERSIONMAP:=uno_purpenvhelper$(COMID).map +.ELIF "$(GUI)$(COM)"=="WNTMSC" +SHL2VERSIONMAP:=$(SHL2TARGET)$(CPU).map .ELIF "$(GUI)"=="OS2" SHL2VERSIONMAP:=uno_purpenvhelperwntgcc.map .ELSE diff --git a/cppu/util/purpenvhelper3MSC.map b/cppu/util/purpenvhelper3MSCI.map index 0978cfc39a8d..0978cfc39a8d 100644 --- a/cppu/util/purpenvhelper3MSC.map +++ b/cppu/util/purpenvhelper3MSCI.map diff --git a/cppu/util/purpenvhelper3MSCX.map b/cppu/util/purpenvhelper3MSCX.map new file mode 100644 index 000000000000..790d10945ac0 --- /dev/null +++ b/cppu/util/purpenvhelper3MSCX.map @@ -0,0 +1,28 @@ +############################################################### +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +# +############################################################### +UDK_3_0_0 { + global: + ?Environment_initWithEnterable@purpenv@helper@cppu@@YAXPEAU_uno_Environment@@PEAVEnterable@3@@Z + ?createMapping@purpenv@helper@cppu@@YAXPEAPEAU_uno_Mapping@@PEAU_uno_Environment@@1P6AX_NPEAX3PEAU_typelib_TypeDescriptionReference@@PEAU_typelib_MethodParameter@@JPEBU_typelib_TypeDescription@@3QEAPEAXPEAPEAU_uno_Any@@@Z3@Z + + local: + *; +}; |