summaryrefslogtreecommitdiffstats
path: root/dtrans
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 14:04:53 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 14:04:53 +0000
commitff172a7c7a4a99b9940b45b715a4c42db6623ac8 (patch)
treecf0e2795ca987ade9f4bc6f1f9f86a5ffc088102 /dtrans
parentINTEGRATION: CWS mingwport03 (1.15.16); FILE MERGED (diff)
downloadcore-ff172a7c7a4a99b9940b45b715a4c42db6623ac8.tar.gz
core-ff172a7c7a4a99b9940b45b715a4c42db6623ac8.zip
INTEGRATION: CWS mingwport03 (1.7.18); FILE MERGED
2006/09/13 14:37:45 vg 1.7.18.1: #i53572# MinGW port
Diffstat (limited to 'dtrans')
-rw-r--r--dtrans/source/win32/clipb/makefile.mk9
1 files changed, 6 insertions, 3 deletions
diff --git a/dtrans/source/win32/clipb/makefile.mk b/dtrans/source/win32/clipb/makefile.mk
index e37f49be3446..d1b05be6d976 100644
--- a/dtrans/source/win32/clipb/makefile.mk
+++ b/dtrans/source/win32/clipb/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: vg $ $Date: 2006-05-24 14:33:57 $
+# last change: $Author: vg $ $Date: 2007-03-26 15:04:53 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -52,7 +52,10 @@ stoponerror=tr
# ------------------------------------------------------------------
-CFLAGS+=-GR -DUNICODE -D_UNICODE
+.IF "$(COM)" != "GCC"
+CFLAGS+=-GR
+.ENDIF
+CFLAGS+=-DUNICODE -D_UNICODE
SLOFILES=$(SLO)$/WinClipboard.obj \
$(SLO)$/WinClipbImpl.obj \