summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-06-01 07:47:51 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-06-01 07:47:51 +0000
commit314a35b0c5689731ef01d99953d203322069d741 (patch)
tree175dc1879422d2708de41ea9a698429618b5da61 /salhelper
parentf4247f3b549168e648e2d1e740b24c6973ac15a9 (diff)
#87052# using map files for the different platforms
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/source/makefile.mk21
1 files changed, 9 insertions, 12 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk
index 3029c5bd4bb4..ba9400a06563 100644
--- a/salhelper/source/makefile.mk
+++ b/salhelper/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: jsc $ $Date: 2001-05-04 13:24:41 $
+# last change: $Author: jsc $ $Date: 2001-06-01 08:47:51 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -65,7 +65,6 @@ PRJNAME= salhelper
TARGET= salhelper
NO_BSYMBOLIC= TRUE
ENABLE_EXCEPTIONS=TRUE
-
USE_DEFFILE= TRUE
# --- Settings -----------------------------------------------------
@@ -98,16 +97,17 @@ SHL1DEPN=
SHL1IMPLIB= i$(TARGET)
SHL1LIBS= $(SLB)$/$(TARGET).lib
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-DEF1EXPORTFILE= exports.dxp
DEF1NAME= $(SHL1TARGET)
-#DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt
-#DEFLIB1NAME= $(TARGET)
-.IF "$(OS)$(CPU)"=="SOLARISS"
-SHL1VERSIONMAP= sols.map
+.IF "$(OS)$(CPU)"=="WNTI"
+SHL1VERSIONMAP=msci.map
+.ELIF "$(OS)$(CPU)"=="SOLARISS"
+SHL1VERSIONMAP=sols.map
+.ELIF "$(OS)$(CPU)"=="SOLARISI"
+SHL1VERSIONMAP=soli.map
.ELIF "$(OS)$(CPU)"=="LINUXI"
-SHL1VERSIONMAP= lngi.map
+SHL1VERSIONMAP=lngi.map
.ENDIF
@@ -115,6 +115,3 @@ SHL1VERSIONMAP= lngi.map
.INCLUDE : target.mk
-#$(MISC)$/$(SHL1TARGET).flt : makefile.mk
-# +echo _TI2 >$@
-# +echo _TI1 >>$@