jdk/make/sun/awt/Makefile
changeset 922 8725ccb1a22d
parent 917 75261da60fff
parent 888 c7009cf0001f
child 1971 553b81ac1756
child 2370 bdaf8cd4253f
equal deleted inserted replaced
921:85b4d3bded64 922:8725ccb1a22d
     1 #
     1 #
     2 # Copyright 1995-2007 Sun Microsystems, Inc.  All Rights Reserved.
     2 # Copyright 1995-2008 Sun 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
    63 # Prune files that are currently unused on Windows (but still used on
    63 # Prune files that are currently unused on Windows (but still used on
    64 # Solaris/Linux).
    64 # Solaris/Linux).
    65 #
    65 #
    66 AUTO_JAVA_PRUNE += RemoteOffScreenImage.java
    66 AUTO_JAVA_PRUNE += RemoteOffScreenImage.java
    67 
    67 
    68 OTHER_CXXFLAGS += -DD3D_OVERLOADS
       
    69 OTHER_CFLAGS += $(GX_OPTION) -DMLIB_NO_LIBSUNMATH -DUNICODE -D_UNICODE
    68 OTHER_CFLAGS += $(GX_OPTION) -DMLIB_NO_LIBSUNMATH -DUNICODE -D_UNICODE
    70 OTHER_CXXFLAGS += $(GX_OPTION) -DUNICODE -D_UNICODE
    69 OTHER_CXXFLAGS += $(GX_OPTION) -DUNICODE -D_UNICODE
    71 
    70 
    72 ifeq ($(ARCH_DATA_MODEL), 64)
    71 ifeq ($(ARCH_DATA_MODEL), 64)
    73   OTHER_CFLAGS += -DMLIB_OS64BIT
    72   OTHER_CFLAGS += -DMLIB_OS64BIT
   442 	-I$(SHARE_SRC)/native/sun/font \
   441 	-I$(SHARE_SRC)/native/sun/font \
   443 	-I$(SHARE_SRC)/native/sun/java2d/pipe \
   442 	-I$(SHARE_SRC)/native/sun/java2d/pipe \
   444 	-I$(SHARE_SRC)/native/sun/dc/path \
   443 	-I$(SHARE_SRC)/native/sun/dc/path \
   445 	-I$(SHARE_SRC)/native/sun/dc/doe \
   444 	-I$(SHARE_SRC)/native/sun/dc/doe \
   446 	-I$(SHARE_SRC)/native/sun/awt/debug \
   445 	-I$(SHARE_SRC)/native/sun/awt/debug \
   447 	-I$(PLATFORM_SRC)/native/sun/awt \
   446 	-I$(PLATFORM_SRC)/native/sun/awt
   448 #	-I$(WINAWT_COMMON_native)
   447 #	-I$(WINAWT_COMMON_native)
   449 
   448 
   450 # this is only required for compiling )/native/sun/awt/medialib/*.c files
   449 # this is only required for compiling )/native/sun/awt/medialib/*.c files
   451 #
   450 #
   452 OTHER_INCLUDES += -I$(SHARE_SRC)/native/sun/awt/medialib
   451 OTHER_INCLUDES += -I$(SHARE_SRC)/native/sun/awt/medialib