changeset 8583 | 15dea0fdc2ea |
parent 7668 | d4a77089c587 |
child 9035 | 1255eb81cc2f |
8471:fd444c61e7ed | 8583:15dea0fdc2ea |
---|---|
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 |
|
32 PROGRAM = javaw |
31 PROGRAM = javaw |
33 PRODUCT = java |
32 PRODUCT = java |
34 |
33 |
35 # |
34 # |
36 # Statically link javaw to avoid the dependency on msvcrNN.dll. This |
35 # Statically link javaw to avoid the dependency on msvcrNN.dll. This |