jdk/make/java/main/javaw/Makefile
changeset 4665 d14dc3d9e1fa
parent 4116 54b55d640d9a
child 5506 202f599c92aa
equal deleted inserted replaced
4664:0b0443cbc448 4665:d14dc3d9e1fa
    26 #
    26 #
    27 # Makefile for building javaw.exe (for windows)
    27 # Makefile for building javaw.exe (for windows)
    28 #
    28 #
    29 
    29 
    30 BUILDDIR = ../../..
    30 BUILDDIR = ../../..
       
    31 MODULE  = base
    31 PROGRAM = javaw
    32 PROGRAM = javaw
    32 PRODUCT = java
    33 PRODUCT = java
    33 
    34 
    34 #
    35 #
    35 # Statically link javaw to avoid the dependency on msvcrNN.dll.  This
    36 # Statically link javaw to avoid the dependency on msvcrNN.dll.  This