diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:38:12 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-15 12:38:12 +0000 |
commit | 719d05461fa39ae8fa398abadd63f4c218c08856 (patch) | |
tree | 7c6448f2be666fa5aff97bd49ef2a26fa791f1df /UnoControls/util | |
parent | d1dd4d2cf2416254dba53d801a5dbae6c6d59aa4 (diff) |
INTEGRATION: CWS tune01 (1.1.1.1.60); FILE MERGED
2003/04/03 11:50:51 mhu 1.1.1.1.60.1: #i12151# Added symbol scoping linker mapfile.
Diffstat (limited to 'UnoControls/util')
-rw-r--r-- | UnoControls/util/makefile.mk | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/UnoControls/util/makefile.mk b/UnoControls/util/makefile.mk index e892c7811fc1..c42f0cde7b55 100644 --- a/UnoControls/util/makefile.mk +++ b/UnoControls/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 16:11:18 $ +# last change: $Author: vg $ $Date: 2003-04-15 13:38:12 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -65,35 +65,33 @@ PRJ=.. PRJNAME=UnoControls TARGET=ctl LIBTARGET=NO -USE_LDUMP2=TRUE -USE_DEFFILE=TRUE # --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk +.INCLUDE : $(PRJ)$/util$/makefile.pmk # --- Files -------------------------------------------------------- + LIB1TARGET= $(SLB)$/$(TARGET).lib -#LIB1OBJFILES= $(SLOFILES) LIB1FILES= $(SLB)$/base.lib \ $(SLB)$/controls.lib SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) SHL1IMPLIB= i$(TARGET) +SHL1VERSIONMAP=exports.map +SHL1DEF=$(MISC)$/$(SHL1TARGET).def +DEF1NAME=$(SHL1TARGET) + SHL1STDLIBS= \ - $(CPPULIB) \ - $(CPPUHELPERLIB) \ - $(VOSLIB) \ - $(SALLIB) \ - $(TOOLSLIB) + $(TOOLSLIB) \ + $(CPPUHELPERLIB) \ + $(CPPULIB) \ + $(VOSLIB) \ + $(SALLIB) SHL1DEPN= makefile.mk SHL1LIBS= $(LIB1TARGET) -#SHL1DEF= $(MISC)$/$(SHL1TARGET).def - -DEF1NAME= $(SHL1TARGET) -DEF1EXPORTFILE= exports.dxp # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |