equal
deleted
inserted
replaced
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 |