diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-09-25 08:15:38 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-09-25 08:15:38 +0000 |
commit | 6733f5a0a90a74b370e45774e81138f0fa967748 (patch) | |
tree | 3e02b8b739b56f9f5411f0181dadcae45d0c14e5 /bridges/source | |
parent | b585bb0c35d9f93047a3d7675ea0e5e3c1715ed2 (diff) |
#65293# def-declaration completed
Diffstat (limited to 'bridges/source')
-rw-r--r-- | bridges/source/cpp_uno/msvc_win32_intel/makefile.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_intel/makefile.mk b/bridges/source/cpp_uno/msvc_win32_intel/makefile.mk index eac887f9e3f0..51327694d79c 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.8 $ +# $Revision: 1.9 $ # -# last change: $Author: dbo $ $Date: 2001-09-06 11:59:04 $ +# last change: $Author: kz $ $Date: 2001-09-25 09:15:38 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -69,9 +69,7 @@ ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk # --- Files -------------------------------------------------------- .IF "$(COM)" == "MSC" @@ -90,6 +88,7 @@ SLOFILES= \ $(SLO)$/cpp2uno.obj \ $(SLO)$/uno2cpp.obj \ $(SLO)$/except.obj + NOOPTFILES= \ $(SLO)$/except.obj @@ -108,6 +107,8 @@ SHL1STDLIBS= \ $(CPPULIB) \ $(SALLIB) +DEF1NAME= $(SHL1TARGET) + # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |