mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-28 11:10:26 +00:00
6988213: lcms build failure on windows-amd64
Reviewed-by: igor, prr
This commit is contained in:
parent
13069fe969
commit
c299b2e4c0
@ -80,7 +80,12 @@ vpath %.c $(SHARE_SRC)/native/$(PKGDIR)
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user