diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:09:36 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-04-23 15:09:36 +0000 |
commit | 776c496a624e4f303b14dc47dbabaeb4074cc623 (patch) | |
tree | 3f1a2163cb238082188f5dff213f141999269718 /stoc/source/invocation_adapterfactory | |
parent | 812f17b18f0532a543918a8f2b8221faa5a17235 (diff) |
INTEGRATION: CWS uno2 (1.9.40); FILE MERGED
2003/04/08 13:56:11 dbo 1.9.40.1: #107991# UNO shared library component renaming
Diffstat (limited to 'stoc/source/invocation_adapterfactory')
-rw-r--r-- | stoc/source/invocation_adapterfactory/makefile.mk | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/stoc/source/invocation_adapterfactory/makefile.mk b/stoc/source/invocation_adapterfactory/makefile.mk index 58524f07b98b..f968d056b281 100644 --- a/stoc/source/invocation_adapterfactory/makefile.mk +++ b/stoc/source/invocation_adapterfactory/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: dbo $ $Date: 2002-08-22 14:41:39 $ +# last change: $Author: rt $ $Date: 2003-04-23 16:09:36 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,15 +62,15 @@ PRJ=..$/.. PRJNAME=stoc -TARGET=invadp -USE_DEFFILE=TRUE -NO_BSYMBOLIC=TRUE +TARGET = invocadapt.uno ENABLE_EXCEPTIONS=TRUE -COMP1TYPELIST=$(TARGET) +NO_BSYMBOLIC = TRUE +COMP1TYPELIST = invadp # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk +DLLPRE = # ------------------------------------------------------------------ @@ -86,7 +86,7 @@ SHL1STDLIBS= \ $(CPPUHELPERLIB) \ $(SALLIB) -SHL1VERSIONMAP= $(TARGET).map +SHL1VERSIONMAP = invadp.map SHL1DEPN= SHL1IMPLIB= i$(TARGET) @@ -95,15 +95,6 @@ SHL1DEF= $(MISC)$/$(SHL1TARGET).def DEF1NAME= $(SHL1TARGET) -.IF "$(debug)" != "" - -# msvc++: no inlining -.IF "$(COM)" == "MSC" -CFLAGS += -Ob0 -.ENDIF - -.ENDIF - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |