jdk/make/sun/cmm/lcms/Makefile
changeset 6632 96bd7ecf0e1b
parent 6482 0f6a4442b29e
child 7668 d4a77089c587
--- a/jdk/make/sun/cmm/lcms/Makefile	Wed Sep 29 10:44:02 2010 +0400
+++ b/jdk/make/sun/cmm/lcms/Makefile	Sat Oct 02 12:41:20 2010 +0400
@@ -80,7 +80,12 @@
 vpath %.c   $(SHARE_SRC)/native/sun/java2d
 
 ifeq ($(PLATFORM), windows)
-OTHER_CFLAGS += -DCMS_IS_WINDOWS_ -Dsqrtf=sqrt
+OTHER_CFLAGS += -DCMS_IS_WINDOWS_
+
+ifeq ($(COMPILER_VERSION), VS2003)
+OTHER_CFLAGS += -Dsqrtf=sqrt
+endif
+
 OTHER_LDLIBS = $(OBJDIR)/../../../sun.awt/awt/$(OBJDIRNAME)/awt.lib
 OTHER_INCLUDES += -I$(SHARE_SRC)/native/sun/java2d \
                   -I$(SHARE_SRC)/native/sun/awt/debug