diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:44:32 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:44:32 +0000 |
commit | dd3830b75ac10d3b9698fb62303670cc6038bc08 (patch) | |
tree | 289886944534b370da084cb5a1b5596cdd0f240d /fileaccess | |
parent | ec4259ef1754a03d9ebb32011b32a42d0b2fa7d3 (diff) |
INTEGRATION: CWS tune01 (1.8.16); FILE MERGED
2003/04/03 11:28:47 mhu 1.8.16.1: #i12688 Added symbol scoping linker mapfile.
Diffstat (limited to 'fileaccess')
-rw-r--r-- | fileaccess/source/makefile.mk | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/fileaccess/source/makefile.mk b/fileaccess/source/makefile.mk index c398694f69b5..0c7d35518831 100644 --- a/fileaccess/source/makefile.mk +++ b/fileaccess/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: jbu $ $Date: 2002-10-01 08:39:59 $ +# last change: $Author: vg $ $Date: 2003-04-15 13:44:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,23 +80,23 @@ SLOFILES= \ # $(SLO)$/$(COMP1TYPELIST)_description.obj SHL1TARGET= $(TARGET) +SHL1IMPLIB= i$(TARGET) + +SHL1VERSIONMAP=exports.map +SHL1DEF=$(MISC)$/$(SHL1TARGET).def +DEF1NAME=$(SHL1TARGET) SHL1STDLIBS= \ - $(SALLIB) \ - $(CPPULIB) \ - $(VOSLIB) \ - $(TOOLSLIB) \ - $(UCBHELPERLIB) \ $(UNOTOOLSLIB) \ - $(CPPUHELPERLIB) + $(TOOLSLIB) \ + $(VOSLIB) \ + $(UCBHELPERLIB) \ + $(CPPUHELPERLIB) \ + $(CPPULIB) \ + $(SALLIB) SHL1DEPN= -SHL1IMPLIB= i$(TARGET) -SHL1LIBS= $(SLB)$/$(TARGET).lib -SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) -DEF1EXPORTFILE= exports.dxp +SHL1LIBS=$(SLB)$/$(TARGET).lib # --- Targets ------------------------------------------------------ |