diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-11 12:49:57 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-10-11 12:49:57 +0000 |
commit | 19e900754787575f220230f60aa84c6f5774b915 (patch) | |
tree | ef0bc278b4ec320af5264de415d7dbb1512e74b0 /extensions | |
parent | af5d7df62212d3f2cd9e77e62f21d19d4b59ae52 (diff) |
INTEGRATION: CWS vq02 (1.14.10); FILE MERGED
2004/09/16 18:18:46 vq 1.14.10.1: #i34228# configure and solenv changes for VCTK use.
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/ole/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/ole/makefile.mk b/extensions/source/ole/makefile.mk index db87623f2b22..982f7690633e 100644 --- a/extensions/source/ole/makefile.mk +++ b/extensions/source/ole/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: rt $ $Date: 2004-08-20 12:34:15 $ +# last change: $Author: hr $ $Date: 2004-10-11 13:49:57 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -171,7 +171,7 @@ SHL1STDLIBS=\ oleaut32.lib .IF "$(COMEX)"=="8" || "$(COMEX)"=="10" - SHL1STDLIBS+= $(COMPATH)$/atlmfc$/lib$/atls.lib + SHL1STDLIBS+= $(ATL_LIB)$/atls.lib .ENDIF #SHL1LIBS = $(SLB)$/$(TARGET).lib |