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
This commit is contained in:
Kurt Zenker 2005-01-14 10:39:47 +00:00
parent b59d15c8e0
commit 7ee27d3bb5

View file

@ -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 --------------------------------------------------------