diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-08 08:46:22 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-08 08:46:22 +0000 |
commit | 922d3bee87bdaf8b2d91ccc831f81cd92c2e5ccb (patch) | |
tree | 31418f2cf59d635867719079a9ce8f9b004c75d1 /extensions/source/activex | |
parent | d1daa02bdd17093108721eee03dbc381f1cb22c7 (diff) |
INTEGRATION: CWS fwk91 (1.22.42); FILE MERGED
2008/06/24 10:23:05 mav 1.22.42.1: #i87524# fix ActiveX control implementation
Diffstat (limited to 'extensions/source/activex')
-rw-r--r-- | extensions/source/activex/main/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/source/activex/main/makefile.mk b/extensions/source/activex/main/makefile.mk index 49ffea5c7..64dcbe34a 100644 --- a/extensions/source/activex/main/makefile.mk +++ b/extensions/source/activex/main/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.22 $ +# $Revision: 1.23 $ # # This file is part of OpenOffice.org. # @@ -47,6 +47,7 @@ PROF_EDITION=TRUE VERSIONOBJ= LIBTARGET=NO USE_DEFFILE=YES +UWINAPILIB= INCPRE+=$(foreach,i,$(ATL_INCLUDE) -I$(i)) \ -I$(MISC) \ |