diff options
-rw-r--r-- | bridges/source/cpp_uno/msvc_win32_intel/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/msvc_win32_intel/makefile.mk b/bridges/source/cpp_uno/msvc_win32_intel/makefile.mk index 368a22674..f224788c2 100644 --- a/bridges/source/cpp_uno/msvc_win32_intel/makefile.mk +++ b/bridges/source/cpp_uno/msvc_win32_intel/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: vg $ $Date: 2007-03-26 13:15:33 $ +# last change: $Author: obo $ $Date: 2007-07-18 12:15:37 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -57,9 +57,11 @@ CFLAGS += -DLEAK_STATIC_DATA .ENDIF .ENDIF + SLOFILES= \ $(SLO)$/cpp2uno.obj \ $(SLO)$/uno2cpp.obj \ + $(SLO)$/dllinit.obj \ $(SLO)$/except.obj NOOPTFILES= \ |