summaryrefslogtreecommitdiff
path: root/eventattacher
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-04-15 12:38:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-04-15 12:38:51 +0000
commitc849f75dcb387eb705f1bf6f2a58d6d7e4faf0d8 (patch)
treeb616a5f03399e9ab032063ecaa27abf4c97a8c6c /eventattacher
parent48b1b729da42dca56538755b06c58cde76aadcfc (diff)
INTEGRATION: CWS tune01 (1.6.16); FILE MERGED
2003/04/03 11:35:33 mhu 1.6.16.1: #i12688 Added symbol scoping linker mapfile.
Diffstat (limited to 'eventattacher')
-rw-r--r--eventattacher/source/makefile.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/eventattacher/source/makefile.mk b/eventattacher/source/makefile.mk
index b938d3e22f..63c91c60a3 100644
--- a/eventattacher/source/makefile.mk
+++ b/eventattacher/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: jbu $ $Date: 2002-10-01 07:45:21 $
+# last change: $Author: vg $ $Date: 2003-04-15 13:38:51 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -63,7 +63,7 @@ PRJ=..
PRJNAME= eventattacher
TARGET= evtatt
-USE_DEFFILE= TRUE
+
NO_BSYMBOLIC= TRUE
ENABLE_EXCEPTIONS=TRUE
@@ -102,19 +102,19 @@ SLOFILES= \
$(SLO)$/eventattacher.obj
SHL1TARGET= $(TARGET)
+SHL1IMPLIB= i$(TARGET)
+
+SHL1VERSIONMAP=exports.map
+SHL1DEF=$(MISC)$/$(SHL1TARGET).def
+DEF1NAME=$(SHL1TARGET)
SHL1STDLIBS= \
- $(CPPULIB) \
$(CPPUHELPERLIB) \
+ $(CPPULIB) \
$(SALLIB)
SHL1DEPN=
-SHL1IMPLIB= i$(TARGET)
SHL1LIBS= $(SLB)$/$(TARGET).lib
-SHL1DEF= $(MISC)$/$(SHL1TARGET).def
-
-DEF1NAME= $(SHL1TARGET)
-DEF1EXPORTFILE= exports.dxp
# --- Targets ------------------------------------------------------