diff options
author | obo <obo@openoffice.org> | 2010-04-13 07:47:15 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-04-13 07:47:15 +0200 |
commit | 77c518fe99bc7c511174a32a3b97ee40e5a5f556 (patch) | |
tree | 1a844d5842574bffa0ac529c71d918001ee7ecd6 /shell | |
parent | a001605a190749900d3e09aa864ce56925ff848e (diff) |
obo47: #i110831# build breaks for wntmsci12 non pro in module shell
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/shlxthandler/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/shell/source/win32/shlxthandler/makefile.mk b/shell/source/win32/shlxthandler/makefile.mk index 4452cb1a90e6..b6c9a45a9515 100644 --- a/shell/source/win32/shlxthandler/makefile.mk +++ b/shell/source/win32/shlxthandler/makefile.mk @@ -34,6 +34,9 @@ USE_DEFFILE=TRUE .IF "$(BUILD_X64)"!="" USE_DEFFILE_X64=TRUE .ENDIF +NO_DEFAULT_STL=TRUE +USE_STLP_DEBUG= + # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk @@ -134,10 +137,6 @@ SHL1STDLIBS_X64+=\ $(OLDNAMESLIB_X64) \ msvcprt.lib -.IF "$(PRODUCT)"!="full" -SHL1STDLIBS+=msvcrt.lib -.ENDIF - SHL1LIBS_X64+=$(SLB_X64)$/util.lib\ $(SLB_X64)$/ooofilereader.lib SHL1OBJS_X64=$(SLOFILES_X64) |