jdk/make/sun/awt/Makefile
changeset 887 0aab8d3fa11a
parent 2 90ce3da70b43
child 888 c7009cf0001f
equal deleted inserted replaced
886:7eb22e81bb28 887:0aab8d3fa11a
     1 #
     1 #
     2 # Copyright 1995-2007 Sun Microsystems, Inc.  All Rights Reserved.
     2 # Copyright 1995-2008 Sun Microsystems Microsystems, Inc.  All Rights Reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Sun designates this
     7 # published by the Free Software Foundation.  Sun designates this
    67 # Prune files that are currently unused on Windows (but still used on
    67 # Prune files that are currently unused on Windows (but still used on
    68 # Solaris/Linux).
    68 # Solaris/Linux).
    69 #
    69 #
    70 AUTO_JAVA_PRUNE += RemoteOffScreenImage.java
    70 AUTO_JAVA_PRUNE += RemoteOffScreenImage.java
    71 
    71 
    72 OTHER_CXXFLAGS += -DD3D_OVERLOADS
       
    73 OTHER_CFLAGS += $(GX_OPTION) -DMLIB_NO_LIBSUNMATH -DUNICODE -D_UNICODE
    72 OTHER_CFLAGS += $(GX_OPTION) -DMLIB_NO_LIBSUNMATH -DUNICODE -D_UNICODE
    74 OTHER_CXXFLAGS += $(GX_OPTION) -DUNICODE -D_UNICODE
    73 OTHER_CXXFLAGS += $(GX_OPTION) -DUNICODE -D_UNICODE
    75 
    74 
    76 ifeq ($(ARCH_DATA_MODEL), 64)
    75 ifeq ($(ARCH_DATA_MODEL), 64)
    77   OTHER_CFLAGS += -DMLIB_OS64BIT
    76   OTHER_CFLAGS += -DMLIB_OS64BIT
   446 	-I$(SHARE_SRC)/native/sun/font \
   445 	-I$(SHARE_SRC)/native/sun/font \
   447 	-I$(SHARE_SRC)/native/sun/java2d/pipe \
   446 	-I$(SHARE_SRC)/native/sun/java2d/pipe \
   448 	-I$(SHARE_SRC)/native/sun/dc/path \
   447 	-I$(SHARE_SRC)/native/sun/dc/path \
   449 	-I$(SHARE_SRC)/native/sun/dc/doe \
   448 	-I$(SHARE_SRC)/native/sun/dc/doe \
   450 	-I$(SHARE_SRC)/native/sun/awt/debug \
   449 	-I$(SHARE_SRC)/native/sun/awt/debug \
   451 	-I$(PLATFORM_SRC)/native/sun/awt \
   450 	-I$(PLATFORM_SRC)/native/sun/awt
   452 #	-I$(WINAWT_COMMON_native)
   451 #	-I$(WINAWT_COMMON_native)
   453 
   452 
   454 # this is only required for compiling )/native/sun/awt/medialib/*.c files
   453 # this is only required for compiling )/native/sun/awt/medialib/*.c files
   455 #
   454 #
   456 OTHER_INCLUDES += -I$(SHARE_SRC)/native/sun/awt/medialib
   455 OTHER_INCLUDES += -I$(SHARE_SRC)/native/sun/awt/medialib