diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 11:47:28 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-03 11:47:28 +0000 |
commit | fe81d15fc35a2c4caf5e1c51507c375c3d795833 (patch) | |
tree | d6347e68bb7449d8fad190257f9b559048d42e25 /bridges | |
parent | 4568ed0b2775c844340a03af7f45468c3d69b1a7 (diff) |
INTEGRATION: CWS sb10 (1.10.2); FILE MERGED
2003/12/19 16:11:36 sb 1.10.2.1: #114000# Initial adaption of cpp_uno/msvc_win32_intel to cpp_uno/shared.
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/msvc_win32_intel/makefile.mk | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_intel/makefile.mk b/bridges/source/cpp_uno/msvc_win32_intel/makefile.mk index f7eb23d9ebe3..2cb8364d9890 100644 --- a/bridges/source/cpp_uno/msvc_win32_intel/makefile.mk +++ b/bridges/source/cpp_uno/msvc_win32_intel/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: vg $ $Date: 2003-10-06 13:15:38 $ +# last change: $Author: hr $ $Date: 2004-02-03 12:47:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -98,10 +98,8 @@ SHL1DEF=$(MISC)$/$(SHL1TARGET).def SHL1IMPLIB=i$(TARGET) SHL1VERSIONMAP=..$/..$/bridge_exports.map -SHL1OBJS= \ - $(SLO)$/cpp2uno.obj \ - $(SLO)$/uno2cpp.obj \ - $(SLO)$/except.obj +SHL1OBJS = $(SLOFILES) +SHL1LIBS = $(SLB)$/cpp_uno_shared.lib SHL1STDLIBS= \ $(CPPULIB) \ |