diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 13:15:44 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 13:15:44 +0000 |
commit | dfeb5a0f05da357814ee1b301ec55c5cf48ef16f (patch) | |
tree | 5ac9eb1100340e53d29a74b1d2bacb98bebb441d /scaddins/source | |
parent | 71245c8e8b6e97a0974a337d4c07c7edf27cf889 (diff) |
INTEGRATION: CWS tune01 (1.9.26); FILE MERGED
2003/04/06 15:03:50 mhu 1.9.26.1: #i12694# Added symbol scoping linker mapfile.
Diffstat (limited to 'scaddins/source')
-rw-r--r-- | scaddins/source/analysis/makefile.mk | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/scaddins/source/analysis/makefile.mk b/scaddins/source/analysis/makefile.mk index fa34a6b0f2f3..8a2d8c766547 100644 --- a/scaddins/source/analysis/makefile.mk +++ b/scaddins/source/analysis/makefile.mk @@ -1,10 +1,10 @@ #************************************************************************** # -# $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/scaddins/source/analysis/makefile.mk,v 1.9 2002-10-01 11:12:53 jbu Exp $ +# $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/scaddins/source/analysis/makefile.mk,v 1.10 2003-04-15 14:15:44 vg Exp $ # -# $Date: 2002-10-01 11:12:53 $ -# $Author: jbu $ -# $Revision: 1.9 $ +# $Date: 2003-04-15 14:15:44 $ +# $Author: vg $ +# $Revision: 1.10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -128,18 +128,18 @@ SRCFILES = \ SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) SHL1OBJS=$(SLOFILES) SHL1STDLIBS= \ + $(VCLLIB) \ + $(TOOLSLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ $(VOSLIB) \ - $(TOOLSLIB) \ - $(SALLIB) \ - $(SVLIB) - + $(SALLIB) SHL1DEPN=makefile.mk + +SHL1VERSIONMAP=exports.map SHL1DEF=$(MISC)$/$(SHL1TARGET).def DEF1NAME=$(SHL1TARGET) -DEF1EXPORTFILE=exports.dxp # --- Resourcen ---------------------------------------------------- |