summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-14 10:39:35 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-14 10:39:35 +0000
commitb59d15c8e0a878dae7444c915f3d22ec7180055d (patch)
tree802e5fb71acb62223282baef258537f564c91ea0
parent2e17e0edca90381d14c1461d3258a3db538ad68a (diff)
INTEGRATION: CWS ause015 (1.10.2); FILE MERGED
2005/01/14 10:32:44 hjs 1.10.2.1: #i40594# no slashes in compiler switches
-rw-r--r--dtrans/source/win32/dtobj/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/dtrans/source/win32/dtobj/makefile.mk b/dtrans/source/win32/dtobj/makefile.mk
index 30ebad41d01f..395938a0b2a9 100644
--- a/dtrans/source/win32/dtobj/makefile.mk
+++ b/dtrans/source/win32/dtobj/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: rt $ $Date: 2004-10-22 07:57:37 $
+# last change: $Author: kz $ $Date: 2005-01-14 11:39:35 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -75,7 +75,7 @@ LIBTARGET=NO
.INCLUDE : ..$/..$/cppumaker.mk
#-DUNICODE -D_UNICODE
-CFLAGS+=-GR /Ob0
+CFLAGS+=-GR -Ob0
UNOTYPES= \
com.sun.star.datatransfer.XSystemTransferable