diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-08 13:31:18 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-09-08 13:31:18 +0000 |
commit | 6d5e7c78477a3b80afd618f1edcf65a07fb53f39 (patch) | |
tree | 396bdcf0d56cb5a57957a5a6d024485ee3826134 /shell | |
parent | c046ccdd85a7472dcdd9d0c15d7ec90bf1890d1f (diff) |
INTEGRATION: CWS desktintgr02 (1.6.12); FILE MERGED
2004/08/15 18:41:03 tra 1.6.12.5: #i24335#added gdiplus.lib for the thumbnail viewer
2004/08/11 18:34:46 tra 1.6.12.4: #i24335#add gdi32.lib for thumbnail viewer
2004/08/11 11:41:21 tra 1.6.12.3: #i24335#added thumbviewer related code
2004/08/05 08:45:28 deuce 1.6.12.2: Issue number: i21110
Submitted by: Gorden Lin {Gorden.Lin@Sun.com}
Reviewed by: Tino Rachui {Tino.Rachui@Sun.com}
2004/07/29 09:14:06 deuce 1.6.12.1: Issue number: 21110
Submitted by: Gorden Lin {gorden.lin@sun.com}
Reviewed by: Tino Rachui {tino.rachui@sun.com}
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/shlxthandler/makefile.mk | 26 |
1 files changed, 11 insertions, 15 deletions
diff --git a/shell/source/win32/shlxthandler/makefile.mk b/shell/source/win32/shlxthandler/makefile.mk index d0650df8ba5b..3c5baa6e437c 100644 --- a/shell/source/win32/shlxthandler/makefile.mk +++ b/shell/source/win32/shlxthandler/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hjs $ $Date: 2004-06-25 14:59:36 $ +# last change: $Author: hr $ $Date: 2004-09-08 14:31:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -72,25 +72,20 @@ USE_DEFFILE=TRUE .INCLUDE : settings.mk CFLAGS+=-DISOLATION_AWARE_ENABLED -DWIN32_LEAN_AND_MEAN -DXML_UNICODE -D_NTSDK -DUNICODE -D_UNICODE -D_WIN32_WINNT=0x0501 - +CFLAGS+=-wd4710 -wd4711 -wd4514 -wd4619 -wd4217 -wd4820 CDEFS+=-D_WIN32_IE=0x501 # --- Files -------------------------------------------------------- SLOFILES=$(SLO)$/classfactory.obj\ $(SLO)$/columninfo.obj\ - $(SLO)$/dbgmacros.obj\ - $(SLO)$/fileextensions.obj\ $(SLO)$/infotips.obj\ $(SLO)$/propsheets.obj\ - $(SLO)$/registry.obj\ $(SLO)$/shlxthdl.obj\ - $(SLO)$/utilities.obj\ $(SLO)$/listviewbuilder.obj\ $(SLO)$/document_statistic.obj\ - $(SLO)$/iso8601_converter.obj - - + $(SLO)$/thumbviewer.obj + SHL1TARGET=$(TARGET) SHL1STDLIBS=uwinapi.lib\ @@ -99,16 +94,16 @@ SHL1STDLIBS=uwinapi.lib\ ole32.lib\ uuid.lib\ shell32.lib\ - comctl32.lib\ + kernel32.lib\ gdi32.lib\ - kernel32.lib + gdiplus.lib SHL1LIBS=$(SOLARLIBDIR)$/zlib.lib\ $(SOLARLIBDIR)$/expat_xmlparse.lib\ $(SOLARLIBDIR)$/expat_xmltok.lib\ - $(SLB)$/zipfile.lib\ - $(SLB)$/sax.lib - + $(SLB)$/util.lib\ + $(SLB)$/ooofilereader.lib + SHL1DEPN= SHL1OBJS=$(SLOFILES) @@ -123,3 +118,4 @@ DEF1EXPORTFILE=exports.dxp .INCLUDE : target.mk + |