summaryrefslogtreecommitdiff
path: root/extensions/source/activex/main/makefile.mk
diff options
context:
space:
mode:
authorMikhail Voitenko <mav@openoffice.org>2009-10-30 14:43:50 +0000
committerMikhail Voitenko <mav@openoffice.org>2009-10-30 14:43:50 +0000
commit8f6b5370be6fe558f6658a0b0719ed64eb205212 (patch)
tree2249616fdeb8c5f268c8a6512d06ef60090f6e22 /extensions/source/activex/main/makefile.mk
parentd0ba52ecebf289ad7ff1edc99ec795c164b87456 (diff)
#i106476# support 64-bit IE
Diffstat (limited to 'extensions/source/activex/main/makefile.mk')
-rw-r--r--extensions/source/activex/main/makefile.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/extensions/source/activex/main/makefile.mk b/extensions/source/activex/main/makefile.mk
index 2dc8f9aa5ca9..1a702eb9da27 100644
--- a/extensions/source/activex/main/makefile.mk
+++ b/extensions/source/activex/main/makefile.mk
@@ -152,7 +152,7 @@ SHL1STDLIBS_X64+=\
SHL1OBJS_X64=$(SLOFILES_X64)
SHL1DEF_X64=$(TARGET).def
-.IF "$(debug)" != ""
+.IF "$(USE_STLP_DEBUG)" != ""
SHL1STDLIBS_X64+= $(ATL_LIB)$/amd64$/atlsd.lib
.ELSE
SHL1STDLIBS_X64+= $(ATL_LIB)$/amd64$/atls.lib
@@ -175,4 +175,3 @@ $(MISC)$/envsettings.h : makefile.mk
.ELSE # "$(USE_SHELL)"!="4nt"
echo #define MISC .\..\$(INPATH)\misc > $@
.ENDIF # "$(USE_SHELL)"!="4nt"
-