jdk/make/java/main/javaw/Makefile
changeset 1776 33e9405ab91b
parent 715 f16baef3a20e
child 4116 54b55d640d9a
equal deleted inserted replaced
1655:caf58ffa0845 1776:33e9405ab91b
    30 BUILDDIR = ../../..
    30 BUILDDIR = ../../..
    31 PROGRAM = javaw
    31 PROGRAM = javaw
    32 PRODUCT = java
    32 PRODUCT = java
    33 
    33 
    34 #
    34 #
    35 # Statically link javaw to avoid the dependency on msvcr71.dll.  This
    35 # Statically link javaw to avoid the dependency on msvcrNN.dll.  This
    36 # must be set before Defs.gmk is included.
    36 # must be set before Defs.gmk is included.
    37 #
    37 #
    38 MS_RUNTIME_STATIC = true
    38 MS_RUNTIME_STATIC = true
    39 
       
    40 #
    39 #
    41 # Statically link javaw to avoid the dependency on jli.dll.  This
    40 # Statically link javaw to avoid the dependency on jli.dll.  This
    42 # must be set before Program.gmk is included.
    41 # must be set before Program.gmk is included.
    43 #
    42 #
    44 STATIC_JLI = true
    43 STATIC_JLI = true