summaryrefslogtreecommitdiffstats
path: root/dtrans
diff options
context:
space:
mode:
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 \