From 7ee27d3bb5a3e76fd45c2683f6e9d76b2933825b Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 14 Jan 2005 10:39:47 +0000 Subject: [PATCH] INTEGRATION: CWS ause015 (1.6.144); FILE MERGED 2005/01/14 10:32:44 hjs 1.6.144.1: #i40594# no slashes in compiler switches --- dtrans/source/win32/workbench/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dtrans/source/win32/workbench/makefile.mk b/dtrans/source/win32/workbench/makefile.mk index ab36f140bcc6..cf3984e8f506 100644 --- a/dtrans/source/win32/workbench/makefile.mk +++ b/dtrans/source/win32/workbench/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hro $ $Date: 2002-08-26 13:57:22 $ +# last change: $Author: kz $ $Date: 2005-01-14 11:39:47 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -84,7 +84,7 @@ stoponerror=tr .INCLUDE : ..$/..$/cppumaker.mk -CFLAGS+=/D_WIN32_DCOM /EHsc /Ob0 +CFLAGS+=-D_WIN32_DCOM -EHsc -Ob0 # --- Files --------------------------------------------------------