summaryrefslogtreecommitdiff
path: root/shell/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:04:39 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:04:39 +0000
commit7019b243b828d9c7e08098c53d61aa5a37cab893 (patch)
tree5d5b70444c93cf5bd4a7e62b685dfd94e54c1394 /shell/source
parent89e8e76476c02353df61cb9df7a5f031fe58be95 (diff)
INTEGRATION: CWS obo11 (1.4.14); FILE MERGED
2007/06/21 07:31:03 obo 1.4.14.2: move -D_DEBUG to wntmsci11.mk 2007/06/18 12:51:40 obo 1.4.14.1: #i76441# support nonproduct build
Diffstat (limited to 'shell/source')
-rw-r--r--shell/source/win32/shlxthandler/ooofilt/proxy/makefile.mk13
1 files changed, 6 insertions, 7 deletions
diff --git a/shell/source/win32/shlxthandler/ooofilt/proxy/makefile.mk b/shell/source/win32/shlxthandler/ooofilt/proxy/makefile.mk
index 47d3bb55e09f..7e7eb6e47cda 100644
--- a/shell/source/win32/shlxthandler/ooofilt/proxy/makefile.mk
+++ b/shell/source/win32/shlxthandler/ooofilt/proxy/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: vg $ $Date: 2007-03-26 13:51:01 $
+# last change: $Author: hr $ $Date: 2007-06-27 14:04:39 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -46,7 +46,7 @@ UWINAPILIB=
.INCLUDE : settings.mk
-CFLAGS+=-DWIN32_LEAN_AND_MEAN -D_NTSDK -DUNICODE -D_UNICODE -D_WIN32_WINNT=0x0501
+CFLAGS+=-DWIN32_LEAN_AND_MEAN -D_NTSDK -DUNICODE -D_UNICODE -D_WIN32_WINNT=0x0501
CDEFS+=-D_WIN32_IE=0x501
# --- Files --------------------------------------------------------
@@ -59,15 +59,14 @@ SHL1STDLIBS=$(OLE32LIB)\
$(UUIDLIB)\
$(SHELL32LIB)\
$(KERNEL32LIB)
-
-SHL1DEPN=
+
+SHL1DEPN=
SHL1OBJS=$(SLOFILES)
SHL1DEF=$(MISC)$/$(SHL1TARGET).def
DEF1NAME=$(SHL1TARGET)
DEF1EXPORTFILE=exports.dxp
-
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
-