diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-10-23 14:35:23 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-10-23 14:35:23 +0000 |
commit | 0993abfc5da7b084220d1080986f43e4ff6a8554 (patch) | |
tree | 0d22be075c88970cb5d0ab2aa547a68e904f198b /extensions/source/ole/makefile.mk | |
parent | 1f71e394825ca97ec8526c675270c2de6dacd4fa (diff) |
65293# no more msvcrtd.lib
Diffstat (limited to 'extensions/source/ole/makefile.mk')
-rw-r--r-- | extensions/source/ole/makefile.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/extensions/source/ole/makefile.mk b/extensions/source/ole/makefile.mk index 5e03ac7b42d5..0aa96d8127fa 100644 --- a/extensions/source/ole/makefile.mk +++ b/extensions/source/ole/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: jl $ $Date: 2000-10-19 10:54:04 $ +# last change: $Author: kz $ $Date: 2001-10-23 15:35:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,9 +87,6 @@ USE_DEFFILE=YES USE_DEFFILE=TRUE INCPRE+= -I$(SOLARINCDIR)$/external$/atl -.IF "$(PRODUCT)"=="" || "$(debug)"!="" -LIBCMT=msvcrtd.lib -.ENDIF # --- Settings ----------------------------------------------------- ENABLE_EXCEPTIONS=TRUE |