summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-26 14:13:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-26 14:15:29 +0000
commit424fd4c3fef104ace0152e6654f3e550f307ef7a (patch)
tree35d1ab5a0558f0df1d0440c4d2a42a2747c7efb9 /sc
parent7fe1706d431d8a4e366a2999726d75fc641d05b0 (diff)
need a version.map on windows apparently
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/makefile.mk1
-rw-r--r--sc/qa/unit/version.map34
2 files changed, 35 insertions, 0 deletions
diff --git a/sc/qa/unit/makefile.mk b/sc/qa/unit/makefile.mk
index be78c268d7a7..0ee9de75bcbd 100644
--- a/sc/qa/unit/makefile.mk
+++ b/sc/qa/unit/makefile.mk
@@ -83,6 +83,7 @@ SHL1STDLIBS= \
SHL1IMPLIB = i$(SHL1TARGET)
SHL1LIBS=$(SLB)$/scalc3.lib $(SLB)$/scalc3c.lib
DEF1NAME = $(SHL1TARGET)
+SHL1VERSIONMAP=version.map
.INCLUDE: target.mk
diff --git a/sc/qa/unit/version.map b/sc/qa/unit/version.map
new file mode 100644
index 000000000000..3308588ef6f8
--- /dev/null
+++ b/sc/qa/unit/version.map
@@ -0,0 +1,34 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2010 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org. If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+
+UDK_3_0_0 {
+ global:
+ cppunitTestPlugIn;
+
+ local:
+ *;
+};