summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-11-03 07:00:21 +0000
committerPascal Junck <pjunck@openoffice.org>2004-11-03 07:00:21 +0000
commitfaa3983e163d29336d4305e5629ed29ec1295283 (patch)
tree05ec33b528e250691c3327cdfd7baf1303f6a6f8 /shell
parentd73824bcc476b6be390a2e6406304b9c9cd7d503 (diff)
INTEGRATION: CWS desktintgr03 (1.2.2); FILE MERGED
2004/10/21 13:54:52 tra 1.2.2.1: #i34294#
Diffstat (limited to 'shell')
-rw-r--r--shell/source/win32/shlxthandler/ooofilt/makefile.mk26
1 files changed, 12 insertions, 14 deletions
diff --git a/shell/source/win32/shlxthandler/ooofilt/makefile.mk b/shell/source/win32/shlxthandler/ooofilt/makefile.mk
index 89ad28c94e95..174f94b2aaf8 100644
--- a/shell/source/win32/shlxthandler/ooofilt/makefile.mk
+++ b/shell/source/win32/shlxthandler/ooofilt/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: hr $ $Date: 2004-09-08 14:32:45 $
+# last change: $Author: pjunck $ $Date: 2004-11-03 08:00:21 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -72,41 +72,39 @@ 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
+CFLAGS+=-wd4710 -wd4711 -wd4514 -wd4619 -wd4217 -wd4820
CDEFS+=-D_WIN32_IE=0x501
# --- Files --------------------------------------------------------
+#UWINAPILIB=
+
SLOFILES=$(SLO)$/ooofilt.obj\
- $(SLO)$/utilities.obj\
- $(SLO)$/dbgmacros.obj\
- $(SLO)$/propspec.obj
-
+ $(SLO)$/utilities.obj\
+ $(SLO)$/dbgmacros.obj\
+ $(SLO)$/propspec.obj
+
SHL1TARGET=$(TARGET)
-
SHL1STDLIBS=ole32.lib\
advapi32.lib\
comctl32.lib\
- uwinapi.lib\
uuid.lib\
shell32.lib\
kernel32.lib\
OldNames.Lib
-
+
SHL1LIBS=$(SOLARLIBDIR)$/zlib.lib\
$(SOLARLIBDIR)$/expat_xmlparse.lib\
$(SOLARLIBDIR)$/expat_xmltok.lib\
$(SLB)$/util.lib\
$(SLB)$/ooofilereader.lib
-
+
SHL1DEPN=
-
SHL1OBJS=$(SLOFILES)
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
-
DEF1NAME=$(SHL1TARGET)
DEF1EXPORTFILE=exports.dxp
-
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk