diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:30:51 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:30:51 +0000 |
commit | bf4b119a85de2aa056f7dfa0b30fa04be5baaa48 (patch) | |
tree | f8df93ae4314657e3d2594e7fd29d75743f962ca /desktop/source/so_comp | |
parent | 31644900cdeb72bfe515ca741b6bf5b480aa38e2 (diff) |
INTEGRATION: CWS tune01 (1.1.2.1.52); FILE MERGED
2003/03/07 20:38:43 mhu 1.1.2.1.52.2: RESYNC: (1.1.2.1-1.1.2.2); FILE MERGED
2003/03/02 19:51:51 mhu 1.1.2.1.52.1: #i11968# Added symbol scoping linker mapfiles to dynamically loaded libraries.
Diffstat (limited to 'desktop/source/so_comp')
-rw-r--r-- | desktop/source/so_comp/makefile.mk | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/desktop/source/so_comp/makefile.mk b/desktop/source/so_comp/makefile.mk index d2d1d666b7f6..d87c25c954bd 100644 --- a/desktop/source/so_comp/makefile.mk +++ b/desktop/source/so_comp/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2003-03-25 13:52:48 $ +# last change: $Author: vg $ $Date: 2003-04-15 13:30:51 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,10 +62,10 @@ PRJ=..$/.. -PRJNAME=evaluation +PRJNAME=desktop TARGET=eval LIBTARGET=NO -AUTOSEG=true + ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- @@ -82,25 +82,23 @@ CDEFS+=-DTIMEBOMB=20030930 SLOFILES = $(SLO)$/evaluation.obj -SHL1OBJS= $(SLOFILES) -SHL1TARGET= $(TARGET) +SHL1DEPN= makefile.mk +SHL1OBJS= $(SLOFILES) -SHL1IMPLIB= ievl -SHL1STDLIBS= \ - $(SALLIB) \ - $(UNOLIB) \ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(UNOTOOLSLIB) \ - $(COMPHELPERLIB) \ - $(TOOLSLIB) \ - $(VCLLIB) +SHL1TARGET= $(TARGET) +SHL1IMPLIB= i$(TARGET) -SHL1DEPN= makefile.mk -SHL1DEF= $(MISC)$/$(SHL1TARGET).def +SHL1VERSIONMAP=exports.map +SHL1DEF=$(MISC)$/$(SHL1TARGET).def +DEF1NAME=$(SHL1TARGET) -DEF1NAME= $(SHL1TARGET) -DEF1EXPORTFILE= exports.dxp +SHL1STDLIBS= \ + $(VCLLIB) \ + $(UNOTOOLSLIB) \ + $(TOOLSLIB) \ + $(CPPUHELPERLIB) \ + $(CPPULIB) \ + $(SALLIB) # --- Targets ------------------------------------------------------ |